From: Antoine Tenart Date: Mon, 19 Jun 2017 07:37:29 +0000 (+0200) Subject: arm64: dts: marvell: mcbin: enable the mdio node X-Git-Tag: v4.13-rc1~165^2~5^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6691565fb8b7c426adf369b7130944a179af9e69;p=karo-tx-linux.git arm64: dts: marvell: mcbin: enable the mdio node Since the mdio nodes are disabled by default now, we should explicitly enable these nodes at the board level when they are used. Enable the cpm_mdio node for the 8040-mcbin. Signed-off-by: Antoine Tenart Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts index fe56efcfcefe..4968e731de61 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts @@ -116,6 +116,8 @@ }; &cpm_mdio { + status = "okay"; + ge_phy: ethernet-phy@0 { reg = <0>; };