aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-04-03 14:26:54 +0200
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-04-10 16:33:01 +0200
commitc77cebac96a9edf1f3a508b475110f5d44196901 (patch)
treee4f65c542420799e6cbce22297c5f05008b1ccdf /include/dt-bindings
parentclk: sunxi-ng: a83t: Add pll-video0 as parent of csi-mclk (diff)
downloadlinux-dev-c77cebac96a9edf1f3a508b475110f5d44196901.tar.xz
linux-dev-c77cebac96a9edf1f3a508b475110f5d44196901.zip
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 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/sun5i-ccu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/sun5i-ccu.h b/include/dt-bindings/clock/sun5i-ccu.h
index 81f34d477aeb..2e6b9ddcc24e 100644
--- a/include/dt-bindings/clock/sun5i-ccu.h
+++ b/include/dt-bindings/clock/sun5i-ccu.h
@@ -100,7 +100,7 @@
#define CLK_AVS 96
#define CLK_HDMI 97
#define CLK_GPU 98
-
+#define CLK_MBUS 99
#define CLK_IEP 100
#endif /* _DT_BINDINGS_CLK_SUN5I_H_ */