aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/reset
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2021-01-03 04:00:04 -0600
committerChen-Yu Tsai <wens@csie.org>2021-01-06 19:34:29 +0800
commit0482a4e6de19bcfc3729dcc13b7b6dde03375bdb (patch)
treefeb343fd327e70ebd70925a09d661d78d53b205e /include/dt-bindings/reset
parentLinux 5.11-rc1 (diff)
downloadlinux-dev-0482a4e6de19bcfc3729dcc13b7b6dde03375bdb.tar.xz
linux-dev-0482a4e6de19bcfc3729dcc13b7b6dde03375bdb.zip
clk: sunxi-ng: h6-r: Add R_APB2_RSB clock and reset
While no information about the H6 RSB controller is included in the datasheet or manual, the vendor BSP and power management blob both reference the RSB clock parent and register address. These values were verified by experimentation. Since this clock/reset are added late, the specifier is added at the end to maintain the existing DT binding. The code is kept in register order. Signed-off-by: Samuel Holland <samuel@sholland.org> Acked-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r--include/dt-bindings/reset/sun50i-h6-r-ccu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/sun50i-h6-r-ccu.h b/include/dt-bindings/reset/sun50i-h6-r-ccu.h
index 01c84dba49a4..7950e799c76d 100644
--- a/include/dt-bindings/reset/sun50i-h6-r-ccu.h
+++ b/include/dt-bindings/reset/sun50i-h6-r-ccu.h
@@ -13,5 +13,6 @@
#define RST_R_APB2_I2C 4
#define RST_R_APB1_IR 5
#define RST_R_APB1_W1 6
+#define RST_R_APB2_RSB 7
#endif /* _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ */