Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: sunxi-ng: r40: Export MBUS clock

The MBUS clock needs to be referenced in the MBUS device node.
Export it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
b406cadb 5d22a618

+1 -5
-4
drivers/clk/sunxi-ng/ccu-sun8i-r40.h
··· 55 55 56 56 /* Some more module clocks are exported */ 57 57 58 - #define CLK_MBUS 155 59 - 60 - /* Another bunch of module clocks are exported */ 61 - 62 58 #define CLK_NUMBER (CLK_OUTB + 1) 63 59 64 60 #endif /* _CCU_SUN8I_R40_H_ */
+1 -1
include/dt-bindings/clock/sun8i-r40-ccu.h
··· 176 176 #define CLK_AVS 152 177 177 #define CLK_HDMI 153 178 178 #define CLK_HDMI_SLOW 154 179 - 179 + #define CLK_MBUS 155 180 180 #define CLK_DSI_DPHY 156 181 181 #define CLK_TVE0 157 182 182 #define CLK_TVE1 158