[PATCH v7 4/6] arm64: dts: imx8mp: convert 'aips5' to 'aipstz5'
Laurentiu Mihalcea
laurentiumihalcea111 at gmail.com
Wed Jul 2 12:54:09 PDT 2025
On 7/2/2025 9:49 PM, Mark Brown wrote:
> On Tue, Jun 10, 2025 at 12:01:50PM -0400, Laurentiu Mihalcea wrote:
>> From: Laurentiu Mihalcea <laurentiu.mihalcea at nxp.com>
>>
>> AIPS5 is actually AIPSTZ5 as it offers some security-related
>> configurations. Since these configurations need to be applied before
>> accessing any of the peripherals on the bus, it's better to make AIPSTZ5
>> be their parent instead of keeping AIPS5 and adding a child node for
>> AIPSTZ5. Also, because of the security configurations, the address space
>> of the bus has to be changed to that of the configuration registers.
>>
>> Finally, since AIPSTZ5 belongs to the AUDIOMIX power domain, add the
>> missing 'power-domains' property. The domain needs to be powered on before
>> attempting to configure the security-related registers.
> I'm seeing failures to probe the audio devices on the i.MX8MP Verdin
> system in -next which seem to bisect down to this commit, I'm seeing
> separate boot failures on the EVK so haven't been able to confirm the
> status there. There's no obvious logging, the dt selftest shows:
>
> # not ok 141 /sound
> # not ok 142 /sound-hdmi
>
> Full log at:
>
> https://lava.sirena.org.uk/scheduler/job/1530197#L5119
Hi Mark,
Thanks for catching this!
After browsing through the provided logs it would seem like no device under the
AIPSTZ bus gets probed. Right now, my guess is that the AIPSTZ driver is not being
compiled since CONFIG_IMX_AIPSTZ might be set to 'n'.
Which defconfig is the CI using? Is it arch/arm64/configs/defconfig?
Thanks,
Laurentiu
More information about the linux-arm-kernel
mailing list