Skip to content

Commit 9f78a29

Browse files
Niklas Söderlundgeertu
authored andcommitted
arm64: dts: renesas: r8a779h0: Add ISP core function block
The first ISP instance on V4M has both a channel select and core function block, describe the core region in addition to the existing cs region. While at it update the second ISP to match the new bindings and add the reg-names and interrupt-names property. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Jacopo Mondi <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent c1f2263 commit 9f78a29

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

arch/arm64/boot/dts/renesas/r8a779h0.dtsi

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,13 +1968,20 @@
19681968
isp0: isp@fed00000 {
19691969
compatible = "renesas,r8a779h0-isp",
19701970
"renesas,rcar-gen4-isp";
1971-
reg = <0 0xfed00000 0 0x10000>;
1972-
interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_LOW>;
1973-
clocks = <&cpg CPG_MOD 612>;
1971+
reg = <0 0xfed00000 0 0x10000>, <0 0xfec00000 0 0x100000>;
1972+
reg-names = "cs", "core";
1973+
interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>,
1974+
<GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>;
1975+
interrupt-names = "cs", "core";
1976+
clocks = <&cpg CPG_MOD 612>, <&cpg CPG_MOD 16>;
1977+
clock-names = "cs", "core";
19741978
power-domains = <&sysc R8A779H0_PD_A3ISP0>;
1975-
resets = <&cpg 612>;
1979+
resets = <&cpg 612>, <&cpg 16>;
1980+
reset-names = "cs", "core";
19761981
status = "disabled";
19771982

1983+
renesas,vspx = <&vspx0>;
1984+
19781985
ports {
19791986
#address-cells = <1>;
19801987
#size-cells = <0>;
@@ -2053,10 +2060,14 @@
20532060
compatible = "renesas,r8a779h0-isp",
20542061
"renesas,rcar-gen4-isp";
20552062
reg = <0 0xfed20000 0 0x10000>;
2056-
interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_LOW>;
2063+
reg-names = "cs";
2064+
interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>;
2065+
interrupt-names = "cs";
20572066
clocks = <&cpg CPG_MOD 613>;
2067+
clock-names = "cs";
20582068
power-domains = <&sysc R8A779H0_PD_A3ISP0>;
20592069
resets = <&cpg 613>;
2070+
reset-names = "cs";
20602071
status = "disabled";
20612072

20622073
ports {

0 commit comments

Comments
 (0)