]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/85xx: p1022ds: disable the NOR flash node if video is enabled
authorTimur Tabi <timur@freescale.com>
Thu, 16 Feb 2012 00:25:47 +0000 (18:25 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Mar 2012 15:46:33 +0000 (10:46 -0500)
commit4951896aad0b73a8163eb23d44818993237bc0cf
tree0e30431ff99cf89620b1bb5864ccd6823a3d400b
parent4a170d0198330b8615778f6f0e265cdaadfd54b4
powerpc/85xx: p1022ds: disable the NOR flash node if video is enabled

The Freescale P1022 has a unique pin muxing "feature" where the DIU video
controller's video signals are muxed with 24 of the local bus address signals.
When the DIU is enabled, the bulk of the local bus is disabled, preventing
access to memory-mapped devices like NOR flash and the pixis FPGA.

Therefore, if the DIU is going to be enabled, then memory-mapped devices on
the localbus, like NOR flash, need to be disabled.

This also means that the localbus is not a 'simple-bus' any more, so remove
that string from the compatible node.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
arch/powerpc/platforms/85xx/p1022_ds.c