summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/ccu-sun50i-h6.h
diff options
context:
space:
mode:
authorIcenowy Zheng2018-03-21 03:46:25 +0100
committerMaxime Ripard2018-03-21 12:27:13 +0100
commitf422fa558aada511406432bc5974d3a5bf728227 (patch)
tree79d66f3a24fed926730548b156cf3a78236d880a /drivers/clk/sunxi-ng/ccu-sun50i-h6.h
parentclk: sunxi-ng: add support for the Allwinner H6 CCU (diff)
downloadkernel-qcow2-linux-f422fa558aada511406432bc5974d3a5bf728227.tar.gz
kernel-qcow2-linux-f422fa558aada511406432bc5974d3a5bf728227.tar.xz
kernel-qcow2-linux-f422fa558aada511406432bc5974d3a5bf728227.zip
clk: sunxi-ng: add missing hdmi-slow clock for H6 CCU
The Allwinner H6 CCU has a "HDMI Slow Clock", which is currently missing in the ccu-sun50i-h6 driver. Add this missing clock to the driver. Fixes: 542353ea ("clk: sunxi-ng: add support for the Allwinner H6 CCU") Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu-sun50i-h6.h')
-rw-r--r--drivers/clk/sunxi-ng/ccu-sun50i-h6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-h6.h b/drivers/clk/sunxi-ng/ccu-sun50i-h6.h
index ad6da4aa733c..2ccfe4428260 100644
--- a/drivers/clk/sunxi-ng/ccu-sun50i-h6.h
+++ b/drivers/clk/sunxi-ng/ccu-sun50i-h6.h
@@ -51,6 +51,6 @@
#define CLK_BUS_DRAM 60
-#define CLK_NUMBER 137
+#define CLK_NUMBER (CLK_BUS_HDCP + 1)
#endif /* _CCU_SUN50I_H6_H_ */