aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2016-09-04 17:31:46 -0400
committerKevin Hilman <khilman@baylibre.com>2016-09-14 14:23:55 -0400
commit5dbe7890e6e998b49aac3f0a6455803c956a49c9 (patch)
treeb4433160488cf9c749ddc6f44a1c1504842eb5b2 /include/dt-bindings/clock
parentf2120a8b090676380d9bce4ea23f855dc8e0d71f (diff)
clk: gxbb: expose USB clocks
USB0_DDR_BRIDGE and USB1_DDR_BRIDGE1 are needed for the related dwc2 usb controller. USB, USB0 and USB1 are needed for the PHYs. Expose these clocks to DT and comment out in clk driver. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> 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/clock')
-rw-r--r--include/dt-bindings/clock/gxbb-clkc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h
index 7955d7c712f6..743c45b40361 100644
--- a/include/dt-bindings/clock/gxbb-clkc.h
+++ b/include/dt-bindings/clock/gxbb-clkc.h
@@ -14,6 +14,11 @@
14#define CLKID_MPLL2 15 14#define CLKID_MPLL2 15
15#define CLKID_SPI 34 15#define CLKID_SPI 34
16#define CLKID_ETH 36 16#define CLKID_ETH 36
17#define CLKID_USB0 50
18#define CLKID_USB1 51
19#define CLKID_USB 55
20#define CLKID_USB1_DDR_BRIDGE 64
21#define CLKID_USB0_DDR_BRIDGE 65
17#define CLKID_SD_EMMC_A 94 22#define CLKID_SD_EMMC_A 94
18#define CLKID_SD_EMMC_B 95 23#define CLKID_SD_EMMC_B 95
19#define CLKID_SD_EMMC_C 96 24#define CLKID_SD_EMMC_C 96