Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: reset: thead,th1520-reset: Remove non-VO-subsystem resets

Registers in control of TH1520_RESET_ID_{NPU,WDT0,WDT1} belong to AP
reset controller, not the VO one which is documented as
"thead,th1520-reset" and is the only reset controller supported for
TH1520 for now.

Let's remove the IDs, leaving them to be implemented by AP-subsystem
reset controller in the future.

Fixes: 30e7573babdc ("dt-bindings: reset: Add T-HEAD TH1520 SoC Reset Controller")
Signed-off-by: Yao Zi <ziyao@disroot.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Drew Fustini <fustini@kernel.org>
Acked-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Yao Zi and committed by
Philipp Zabel
5334eb9d 8bffbfdc

-3
-3
include/dt-bindings/reset/thead,th1520-reset.h
··· 9 9 10 10 #define TH1520_RESET_ID_GPU 0 11 11 #define TH1520_RESET_ID_GPU_CLKGEN 1 12 - #define TH1520_RESET_ID_NPU 2 13 - #define TH1520_RESET_ID_WDT0 3 14 - #define TH1520_RESET_ID_WDT1 4 15 12 #define TH1520_RESET_ID_DPU_AHB 5 16 13 #define TH1520_RESET_ID_DPU_AXI 6 17 14 #define TH1520_RESET_ID_DPU_CORE 7