diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-08 11:12:02 +0000 | 
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-08 11:12:02 +0000 | 
| commit | eeefba92da3e7fde8d9d41f13c31d821fc228893 (patch) | |
| tree | 4d1881dd4dc704a3a32049bd5b672d3b8f3a7046 | |
| parent | ac2214d6d1db2ba55091f031769ec8d8eb2f441d (diff) | |
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 6ef4ee3d1..aa07948b3 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 {  | 
