diff options
author | Jernej Skrabec <jernej.skrabec@siol.net> | 2020-02-10 18:06:53 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-02-11 07:49:14 +0100 |
commit | 1de8493069b8f510e586242c1b4329cd3c9b6fb9 (patch) | |
tree | ef38977951c79347d3343a3496a48ea66239b1de /drivers/clk/sunxi-ng/ccu-sun50i-a64.h | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) |
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>
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu-sun50i-a64.h')
-rw-r--r-- | drivers/clk/sunxi-ng/ccu-sun50i-a64.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-a64.h b/drivers/clk/sunxi-ng/ccu-sun50i-a64.h index 116e6f826d04..54d1f96f4b68 100644 --- a/drivers/clk/sunxi-ng/ccu-sun50i-a64.h +++ b/drivers/clk/sunxi-ng/ccu-sun50i-a64.h @@ -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) |