ARC: [dts] fix the errors detected by dtbs_check
authorZhen Lei <thunder.leizhen@huawei.com>
Thu, 24 Sep 2020 07:17:54 +0000 (15:17 +0800)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 6 Oct 2020 04:02:29 +0000 (21:02 -0700)
xxx/arc/boot/dts/axs101.dt.yaml: dw-apb-ictl@e0012000: $nodename:0: \
'dw-apb-ictl@e0012000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
 From schema: xxx/interrupt-controller/snps,dw-apb-ictl.yaml

The node name of the interrupt controller must start with
"interrupt-controller" instead of "dw-apb-ictl".

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/axc001.dtsi
arch/arc/boot/dts/axc003.dtsi
arch/arc/boot/dts/axc003_idu.dtsi
arch/arc/boot/dts/vdk_axc003.dtsi
arch/arc/boot/dts/vdk_axc003_idu.dtsi

index 79ec27c..2a15160 100644 (file)
@@ -91,7 +91,7 @@
         * avoid duplicating the MB dtsi file given that IRQ from
         * this intc to cpu intc are different for axs101 and axs103
         */
-       mb_intc: dw-apb-ictl@e0012000 {
+       mb_intc: interrupt-controller@e0012000 {
                #interrupt-cells = <1>;
                compatible = "snps,dw-apb-ictl";
                reg = < 0x0 0xe0012000 0x0 0x200 >;
index ac8e1b4..cd1edcf 100644 (file)
         * avoid duplicating the MB dtsi file given that IRQ from
         * this intc to cpu intc are different for axs101 and axs103
         */
-       mb_intc: dw-apb-ictl@e0012000 {
+       mb_intc: interrupt-controller@e0012000 {
                #interrupt-cells = <1>;
                compatible = "snps,dw-apb-ictl";
                reg = < 0x0 0xe0012000 0x0 0x200 >;
index 9da21e7..7077938 100644 (file)
         * avoid duplicating the MB dtsi file given that IRQ from
         * this intc to cpu intc are different for axs101 and axs103
         */
-       mb_intc: dw-apb-ictl@e0012000 {
+       mb_intc: interrupt-controller@e0012000 {
                #interrupt-cells = <1>;
                compatible = "snps,dw-apb-ictl";
                reg = < 0x0 0xe0012000 0x0 0x200 >;
index f8be7ba..c21d0eb 100644 (file)
@@ -46,7 +46,7 @@
 
        };
 
-       mb_intc: dw-apb-ictl@e0012000 {
+       mb_intc: interrupt-controller@e0012000 {
                #interrupt-cells = <1>;
                compatible = "snps,dw-apb-ictl";
                reg = < 0xe0012000 0x200 >;
index 0afa3e5..4d34885 100644 (file)
@@ -54,7 +54,7 @@
 
        };
 
-       mb_intc: dw-apb-ictl@e0012000 {
+       mb_intc: interrupt-controller@e0012000 {
                #interrupt-cells = <1>;
                compatible = "snps,dw-apb-ictl";
                reg = < 0xe0012000 0x200 >;