Skip to content

Commit 1de8493

Browse files
jernejskmripard
authored andcommitted
clk: sunxi-ng: a64: Export MBUS clock
MBUS clock will be referenced in MBUS controller node. Export it. Signed-off-by: Jernej Skrabec <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent bb6d3fb commit 1de8493

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

drivers/clk/sunxi-ng/ccu-sun50i-a64.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555

5656
/* All the DRAM gates are exported */
5757

58-
/* Some more module clocks are exported */
59-
60-
#define CLK_MBUS 112
61-
6258
/* And the DSI and GPU module clock is exported */
6359

6460
#define CLK_NUMBER (CLK_GPU + 1)

include/dt-bindings/clock/sun50i-a64-ccu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
#define CLK_AVS 109
132132
#define CLK_HDMI 110
133133
#define CLK_HDMI_DDC 111
134-
134+
#define CLK_MBUS 112
135135
#define CLK_DSI_DPHY 113
136136
#define CLK_GPU 114
137137

0 commit comments

Comments
 (0)