arm64: dts: renesas: Drop clock-names property from RPC node
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Mon, 29 Aug 2022 21:51:28 +0000 (22:51 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 2 Sep 2022 08:44:49 +0000 (10:44 +0200)
With 'unevaluatedProperties' support implemented, there are a number of
warnings when running dtbs_check:

arch/arm64/boot/dts/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb: spi@ee200000: Unevaluated properties are not allowed ('clock-names' was unexpected)
From schema: Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml

The main problem is that the DT bindings do not allow clock-names.
So just drop the clock-names properties from the SoC DTSI files.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220829215128.5983-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a774a1.dtsi
arch/arm64/boot/dts/renesas/r8a774b1.dtsi
arch/arm64/boot/dts/renesas/r8a774c0.dtsi
arch/arm64/boot/dts/renesas/r8a774e1.dtsi
arch/arm64/boot/dts/renesas/r8a77970.dtsi
arch/arm64/boot/dts/renesas/r8a77980.dtsi
arch/arm64/boot/dts/renesas/r8a779a0.dtsi

index aec62c93f9a3d705bcda603f6f252f33385a1d48..7e643243c3be6e89ef7f7afa4182429fc36b194b 100644 (file)
                        reg-names = "regs", "dirmap", "wbuf";
                        interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 917>;
-                       clock-names = "rpc";
                        power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
                        resets = <&cpg 917>;
                        #address-cells = <1>;
index f62d95760e82dade6426ffaab332b9a64d797a1a..d541b48c7e384dab41ec065af054ddda5021bba3 100644 (file)
                        reg-names = "regs", "dirmap", "wbuf";
                        interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 917>;
-                       clock-names = "rpc";
                        power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>;
                        resets = <&cpg 917>;
                        #address-cells = <1>;
index c563d26a7a71cc3347951fd28a1a04b1ead9c9d3..151e32ac03683bf8c098f5749ff55c2c9c70e7e9 100644 (file)
                        reg-names = "regs", "dirmap", "wbuf";
                        interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 917>;
-                       clock-names = "rpc";
                        power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
                        resets = <&cpg 917>;
                        #address-cells = <1>;
index 3cb3b2e052c18c1d4384de91151fdf50fde8fcce..c5a0e7866b2ffc7667111bb0f194efb2c6d9d458 100644 (file)
                        reg-names = "regs", "dirmap", "wbuf";
                        interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 917>;
-                       clock-names = "rpc";
                        power-domains = <&sysc R8A774E1_PD_ALWAYS_ON>;
                        resets = <&cpg 917>;
                        #address-cells = <1>;
index 1df02facb7961238ea7a03f7f0cf523eaa3f46a4..ed6e2e47c60479efbb28f43679ebd222e936c9f1 100644 (file)
                        reg-names = "regs", "dirmap", "wbuf";
                        interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 917>;
-                       clock-names = "rpc";
                        power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
                        resets = <&cpg 917>;
                        #address-cells = <1>;
index a3af34191ca2eb398fa45dbf4953fe9593689944..c4ac28a0f7161d000714571af0cb6b44fa01ec21 100644 (file)
                        reg-names = "regs", "dirmap", "wbuf";
                        interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 917>;
-                       clock-names = "rpc";
                        power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
                        resets = <&cpg 917>;
                        #address-cells = <1>;
index 3e1557a5b5e159d229ad8d78fb942fbe4434a998..8539013f5870c2f032936a1b5ae85ecf30ee11bf 100644 (file)
                        reg-names = "regs", "dirmap", "wbuf";
                        interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 629>;
-                       clock-names = "rpc";
                        power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
                        resets = <&cpg 629>;
                        #address-cells = <1>;