diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-11-21 08:53:26 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-11-21 08:53:26 +0400 |
commit | 99b6e1e7233073a23a20824db8c5260a723ed192 (patch) | |
tree | 37f4f608a9e96f47c9a5ce2c9109bdc4d2aa58ff /arch/powerpc/boot/dts/o2d.dtsi | |
parent | 74dcc3f9044320a0580673827a446c9e5593dfc7 (diff) | |
parent | d6dc24613c222f9057131ccbd5264a10bcba9f97 (diff) | |
download | linux-99b6e1e7233073a23a20824db8c5260a723ed192.tar.xz |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Pull missed powerpc fixes from Benjamin Herrenschmidt:
"Here are small 52xx fixes that Anatolij asked me to pull a while back
and that I completely missed. The stuff is local to that platform
code, and was in next for a while, so it should still go into 3.7."
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
powerpc/mpc5200: move lpbfifo node and fix its interrupt property
powerpc: 52xx: nop out unsupported critical IRQs
powerpc/pcm030: add pcm030-audio-fabric to dts
Diffstat (limited to 'arch/powerpc/boot/dts/o2d.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/o2d.dtsi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/boot/dts/o2d.dtsi b/arch/powerpc/boot/dts/o2d.dtsi index 3444eb8f0ade..24f668039295 100644 --- a/arch/powerpc/boot/dts/o2d.dtsi +++ b/arch/powerpc/boot/dts/o2d.dtsi @@ -86,12 +86,6 @@ reg = <0>; }; }; - - sclpc@3c00 { - compatible = "fsl,mpc5200-lpbfifo"; - reg = <0x3c00 0x60>; - interrupts = <3 23 0>; - }; }; localbus { |