aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-12-15 22:38:58 -0500
committerPaul Mackerras <paulus@samba.org>2008-12-15 22:38:58 -0500
commit1e1c568d6c66d1e2e345fd15e2a1ceafc5d7e33a (patch)
tree0cf88547108a750d6eb910564ef5bf0ffb5ceef3 /arch/powerpc/boot
parent91cac623262c1c0cd298c5c648a8bd2b647c264d (diff)
parent23e0e8afafd9ac065d81506524adf3339584044b (diff)
Merge branch 'merge' into next
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/Makefile1
-rw-r--r--arch/powerpc/boot/dts/mpc8349emitx.dts16
2 files changed, 9 insertions, 8 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 8fc6d72849ae..3d3daa674299 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -41,6 +41,7 @@ $(obj)/4xx.o: BOOTCFLAGS += -mcpu=405
41$(obj)/ebony.o: BOOTCFLAGS += -mcpu=405 41$(obj)/ebony.o: BOOTCFLAGS += -mcpu=405
42$(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405 42$(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405
43$(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405 43$(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405
44$(obj)/cuboot-acadia.o: BOOTCFLAGS += -mcpu=405
44$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405 45$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405
45$(obj)/virtex405-head.o: BOOTAFLAGS += -mcpu=405 46$(obj)/virtex405-head.o: BOOTAFLAGS += -mcpu=405
46 47
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts
index d86c6a3283ec..5ba5c6633b81 100644
--- a/arch/powerpc/boot/dts/mpc8349emitx.dts
+++ b/arch/powerpc/boot/dts/mpc8349emitx.dts
@@ -90,6 +90,14 @@
90 interrupts = <18 0x8>; 90 interrupts = <18 0x8>;
91 interrupt-parent = <&ipic>; 91 interrupt-parent = <&ipic>;
92 }; 92 };
93
94 mcu_pio: mcu@a {
95 #gpio-cells = <2>;
96 compatible = "fsl,mc9s08qg8-mpc8349emitx",
97 "fsl,mcu-mpc8349emitx";
98 reg = <0x0a>;
99 gpio-controller;
100 };
93 }; 101 };
94 102
95 spi@7000 { 103 spi@7000 {
@@ -138,14 +146,6 @@
138 interrupt-parent = <&ipic>; 146 interrupt-parent = <&ipic>;
139 interrupts = <71 8>; 147 interrupts = <71 8>;
140 }; 148 };
141
142 mcu_pio: mcu@a {
143 #gpio-cells = <2>;
144 compatible = "fsl,mc9s08qg8-mpc8349emitx",
145 "fsl,mcu-mpc8349emitx";
146 reg = <0x0a>;
147 gpio-controller;
148 };
149 }; 149 };
150 150
151 usb@22000 { 151 usb@22000 {