Skip to content

Commit

Permalink
clk: sunxi-ng: a64: Export MBUS clock
Browse files Browse the repository at this point in the history
MBUS clock will be referenced in MBUS controller node.

Export it.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
  • Loading branch information
jernejsk authored and mripard committed Feb 11, 2020
1 parent bb6d3fb commit 1de8493
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-sun50i-a64.h
Expand Up @@ -55,10 +55,6 @@

/* All the DRAM gates are exported */

/* Some more module clocks are exported */

#define CLK_MBUS 112

/* And the DSI and GPU module clock is exported */

#define CLK_NUMBER (CLK_GPU + 1)
Expand Down
2 changes: 1 addition & 1 deletion include/dt-bindings/clock/sun50i-a64-ccu.h
Expand Up @@ -131,7 +131,7 @@
#define CLK_AVS 109
#define CLK_HDMI 110
#define CLK_HDMI_DDC 111

#define CLK_MBUS 112
#define CLK_DSI_DPHY 113
#define CLK_GPU 114

Expand Down

0 comments on commit 1de8493

Please sign in to comment.