diff options
author | Guillaume La Roque <glaroque@baylibre.com> | 2019-04-12 12:02:20 +0200 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2019-06-11 11:15:57 +0200 |
commit | 6e47ef34db571e3eebda46ddaddae00d369df5f9 (patch) | |
tree | 1609e9a740350a16cabd5f9f3e70d9ae633f3216 /include/dt-bindings/clock | |
parent | a987be182c309f565a2d3545f2e9c9a4f8d07a4d (diff) |
dt-bindings: clk: g12a-clkc: add Temperature Sensor clock IDs
Add clock ids used by the temperature sensors of the G12A Socs
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> [fixed commit message]
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/g12a-clkc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |