]> Git Repo - linux.git/commitdiff
ARM: dts: nomadik: Fix up interrupt controller node names
authorSudeep Holla <[email protected]>
Sat, 26 Jun 2021 00:01:03 +0000 (02:01 +0200)
committerArnd Bergmann <[email protected]>
Mon, 2 Aug 2021 12:23:02 +0000 (14:23 +0200)
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]>
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi

index c9b9064323415298e3dfa2364f5510d8f176d431..1815361fe73ce0806880c91e8153f51b8ff84e50 100644 (file)
                        status = "disabled";
                };
 
-               vica: intc@10140000 {
+               vica: interrupt-controller@10140000 {
                        compatible = "arm,versatile-vic";
                        interrupt-controller;
                        #interrupt-cells = <1>;
                        reg = <0x10140000 0x20>;
                };
 
-               vicb: intc@10140020 {
+               vicb: interrupt-controller@10140020 {
                        compatible = "arm,versatile-vic";
                        interrupt-controller;
                        #interrupt-cells = <1>;
This page took 0.071253 seconds and 4 git commands to generate.