diff mbox series

[v3,1/2] dt-bindings: clk: g12a-clkc: add Temperature Sensor clock ID

Message ID 20190412100221.26740-2-glaroque@baylibre.com (mailing list archive)
State Not Applicable
Headers show
Series Add support of Temperature sensor Clock for G12 SoC | expand

Commit Message

Guillaume LA ROQUE April 12, 2019, 10:02 a.m. UTC
Add clock id used by temperature sensor for G12A Socs

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
---
 include/dt-bindings/clock/g12a-clkc.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Martin Blumenstingl April 13, 2019, 11:41 a.m. UTC | #1
On Fri, Apr 12, 2019 at 12:02 PM Guillaume La Roque
<glaroque@baylibre.com> wrote:
>
> Add clock id used by temperature sensor for G12A Socs
nit-pick if you have to re-send if for some reason: "used by the
temperature sensors for G12A SoCs" (because as far as I know the two
temperature sensors share this clock)

> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Reviewed-by: Martin Blumenstingl<martin.blumenstingl@googlemail.com>
Rob Herring (Arm) April 26, 2019, 9:45 p.m. UTC | #2
On Fri, Apr 12, 2019 at 12:02:20PM +0200, Guillaume La Roque wrote:
> Add clock id used by temperature sensor for G12A Socs
> 
> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
> ---
>  include/dt-bindings/clock/g12a-clkc.h | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/g12a-clkc.h b/include/dt-bindings/clock/g12a-clkc.h
index 82c9e0c020b2..cfda463091b7 100644
--- a/include/dt-bindings/clock/g12a-clkc.h
+++ b/include/dt-bindings/clock/g12a-clkc.h
@@ -136,5 +136,6 @@ 
 #define CLKID_VDEC_1				204
 #define CLKID_VDEC_HEVC				207
 #define CLKID_VDEC_HEVCF			210
+#define CLKID_TS				212
 
 #endif /* __G12A_CLKC_H */