]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: renesas: r8a779h0: Add family fallback for CSISP IP
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Mon, 26 Aug 2024 14:43:52 +0000 (16:43 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 3 Sep 2024 08:23:02 +0000 (10:23 +0200)
The usage of the R-Car V4M CSISP bindings where merged before the
bindings where approved. At that time the family fallback compatible
where not part of the bindings, add them.

Fixes: 2bb78d9fb7c9 ("arm64: dts: renesas: r8a779h0: Add video capture nodes")
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Link: https://lore.kernel.org/20240826144352.3026980-7-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779h0.dtsi

index 28ca59e735e50b04e61b73254abd833a7465dc98..12d8be3fd579cb3e17de6889e5e993ade338c4eb 100644 (file)
                };
 
                isp0: isp@fed00000 {
-                       compatible = "renesas,r8a779h0-isp";
+                       compatible = "renesas,r8a779h0-isp",
+                                    "renesas,rcar-gen4-isp";
                        reg = <0 0xfed00000 0 0x10000>;
                        interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&cpg CPG_MOD 612>;
                };
 
                isp1: isp@fed20000 {
-                       compatible = "renesas,r8a779h0-isp";
+                       compatible = "renesas,r8a779h0-isp",
+                                    "renesas,rcar-gen4-isp";
                        reg = <0 0xfed20000 0 0x10000>;
                        interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_LOW>;
                        clocks = <&cpg CPG_MOD 613>;