clk: sunxi-ng: a64: Export MBUS clock

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>
This commit is contained in:
Jernej Skrabec 2020-02-10 18:06:53 +01:00 committed by Maxime Ripard
parent bb6d3fb354
commit 1de8493069
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
2 changed files with 1 additions and 5 deletions

View File

@ -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)

View File

@ -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