Skip to content

Commit

Permalink
ARM: dts: da850: disable mdio and eth0 in da850.dtsi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Lechner authored and Sekhar Nori committed Apr 25, 2016
1 parent 801a6aa commit 5209a8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/da850-enbw-cmc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
serial2: serial@10d000 {
status = "okay";
};
mdio: mdio@224000 {
status = "okay";
};
eth0: ethernet@220000 {
status = "okay";
};
};
};

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/da850.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x224000 0x1000>;
status = "disabled";
};
eth0: ethernet@220000 {
compatible = "ti,davinci-dm6467-emac";
Expand All @@ -344,6 +345,7 @@
35
36
>;
status = "disabled";
};
gpio: gpio@226000 {
compatible = "ti,dm6441-gpio";
Expand Down

0 comments on commit 5209a8f

Please sign in to comment.