OSDN Git Service

clk: meson: gxbb: Add sd_emmc clk0 clkids
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 31 Jul 2017 11:56:02 +0000 (13:56 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 4 Aug 2017 15:49:34 +0000 (17:49 +0200)
Add the clkids for the clocks feeding the input0 of the mmc controllers

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/clk/meson/gxbb.h
include/dt-bindings/clock/gxbb-clkc.h

index 2c8986d..5b1d4b3 100644 (file)
 #define CLKID_CTS_MCLK_I958_DIV          112
 #define CLKID_32K_CLK_SEL        115
 #define CLKID_32K_CLK_DIV        116
-
-#define NR_CLKS                          117
+#define CLKID_SD_EMMC_A_CLK0_SEL  117
+#define CLKID_SD_EMMC_A_CLK0_DIV  118
+#define CLKID_SD_EMMC_B_CLK0_SEL  120
+#define CLKID_SD_EMMC_B_CLK0_DIV  121
+#define CLKID_SD_EMMC_C_CLK0_SEL  123
+#define CLKID_SD_EMMC_C_CLK0_DIV  124
+
+#define NR_CLKS                          126
 
 /* include the CLKIDs that have been made part of the DT binding */
 #include <dt-bindings/clock/gxbb-clkc.h>
index e07fea0..c04a76d 100644 (file)
 #define CLKID_CTS_MCLK_I958    110
 #define CLKID_CTS_I958         113
 #define CLKID_32K_CLK          114
+#define CLKID_SD_EMMC_A_CLK0   119
+#define CLKID_SD_EMMC_B_CLK0   122
+#define CLKID_SD_EMMC_C_CLK0   125
 
 #endif /* __GXBB_CLKC_H */