Message ID | 20210506175514.168365-4-ezequiel@collabora.com |
---|---|
State | Accepted |
Commit | 4b14c055a6f644cbeb1156ba24647e92fe51ec69 |
Headers | show |
Series | [v2,1/4] ARM: dts: rockchip: Fix thermal sensor cells | expand |
On Thu, 06 May 2021 14:55:13 -0300, Ezequiel Garcia wrote: > Add a new compatible for the thermal sensor device on RK3568 SoCs. > > Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> > --- > Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi Daniel, On Thu, 2021-05-06 at 16:44 -0500, Rob Herring wrote: > On Thu, 06 May 2021 14:55:13 -0300, Ezequiel Garcia wrote: > > Add a new compatible for the thermal sensor device on RK3568 SoCs. > > > > Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> > > --- > > Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > Acked-by: Rob Herring <robh@kernel.org> Gentle ping for 3/4 and 4/4 in this series. Thanks, Ezequiel
On Sat, 2021-06-19 at 11:40 -0300, Ezequiel Garcia wrote: > Hi Daniel, > > On Thu, 2021-05-06 at 16:44 -0500, Rob Herring wrote: > > On Thu, 06 May 2021 14:55:13 -0300, Ezequiel Garcia wrote: > > > Add a new compatible for the thermal sensor device on RK3568 SoCs. > > > > > > Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> > > > --- > > > Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > > Acked-by: Rob Herring <robh@kernel.org> > > Gentle ping for 3/4 and 4/4 in this series. > Actually, it's patches 2/4, 3/4 and 4/4. Thanks! Ezequiel
diff --git a/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml b/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml index 8385e8ac03e8..b96ea277b558 100644 --- a/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml +++ b/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml @@ -19,6 +19,7 @@ properties: - rockchip,rk3328-tsadc # RK3328 SoCs - rockchip,rk3368-tsadc # RK3368 SoCs - rockchip,rk3399-tsadc # RK3399 SoCs + - rockchip,rk3568-tsadc # RK3568 SoCs reg: maxItems: 1
Add a new compatible for the thermal sensor device on RK3568 SoCs. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> --- Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 + 1 file changed, 1 insertion(+)