]> git.baikalelectronics.ru Git - kernel.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)
commit504f2df465a497a27d2c66daa1c0bf2ec38d6ac9
tree0e30431ff99cf89620b1bb5864ccd6823a3d400b
parentc1628392356902a91d09efb5885ab0b9cfe23733
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