]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: da850: disable mdio and eth0 in da850.dtsi
authorDavid Lechner <david@lechnology.com>
Sat, 16 Apr 2016 17:00:19 +0000 (12:00 -0500)
committerSekhar Nori <nsekhar@ti.com>
Mon, 25 Apr 2016 13:28:37 +0000 (18:58 +0530)
Disable mdio and eth0 in da850.dtsi file. All other
devices are disabled by default and not all boards
will use these devices, so these should be disabled too.

da850-evm.dtb already had status = "okay" for these devices.
da850-enbw-cmc.dts did not, so they were added.

Signed-off-by: David Lechner <david@lechnology.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: commit description updates]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-enbw-cmc.dts
arch/arm/boot/dts/da850.dtsi

index 101d1a16b0ac1763639611d156b011803ca2f0b1..14dff3e188ed5fa83a801c96ddd42adb9e60aad3 100644 (file)
                serial2: serial@10d000 {
                        status = "okay";
                };
+               mdio: mdio@224000 {
+                       status = "okay";
+               };
+               eth0: ethernet@220000 {
+                       status = "okay";
+               };
        };
 };
 
index 8880d577b931c65bec1a63af59da8550af99502f..26fc081236ebab9ea922901ba33552b490c4d427 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0x224000 0x1000>;
+                       status = "disabled";
                };
                eth0: ethernet@220000 {
                        compatible = "ti,davinci-dm6467-emac";
                                        35
                                        36
                                        >;
+                       status = "disabled";
                };
                gpio: gpio@226000 {
                        compatible = "ti,dm6441-gpio";