Skip to content

Commit

Permalink
clk: sunxi-ng: sun5i: Export the MBUS clock
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard committed Apr 10, 2019
1 parent b3adde0 commit c77ceba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions drivers/clk/sunxi-ng/ccu-sun5i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */
2 changes: 1 addition & 1 deletion include/dt-bindings/clock/sun5i-ccu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit c77ceba

Please sign in to comment.