diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-04-03 15:26:54 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-04-10 17:33:01 +0300 |
commit | c77cebac96a9edf1f3a508b475110f5d44196901 (patch) | |
tree | e4f65c542420799e6cbce22297c5f05008b1ccdf /drivers/clk/sunxi-ng/ccu-sun5i.h | |
parent | b3adde03ba39e730178f6da01229f6f97a9919e8 (diff) | |
download | linux-c77cebac96a9edf1f3a508b475110f5d44196901.tar.xz |
clk: sunxi-ng: sun5i: Export the MBUS clock
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>
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu-sun5i.h')
-rw-r--r-- | drivers/clk/sunxi-ng/ccu-sun5i.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun5i.h b/drivers/clk/sunxi-ng/ccu-sun5i.h index 93a275fbd9a9..b66abd4fd0bf 100644 --- a/drivers/clk/sunxi-ng/ccu-sun5i.h +++ b/drivers/clk/sunxi-ng/ccu-sun5i.h @@ -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_ */ |