diff options
author | David Lechner <david@lechnology.com> | 2016-04-16 20:00:19 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-04-25 16:28:37 +0300 |
commit | 5209a8f19e9aa9aac26c4f53c868a13005dd2444 (patch) | |
tree | 23fa1067fe8d565c553e8ea445c5a26c1a619cf8 /arch/arm/boot/dts/da850-enbw-cmc.dts | |
parent | 801a6aa9aabf5d8e1323dd8bbb748589e4706d44 (diff) | |
download | linux-5209a8f19e9aa9aac26c4f53c868a13005dd2444.tar.xz |
ARM: dts: da850: disable mdio and eth0 in da850.dtsi
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>
Diffstat (limited to 'arch/arm/boot/dts/da850-enbw-cmc.dts')
-rw-r--r-- | arch/arm/boot/dts/da850-enbw-cmc.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-enbw-cmc.dts b/arch/arm/boot/dts/da850-enbw-cmc.dts index 101d1a16b0ac..14dff3e188ed 100644 --- a/arch/arm/boot/dts/da850-enbw-cmc.dts +++ b/arch/arm/boot/dts/da850-enbw-cmc.dts @@ -26,6 +26,12 @@ serial2: serial@10d000 { status = "okay"; }; + mdio: mdio@224000 { + status = "okay"; + }; + eth0: ethernet@220000 { + status = "okay"; + }; }; }; |