diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-08 11:12:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-08 11:12:02 +0000 |
commit | 909fabe574ae1995acf7bba1fdd6b9157e4a9e5b (patch) | |
tree | bd153cd73c08c6ebd2ca2e6bb9a92e242a05b883 /target/linux/ramips | |
parent | 78ee80f2e86d9fd167a26256115c8cb9f5f58d53 (diff) | |
download | upstream-909fabe574ae1995acf7bba1fdd6b9157e4a9e5b.tar.gz upstream-909fabe574ae1995acf7bba1fdd6b9157e4a9e5b.tar.bz2 upstream-909fabe574ae1995acf7bba1fdd6b9157e4a9e5b.zip |
ramips: add mdio-bus node to rt3883.dtsi
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36272
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/rt3883.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi index 6ef4ee3d18..aa07948b39 100644 --- a/target/linux/ramips/dts/rt3883.dtsi +++ b/target/linux/ramips/dts/rt3883.dtsi @@ -154,6 +154,13 @@ interrupts = <5>; status = "disabled"; + + mdio-bus { + #address-cells = <1>; + #size-cells = <0>; + + status = "disabled"; + }; }; pci@10140000 { |