aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/meson8b-clkc.h
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2017-06-11 12:16:35 +0200
committerJerome Brunet <jbrunet@baylibre.com>2017-06-12 07:30:44 +0000
commit677f6af5d685a5990148222804f3649196789b91 (patch)
treeb10bac22db94b54c604bcc79d8160b456e2ff65e /include/dt-bindings/clock/meson8b-clkc.h
parentclk: meson8b: export the gate clock for the HW random number generator (diff)
downloadlinux-dev-677f6af5d685a5990148222804f3649196789b91.tar.xz
linux-dev-677f6af5d685a5990148222804f3649196789b91.zip
clk: meson8b: export the USB clocks
Export the USB related clocks (for the USB controller and the USB2 PHYs) so they can be used in the dt-bindings. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'include/dt-bindings/clock/meson8b-clkc.h')
-rw-r--r--include/dt-bindings/clock/meson8b-clkc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
index f004e6760b5d..04f0d1fcd308 100644
--- a/include/dt-bindings/clock/meson8b-clkc.h
+++ b/include/dt-bindings/clock/meson8b-clkc.h
@@ -24,6 +24,11 @@
#define CLKID_SAR_ADC 23
#define CLKID_RNG0 25
#define CLKID_SDIO 30
+#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_SANA 69
#endif /* __MESON8B_CLKC_H */