diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2020-11-26 15:15:59 +0100 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2020-11-26 15:23:34 +0100 |
commit | 312489790cc6c760f8b7795b8f1ded45bafc318c (patch) | |
tree | 9e0301c96a8245d9e4a366f2cdcd0848fa6eba6c /include/dt-bindings | |
parent | dt-bindings: clk: axg-clkc: add MIPI DSI Host clock binding (diff) | |
download | linux-312489790cc6c760f8b7795b8f1ded45bafc318c.tar.xz linux-312489790cc6c760f8b7795b8f1ded45bafc318c.zip |
dt-bindings: clk: g12a-clkc: add DSI Pixel clock bindings
This adds the MIPI DSI Host Pixel Clock bindings.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20201126141600.2084586-2-narmstrong@baylibre.com
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/g12a-clkc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/g12a-clkc.h b/include/dt-bindings/clock/g12a-clkc.h index 40d49940d8a8..a93b58c5e18e 100644 --- a/include/dt-bindings/clock/g12a-clkc.h +++ b/include/dt-bindings/clock/g12a-clkc.h @@ -147,5 +147,7 @@ #define CLKID_SPICC1_SCLK 261 #define CLKID_NNA_AXI_CLK 264 #define CLKID_NNA_CORE_CLK 267 +#define CLKID_MIPI_DSI_PXCLK_SEL 269 +#define CLKID_MIPI_DSI_PXCLK 270 #endif /* __G12A_CLKC_H */ |