diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2017-03-02 15:23:38 +0100 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2017-05-29 14:15:22 +0200 |
commit | 0420dbb5acd5b13c850387ab3f36812239984501 (patch) | |
tree | 39ba6af5d0f6ce725c2b457a9df49fbb70129135 /include | |
parent | clk: meson-gxbb: expose i2s master clock (diff) | |
download | linux-0420dbb5acd5b13c850387ab3f36812239984501.tar.xz linux-0420dbb5acd5b13c850387ab3f36812239984501.zip |
clk: meson-gxbb: expose spdif master clock
Expose the spdif master clock and the mux to select the appropriate spdif
clock parent depending on the data source.
Acked-by: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/gxbb-clkc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h index d19c0dbf42d3..cc3bb3180d3f 100644 --- a/include/dt-bindings/clock/gxbb-clkc.h +++ b/include/dt-bindings/clock/gxbb-clkc.h @@ -45,5 +45,7 @@ #define CLKID_MALI_1 105 #define CLKID_MALI 106 #define CLKID_CTS_AMCLK 107 +#define CLKID_CTS_MCLK_I958 110 +#define CLKID_CTS_I958 113 #endif /* __GXBB_CLKC_H */ |