aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts
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/dts
parent91cac623262c1c0cd298c5c648a8bd2b647c264d (diff)
parent23e0e8afafd9ac065d81506524adf3339584044b (diff)
Merge branch 'merge' into next
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8349emitx.dts16
1 files changed, 8 insertions, 8 deletions
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 {