]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/integratorcp: Map the audio codec controller
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 23 Feb 2020 23:30:32 +0000 (00:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (16:14 +0000)
commit5df2cfbc8b61e0c5d050a69814f713d2ba045ec5
tree339545f74871a2b48ee4cf6e2e08c56218bfd457
parentdac65ba1d7945c5d58ab63d8769103634adb2b01
hw/arm/integratorcp: Map the audio codec controller

The Linux kernel displays errors why trying to detect the PL041
audio interface:

  Linux version 4.16.0 (linus@genomnajs) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #142 PREEMPT Wed May 9 13:24:55 CEST 2018
  CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00093177
  CPU: VIVT data cache, VIVT instruction cache
  OF: fdt: Machine model: ARM Integrator/CP
  ...
  OF: amba_device_add() failed (-19) for /fpga/aaci@1d000000

Since we have it already modelled, simply plug it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200223233033.15371-2-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig
hw/arm/integratorcp.c