• F
    ARM: mx3: Setup AIPS registers · bb07d751
    Fabio Estevam 提交于
    It was observed on a mx31pdk board that audio playback only worked when the bootloader was Redboot, and
    did not work when U-boot was used.
    
    Comparing the sources of these bootloaders showed that the AIPS registers were not setup in U-boot.
    
    Instead of relying on the bootloader to setup the AIPS registers, do it in the kernel so that audio
    playback can work independantly of the bootloader being used.
    
    Copied the AIPS settings from Redboot to the kernel.
    Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
    Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
    bb07d751
mm-imx3.c 7.4 KB