diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 17:12:54 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-23 04:08:35 +0200 |
commit | 0b8056106c02bef72b9d47524dc3c59ccf99124d (patch) | |
tree | 996ec64fdfebae6793a0ecd06d19f77c7865291c /include/dt-bindings | |
parent | clk: imx: Explicitly include bits.h (diff) | |
download | linux-0b8056106c02bef72b9d47524dc3c59ccf99124d.tar.xz linux-0b8056106c02bef72b9d47524dc3c59ccf99124d.zip |
clk: imx: vf610: Add CRC clock
Add the clock for CRC block allowing it to be enabled by consumers.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/vf610-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h index 0f2d60e884dc..373644e46747 100644 --- a/include/dt-bindings/clock/vf610-clock.h +++ b/include/dt-bindings/clock/vf610-clock.h @@ -196,6 +196,7 @@ #define VF610_CLK_TCON0 187 #define VF610_CLK_TCON1 188 #define VF610_CLK_CAAM 189 -#define VF610_CLK_END 190 +#define VF610_CLK_CRC 190 +#define VF610_CLK_END 191 #endif /* __DT_BINDINGS_CLOCK_VF610_H */ |