Commit b406cadb authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard

clk: sunxi-ng: r40: Export MBUS clock

The MBUS clock needs to be referenced in the MBUS device node.
Export it.
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 5d22a618
...@@ -55,10 +55,6 @@ ...@@ -55,10 +55,6 @@
/* Some more module clocks are exported */ /* Some more module clocks are exported */
#define CLK_MBUS 155
/* Another bunch of module clocks are exported */
#define CLK_NUMBER (CLK_OUTB + 1) #define CLK_NUMBER (CLK_OUTB + 1)
#endif /* _CCU_SUN8I_R40_H_ */ #endif /* _CCU_SUN8I_R40_H_ */
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
#define CLK_AVS 152 #define CLK_AVS 152
#define CLK_HDMI 153 #define CLK_HDMI 153
#define CLK_HDMI_SLOW 154 #define CLK_HDMI_SLOW 154
#define CLK_MBUS 155
#define CLK_DSI_DPHY 156 #define CLK_DSI_DPHY 156
#define CLK_TVE0 157 #define CLK_TVE0 157
#define CLK_TVE1 158 #define CLK_TVE1 158
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment