Searched hist:fdb9482b42c28d314317ea0118181b1f32a7c689 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/p1022ds/ |
| H A D | diu.c | fdb9482b42c28d314317ea0118181b1f32a7c689 Fri Dec 03 19:03:45 UTC 2010 Timur Tabi <timur@freescale.com> p1022ds: fix switching of DIU/LBC signals
On the P1022, the pins which drive the video display (DIU) are muxed with the local bus controller (LBC), so if the DIU is active, the pins need to be temporarily muxed to LBC whenever accessing NOR flash.
The code which handled this transition is checking and changing the wrong bits in PMUXCR.
Also add a follow-up read after a write to NOR flash if we're going to mux back to DIU after the write, as described in the P1022 RM.
Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
|