arm64: dts: renesas: r8a77980: disable EtherAVB
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 11 May 2018 20:23:26 +0000 (23:23 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 16 May 2018 08:47:15 +0000 (10:47 +0200)
When adding the R8A77980 EtherAVB device I failed to notice that it does
not have the usual "status" property disabling the described devices in
anticipation that the board device trees enable the devices according to
their needs. This causes the EtherAVB driver to successfully probe despite
e.g. the needed pins not having been configured -- luckily, "eth<n>" device
can't be opened anyway...

Fixes: bf6f90832f81 ("arm64: dts: renesas: r8a77980: add EtherAVB support")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77980.dtsi

index 32db26f2c8b5879ad2a48d3ba9f3d47e1a20bc42..4c40f9f0ebc9ea7f93981a60b491b8144c63ce4f 100644 (file)
                        phy-mode = "rgmii";
                        #address-cells = <1>;
                        #size-cells = <0>;
+                       status = "disabled";
                };
 
                scif0: serial@e6e60000 {