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 | c9bcd064dd0d304d3fbf9c569e1557267d980987 (patch) | |
tree | 4d1881dd4dc704a3a32049bd5b672d3b8f3a7046 | |
parent | c0a94a310569ef162affa9403adc2e831105f684 (diff) | |
download | upstream-c9bcd064dd0d304d3fbf9c569e1557267d980987.tar.gz upstream-c9bcd064dd0d304d3fbf9c569e1557267d980987.tar.bz2 upstream-c9bcd064dd0d304d3fbf9c569e1557267d980987.zip |
ramips: add mdio-bus node to rt3883.dtsi
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36272 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 { |