diff options
author | Helmut Klein <hgkr.klein@gmail.com> | 2017-03-31 19:54:34 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2017-05-29 15:33:08 +0300 |
commit | 9dc6bd7678f6ee518c92808886ee087e31f749cf (patch) | |
tree | 0b9f793c1a92966a48183f3a85f18fc85d36d203 /include/dt-bindings/clock/gxbb-clkc.h | |
parent | 34f267f1620ac2c5b4f45cbb93226ddb80c3c6bd (diff) | |
download | linux-9dc6bd7678f6ee518c92808886ee087e31f749cf.tar.xz |
clk: meson-gxbb: expose UART clocks
Expose the clock ids of the three none AO uarts to the dt-bindings
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Helmut Klein <hgkr.klein@gmail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
[tidy the commit message to match similar change]
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'include/dt-bindings/clock/gxbb-clkc.h')
-rw-r--r-- | include/dt-bindings/clock/gxbb-clkc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h index a1b2b5088d3a..98b39c2e79af 100644 --- a/include/dt-bindings/clock/gxbb-clkc.h +++ b/include/dt-bindings/clock/gxbb-clkc.h @@ -17,6 +17,7 @@ #define CLKID_I2C 22 #define CLKID_SAR_ADC 23 #define CLKID_RNG0 25 +#define CLKID_UART0 26 #define CLKID_SPI 34 #define CLKID_ETH 36 #define CLKID_AIU_GLUE 38 @@ -24,12 +25,14 @@ #define CLKID_I2S_OUT 40 #define CLKID_MIXER_IFACE 44 #define CLKID_AIU 47 +#define CLKID_UART1 48 #define CLKID_USB0 50 #define CLKID_USB1 51 #define CLKID_USB 55 #define CLKID_HDMI_PCLK 63 #define CLKID_USB1_DDR_BRIDGE 64 #define CLKID_USB0_DDR_BRIDGE 65 +#define CLKID_UART2 68 #define CLKID_SANA 69 #define CLKID_GCLK_VENCI_INT0 77 #define CLKID_AOCLK_GATE 80 |