From: Andrew F. Davis Date: Fri, 27 May 2016 18:17:42 +0000 (-0500) Subject: ARM: dts: am437x-idk-evm: Mark MAC as having only one PHY X-Git-Tag: v4.8-rc1~66^2~20^2~16 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=759bc77b9a9ca661ef3edca1554f3edf6c5a5615;p=linux.git 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 Reviewed-by: Grygorii Strashko Signed-off-by: Tony Lindgren --- 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 @@ partition@6 { }; &mac { + slaves = <1>; pinctrl-names = "default", "sleep"; pinctrl-0 = <&cpsw_default>; pinctrl-1 = <&cpsw_sleep>;