Re: [PATCH] ARM: imx6: properly check for IPU presence

2020-01-27 Thread Sascha Hauer
On Fri, Jan 24, 2020 at 06:46:48PM +0100, Lucas Stach wrote: > Since a73850bd76d0 (ARM: imx: disable IPU QoS setup for correct SoCs), which > fixed the condition to not execute the IPU QoS fixups on SoCs that don't have > a IPU, the fixups aren't applied on i.MX6Q/DP anymore, since those SoCs were

[PATCH] ARM: imx6: properly check for IPU presence

2020-01-24 Thread Lucas Stach
Since a73850bd76d0 (ARM: imx: disable IPU QoS setup for correct SoCs), which fixed the condition to not execute the IPU QoS fixups on SoCs that don't have a IPU, the fixups aren't applied on i.MX6Q/DP anymore, since those SoCs were missing from the whitelist. Add a function to make it a bit more c