Message ID | b3d135f8b63b9fe2d0f0aa2e48c8a2211b2e947e.1709722342.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New |
Delegated to: | Daniel Lezcano |
Headers | show |
Series | thermal/drivers/rcar_gen3: Add support for R-Car V4M | expand |
Hi Geert, Thanks for your work. On 2024-03-06 11:56:02 +0100, Geert Uytterhoeven wrote: > From: Duy Nguyen <duy.nguyen.rh@renesas.com> > > Document support for the Thermal Sensor/Chip Internal Voltage > Monitor/Core Voltage Monitor (THS/CIVM/CVM) on the Renesas R-Car V4M > (R8A779H0) SoC. > > Just like on other R-Car Gen4 SoCs, interrupts are not routed to the > INTC-AP (GIC) but to the Error Control Module (ECM). > > Signed-off-by: Duy Nguyen <duy.nguyen.rh@renesas.com> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > Changes compared to the BSP: > - No interrupts property, as interrupts are routed to the ECM. > --- > .../devicetree/bindings/thermal/rcar-gen3-thermal.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml b/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml > index ecf276fd155cfb27..6a81cb6e11bc1e14 100644 > --- a/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml > +++ b/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml > @@ -29,6 +29,7 @@ properties: > - renesas,r8a779a0-thermal # R-Car V3U > - renesas,r8a779f0-thermal # R-Car S4-8 > - renesas,r8a779g0-thermal # R-Car V4H > + - renesas,r8a779h0-thermal # R-Car V4M > > reg: true > > @@ -90,6 +91,7 @@ else: > enum: > - renesas,r8a779f0-thermal > - renesas,r8a779g0-thermal > + - renesas,r8a779h0-thermal > then: > required: > - interrupts > -- > 2.34.1 >
On Wed, Mar 06, 2024 at 11:56:02AM +0100, Geert Uytterhoeven wrote: > From: Duy Nguyen <duy.nguyen.rh@renesas.com> > > Document support for the Thermal Sensor/Chip Internal Voltage > Monitor/Core Voltage Monitor (THS/CIVM/CVM) on the Renesas R-Car V4M > (R8A779H0) SoC. > > Just like on other R-Car Gen4 SoCs, interrupts are not routed to the > INTC-AP (GIC) but to the Error Control Module (ECM). > > Signed-off-by: Duy Nguyen <duy.nguyen.rh@renesas.com> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml b/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml index ecf276fd155cfb27..6a81cb6e11bc1e14 100644 --- a/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml +++ b/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml @@ -29,6 +29,7 @@ properties: - renesas,r8a779a0-thermal # R-Car V3U - renesas,r8a779f0-thermal # R-Car S4-8 - renesas,r8a779g0-thermal # R-Car V4H + - renesas,r8a779h0-thermal # R-Car V4M reg: true @@ -90,6 +91,7 @@ else: enum: - renesas,r8a779f0-thermal - renesas,r8a779g0-thermal + - renesas,r8a779h0-thermal then: required: - interrupts