]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: renesas: r8a779a0: Add family fallback for CSISP IP
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Mon, 26 Aug 2024 14:43:49 +0000 (16:43 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 3 Sep 2024 08:23:02 +0000 (10:23 +0200)
To make it easier to support new R-Car Gen4 SoCs add a family fallback
compatible similar to what was done for VIN on R-Car Gen4.

There is no functional change, but the addition of the family fallback
in the bindings produces warnings for R-Car V3U for DTS checks if they
are not added.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20240826144352.3026980-4-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779a0.dtsi

index bf23cc1dc7bedb72aa4ed1511195ac6e21a58a91..1f4ab27acc339895665e979f5fc4d5ae0939e6a4 100644 (file)
                };
 
                isp0: isp@fed00000 {
-                       compatible = "renesas,r8a779a0-isp";
+                       compatible = "renesas,r8a779a0-isp",
+                                    "renesas,rcar-gen4-isp";
                        reg = <0 0xfed00000 0 0x10000>;
                        interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 612>;
                };
 
                isp1: isp@fed20000 {
-                       compatible = "renesas,r8a779a0-isp";
+                       compatible = "renesas,r8a779a0-isp",
+                                    "renesas,rcar-gen4-isp";
                        reg = <0 0xfed20000 0 0x10000>;
                        interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 613>;
                };
 
                isp2: isp@fed30000 {
-                       compatible = "renesas,r8a779a0-isp";
+                       compatible = "renesas,r8a779a0-isp",
+                                    "renesas,rcar-gen4-isp";
                        reg = <0 0xfed30000 0 0x10000>;
                        interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 614>;
                };
 
                isp3: isp@fed40000 {
-                       compatible = "renesas,r8a779a0-isp";
+                       compatible = "renesas,r8a779a0-isp",
+                                    "renesas,rcar-gen4-isp";
                        reg = <0 0xfed40000 0 0x10000>;
                        interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&cpg CPG_MOD 615>;