diff options
author | Neil Armstrong <[email protected]> | 2020-09-15 14:45:51 +0200 |
---|---|---|
committer | Jerome Brunet <[email protected]> | 2020-11-23 09:06:34 +0100 |
commit | cd3caa573ebd1f32727962cf7dead43f5144d080 (patch) | |
tree | eef8d0540ce8ecc2858c919ebf7a2a26798d2527 | |
parent | b5330c565e4e481df579f602246073ecee265bc6 (diff) |
dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding
Add the clock ID for the MIPI DSI Host clock.
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Jerome Brunet <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | include/dt-bindings/clock/axg-clkc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/axg-clkc.h b/include/dt-bindings/clock/axg-clkc.h index 281df3e0f131..e2749dbc74b8 100644 --- a/include/dt-bindings/clock/axg-clkc.h +++ b/include/dt-bindings/clock/axg-clkc.h @@ -96,5 +96,6 @@ #define CLKID_VCLK2_DIV6 130 #define CLKID_VCLK2_DIV12 131 #define CLKID_CTS_ENCL 133 +#define CLKID_VDIN_MEAS 136 #endif /* __AXG_CLKC_H */ |