ARM: dts: uniphier: rename aidet node names to follow json-schema
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 22 Feb 2020 06:44:44 +0000 (15:44 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Feb 2020 06:00:41 +0000 (15:00 +0900)
Follow the standard nodename pattern "^interrupt-controller(@[0-9a-f,]+)*$"
defined in schemas/interrupt-controller.yaml of dt-schema.

Otherwise, after the dt-binding is converted to json-schema,
make ARCH=arm dtbs_check' will show warnings like this:

  aidet@5fc20000: $nodename:0: 'aidet@5fc20000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-ld4.dtsi
arch/arm/boot/dts/uniphier-pro4.dtsi
arch/arm/boot/dts/uniphier-pro5.dtsi
arch/arm/boot/dts/uniphier-pxs2.dtsi
arch/arm/boot/dts/uniphier-sld8.dtsi

index f3a20dc0b22baa660aa888738dd45a3f25c067bc..23b8fd627c0046b0391251e3010321dd04fd463a 100644 (file)
                        interrupt-controller;
                };
 
-               aidet: aidet@61830000 {
+               aidet: interrupt-controller@61830000 {
                        compatible = "socionext,uniphier-ld4-aidet";
                        reg = <0x61830000 0x200>;
                        interrupt-controller;
index e96b5796f0f824a6def195a68ee795cdde83ffa0..eb06c353970f2a6b060241f879c4402d91b37600 100644 (file)
                        };
                };
 
-               aidet: aidet@5fc20000 {
+               aidet: interrupt-controller@5fc20000 {
                        compatible = "socionext,uniphier-pro4-aidet";
                        reg = <0x5fc20000 0x200>;
                        interrupt-controller;
index f794a067676093796613a57340ea474343018ae9..c95eb44c816db172a64f539d9acebd8171b36a82 100644 (file)
                        };
                };
 
-               aidet: aidet@5fc20000 {
+               aidet: interrupt-controller@5fc20000 {
                        compatible = "socionext,uniphier-pro5-aidet";
                        reg = <0x5fc20000 0x200>;
                        interrupt-controller;
index 04d6bef3a00f7be3fe17e052a9e78521af0daa14..c054d0175df9af281be2c521e9c1ed2e9f6af449 100644 (file)
                        };
                };
 
-               aidet: aidet@5fc20000 {
+               aidet: interrupt-controller@5fc20000 {
                        compatible = "socionext,uniphier-pxs2-aidet";
                        reg = <0x5fc20000 0x200>;
                        interrupt-controller;
index beb1eac8543633982d83044205e1baf8313dcae7..a05061038e78c53f8b7ef1bf5ed215de4e843c49 100644 (file)
                        interrupt-controller;
                };
 
-               aidet: aidet@61830000 {
+               aidet: interrupt-controller@61830000 {
                        compatible = "socionext,uniphier-sld8-aidet";
                        reg = <0x61830000 0x200>;
                        interrupt-controller;