Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit a080bad

Browse files
sudeep-hollaSasha Levin
authored andcommitted
ARM: dts: nomadik: Fix up interrupt controller node names
[ Upstream commit 47091f473b364c98207c4def197a0ae386fc9af1 ] Once the new schema interrupt-controller/arm,vic.yaml is added, we get the below warnings: arch/arm/boot/dts/ste-nomadik-nhk15.dt.yaml: intc@10140000: $nodename:0: 'intc@10140000' does not match '^interrupt-controller(@[0-9a-f,]+)*$' Fix the node names for the interrupt controller to conform to the standard node name interrupt-controller@.. Signed-off-by: Sudeep Holla <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Cc: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 869d9b4 commit a080bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/ste-nomadik-stn8815.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,14 +755,14 @@
755755
status = "disabled";
756756
};
757757

758-
vica: intc@10140000 {
758+
vica: interrupt-controller@10140000 {
759759
compatible = "arm,versatile-vic";
760760
interrupt-controller;
761761
#interrupt-cells = <1>;
762762
reg = <0x10140000 0x20>;
763763
};
764764

765-
vicb: intc@10140020 {
765+
vicb: interrupt-controller@10140020 {
766766
compatible = "arm,versatile-vic";
767767
interrupt-controller;
768768
#interrupt-cells = <1>;

0 commit comments

Comments
 (0)