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>
This commit is contained in:
Martin Blumenstingl 2017-06-11 12:16:33 +02:00 committed by Jerome Brunet
parent 70ad0d0351
commit e2e5f3211f
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@
#define CLKID_SDHC 27
#define CLKID_STREAM 28
#define CLKID_ASYNC_FIFO 29
#define CLKID_SDIO 30
/* #define CLKID_SDIO */
#define CLKID_ABUF 31
#define CLKID_HIU_IFACE 32
#define CLKID_ASSIST_MISC 33

View File

@ -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 */