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 |
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>
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 --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 */
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(+)