diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-06-11 13:16:33 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2017-06-12 10:30:42 +0300 |
commit | e2e5f3211fe2b57f4a9feed5c053c48aea7eb2a2 (patch) | |
tree | 3d6fe48841727acd7e1046b49b3530fa95861850 /include/dt-bindings | |
parent | 70ad0d0351470d6c1d22063497e644ecf847b63f (diff) | |
download | linux-e2e5f3211fe2b57f4a9feed5c053c48aea7eb2a2.tar.xz |
clk: meson8b: export the SDIO clock
Export the SDIO clock so it 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')
-rw-r--r-- | include/dt-bindings/clock/meson8b-clkc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index 1c7f090da440..821b08574900 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -22,6 +22,7 @@ #define CLKID_MPEG_SEL 14 #define CLKID_MPEG_DIV 15 #define CLKID_SAR_ADC 23 +#define CLKID_SDIO 30 #define CLKID_SANA 69 #endif /* __MESON8B_CLKC_H */ |