diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2016-09-07 17:13:39 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-14 11:22:49 -0700 |
commit | f2120a8b090676380d9bce4ea23f855dc8e0d71f (patch) | |
tree | c6f0fc7c1b837e238b54bd64262abdaea1852469 /include/dt-bindings | |
parent | ed6f4b518004845f6f830422cc9e3ab4f0284930 (diff) |
clk: gxbb: expose spifc clock
SPI clock is needed for the spifc driver, expose to DT
(and comment out in the clk driver)
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/gxbb-clkc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h index ccef0283173b..7955d7c712f6 100644 --- a/include/dt-bindings/clock/gxbb-clkc.h +++ b/include/dt-bindings/clock/gxbb-clkc.h @@ -12,6 +12,7 @@ #define CLKID_FCLK_DIV4 6 #define CLKID_CLK81 12 #define CLKID_MPLL2 15 +#define CLKID_SPI 34 #define CLKID_ETH 36 #define CLKID_SD_EMMC_A 94 #define CLKID_SD_EMMC_B 95 |