Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dts: arm: nxp: s32: add #address-cells to interrupt provider #84185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ndrs-pst
Copy link
Contributor

Add #address-cells = <0>; to interrupt provider nodes in the NXP S32 device tree to resolve warnings: e.g.
Warning (interrupt_provider): /soc/interrupt-controller@47800000: Missing #address-cells in interrupt provider
Warning (interrupt_provider): /soc/siul2@40520000/eirq0@40520010: Missing #address-cells in interrupt provider

This ensures compliance with device tree specifications and eliminates build warnings.

Add `#address-cells = <0>;` to interrupt provider nodes in
the NXP S32 device tree to resolve warnings: e.g.
Warning (interrupt_provider): /soc/interrupt-controller@47800000: Missing
Warning (interrupt_provider): /soc/siul2@40520000/eirq0@40520010: Missing

This ensures compliance with device tree specifications and
eliminates build warnings.

Signed-off-by: Pisit Sawangvonganan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: NXP S32 NXP Semiconductors, S32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants