Unverified Commit c77cebac authored by Maxime Ripard's avatar Maxime Ripard
Browse files

clk: sunxi-ng: sun5i: Export the MBUS clock



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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent b3adde03
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -60,10 +60,6 @@

/* 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_ */
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@
#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_ */