summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am437x-idk-evm.dts
diff options
context:
space:
mode:
authorAndrew F. Davis2016-05-27 20:17:42 +0200
committerTony Lindgren2016-06-10 13:58:08 +0200
commit759bc77b9a9ca661ef3edca1554f3edf6c5a5615 (patch)
tree9194c3175bbac867f132dfe6b2334c23fd5383fa /arch/arm/boot/dts/am437x-idk-evm.dts
parentARM: dts: Correct misspelling, "emda3" -> "edma3" (diff)
downloadkernel-qcow2-linux-759bc77b9a9ca661ef3edca1554f3edf6c5a5615.tar.gz
kernel-qcow2-linux-759bc77b9a9ca661ef3edca1554f3edf6c5a5615.tar.xz
kernel-qcow2-linux-759bc77b9a9ca661ef3edca1554f3edf6c5a5615.zip
ARM: dts: am437x-idk-evm: Mark MAC as having only one PHY
Currently am4372.dtsi declares the MAC controller to have two slave ports, on this board we only use one, so set the slave count to one. This eliminates a console error message when the non-existent PHY is not detected. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-idk-evm.dts')
-rw-r--r--arch/arm/boot/dts/am437x-idk-evm.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts
index 76dcfc6d5f0d..12a69518383e 100644
--- a/arch/arm/boot/dts/am437x-idk-evm.dts
+++ b/arch/arm/boot/dts/am437x-idk-evm.dts
@@ -382,6 +382,7 @@
};
&mac {
+ slaves = <1>;
pinctrl-names = "default", "sleep";
pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>;