]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: am437x-idk-evm: Mark MAC as having only one PHY
authorAndrew F. Davis <afd@ti.com>
Fri, 27 May 2016 18:17:42 +0000 (13:17 -0500)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Jun 2016 11:58:08 +0000 (04:58 -0700)
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>
arch/arm/boot/dts/am437x-idk-evm.dts

index 76dcfc6d5f0db862a876cbb572fc5bd26eb51597..12a69518383e4b979eca5ad0cf26438973bca5f1 100644 (file)
@@ -382,6 +382,7 @@ partition@6 {
 };
 
 &mac {
+       slaves = <1>;
        pinctrl-names = "default", "sleep";
        pinctrl-0 = <&cpsw_default>;
        pinctrl-1 = <&cpsw_sleep>;