diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-24 18:33:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-24 18:33:55 +0000 |
commit | ea6665874f93fcdde7ad6d27754f1b814f177862 (patch) | |
tree | 04278217ec1e7dd6ca2fcb65b14ce5f2c8304622 | |
parent | c4d517c7bb39efbc58f29f345bd1cf677ca8527f (diff) | |
download | upstream-ea6665874f93fcdde7ad6d27754f1b814f177862.tar.gz upstream-ea6665874f93fcdde7ad6d27754f1b814f177862.tar.bz2 upstream-ea6665874f93fcdde7ad6d27754f1b814f177862.zip |
fix magicboxv2.dts
SVN-Revision: 16969
-rw-r--r-- | target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch | 4 | ||||
-rw-r--r-- | target/linux/ppc40x/patches/006-magicboxv2.patch | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch b/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch index 761c5602f5..1fddad50c3 100644 --- a/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch +++ b/target/linux/ppc40x/patches-2.6.30/006-magicboxv2.patch @@ -73,7 +73,7 @@ + --- /dev/null +++ b/arch/powerpc/boot/dts/magicboxv2.dts -@@ -0,0 +1,279 @@ +@@ -0,0 +1,281 @@ +/* + * Device Tree Source for Magicbox v2 + * @@ -195,6 +195,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>; 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>; |