diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-24 18:33:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-24 18:33:55 +0000 |
commit | 2e1993f08ea83b23974d4a10c3f5604460676a8f (patch) | |
tree | e3ecc1a985cbfa59401bb8263bd87d49711baf71 /target/linux/ppc40x/patches/006-magicboxv2.patch | |
parent | 69b3fbbacd9d99fe1495ca67737ce28d49eb0ddf (diff) |
[ppc40x] fix magicboxv2.dts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches/006-magicboxv2.patch')
-rw-r--r-- | target/linux/ppc40x/patches/006-magicboxv2.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ppc40x/patches/006-magicboxv2.patch b/target/linux/ppc40x/patches/006-magicboxv2.patch index afbecbd965..0d71464717 100644 --- a/target/linux/ppc40x/patches/006-magicboxv2.patch +++ b/target/linux/ppc40x/patches/006-magicboxv2.patch @@ -72,7 +72,7 @@ +} --- /dev/null +++ b/arch/powerpc/boot/dts/magicboxv2.dts -@@ -0,0 +1,279 @@ +@@ -0,0 +1,281 @@ +/* + * Device Tree Source for Magicbox v2 + * @@ -194,6 +194,8 @@ + + IIC: i2c@ef600500 { + compatible = "ibm,iic-405ep", "ibm,iic"; ++ #address-cells = <1>; ++ #size-cells = <0>; + reg = <0xef600500 0x00000011>; + interrupt-parent = <&UIC0>; + interrupts = <0x2 0x4>; |