summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorElaine Zhang2017-03-07 12:05:15 +0100
committerHeiko Stuebner2017-03-10 11:17:04 +0100
commita4fa90d24b4bb7d171fbcb2ceffd0315a6e29050 (patch)
tree771173bd69c7bb7a63686bcfc52755375c70fa6c /include/dt-bindings
parentclk: rockchip: add rk3328 clk_mac2io_ext ID (diff)
downloadkernel-qcow2-linux-a4fa90d24b4bb7d171fbcb2ceffd0315a6e29050.tar.gz
kernel-qcow2-linux-a4fa90d24b4bb7d171fbcb2ceffd0315a6e29050.tar.xz
kernel-qcow2-linux-a4fa90d24b4bb7d171fbcb2ceffd0315a6e29050.zip
clk: rockchip: fix up rk3368 timer-ids
The timer-ids are wrong compared to the manual, probably due a simple copy-paste mistake from the otherwise very similar rk3288. And there are even more timers in the system than the ones wrongly listed here. Timer-Ids were unused both in clock-driver as well as devicetree till now, so fixing them won't break anything. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/rk3368-cru.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h
index 9c5dd9ba2f6c..2bf23eda8938 100644
--- a/include/dt-bindings/clock/rk3368-cru.h
+++ b/include/dt-bindings/clock/rk3368-cru.h
@@ -44,13 +44,12 @@
#define SCLK_I2S_8CH 82
#define SCLK_SPDIF_8CH 83
#define SCLK_I2S_2CH 84
-#define SCLK_TIMER0 85
-#define SCLK_TIMER1 86
-#define SCLK_TIMER2 87
-#define SCLK_TIMER3 88
-#define SCLK_TIMER4 89
-#define SCLK_TIMER5 90
-#define SCLK_TIMER6 91
+#define SCLK_TIMER00 85
+#define SCLK_TIMER01 86
+#define SCLK_TIMER02 87
+#define SCLK_TIMER03 88
+#define SCLK_TIMER04 89
+#define SCLK_TIMER05 90
#define SCLK_OTGPHY0 93
#define SCLK_OTG_ADP 96
#define SCLK_HSICPHY480M 97