clk: sunxi-ng: sun5i: Export the MBUS clock
authorMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 3 Apr 2018 12:26:54 +0000 (14:26 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 10 Apr 2019 14:33:01 +0000 (16:33 +0200)
The MBUS clock is used by the MBUS controller, so let's export it so that
we can use it in our DT node.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
drivers/clk/sunxi-ng/ccu-sun5i.h
include/dt-bindings/clock/sun5i-ccu.h

index 93a275fbd9a907277c5ce49353dad95d73b61adf..b66abd4fd0bf1c7c1c0323f6f7b271025a5be47c 100644 (file)
 
 /* The rest of the module clocks are exported */
 
-#define CLK_MBUS               99
-
-/* And finally the IEP clock */
-
 #define CLK_NUMBER             (CLK_IEP + 1)
 
 #endif /* _CCU_SUN5I_H_ */
index 81f34d477aeba7ef4e7baa2512d21dfed2db569b..2e6b9ddcc24e50f67f882b649f344aa40ac0e9fb 100644 (file)
 #define CLK_AVS                        96
 #define CLK_HDMI               97
 #define CLK_GPU                        98
-
+#define CLK_MBUS               99
 #define CLK_IEP                        100
 
 #endif /* _DT_BINDINGS_CLK_SUN5I_H_ */