summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorJerome Brunet2016-09-14 12:06:05 +0200
committerKevin Hilman2016-09-14 20:24:04 +0200
commitdfdd7d4af6ebee027be7bf2636b2314937948da6 (patch)
tree4fd238ba20b377e5f042579f42098a9bf54a2277 /include/dt-bindings
parentclk: gxbb: expose USB clocks (diff)
downloadkernel-qcow2-linux-dfdd7d4af6ebee027be7bf2636b2314937948da6.tar.gz
kernel-qcow2-linux-dfdd7d4af6ebee027be7bf2636b2314937948da6.tar.xz
kernel-qcow2-linux-dfdd7d4af6ebee027be7bf2636b2314937948da6.zip
clk: gxbb: expose i2c clocks
I2C and AO_I2C clocks are needed for the i2c driver, expose to DT (and comment out in 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.h2
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 743c45b40361..baade6f429d0 100644
--- a/include/dt-bindings/clock/gxbb-clkc.h
+++ b/include/dt-bindings/clock/gxbb-clkc.h
@@ -13,12 +13,14 @@
#define CLKID_CLK81 12
#define CLKID_MPLL2 15
#define CLKID_SPI 34
+#define CLKID_I2C 22
#define CLKID_ETH 36
#define CLKID_USB0 50
#define CLKID_USB1 51
#define CLKID_USB 55
#define CLKID_USB1_DDR_BRIDGE 64
#define CLKID_USB0_DDR_BRIDGE 65
+#define CLKID_AO_I2C 93
#define CLKID_SD_EMMC_A 94
#define CLKID_SD_EMMC_B 95
#define CLKID_SD_EMMC_C 96