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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: reset: thead,th1520-reset: add more VOSYS resets

VOSYS contains more resets for a display pipeline, includes ones for the
display controller (called DPU in the manual), the HDMI controller and 2
MIPI DSI controllers.

Allocate IDs for these resets in the dt binding header file.

Now all peripheral related VOSYS reset controls are here, only the bus
matrix / IOPMP ones are missing, which shouldn't be messed with.

Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250813081716.2181843-2-uwu@icenowy.me
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Icenowy Zheng and committed by
Philipp Zabel
f443d7c9 9c50f99c

+7
+7
include/dt-bindings/reset/thead,th1520-reset.h
··· 12 12 #define TH1520_RESET_ID_NPU 2 13 13 #define TH1520_RESET_ID_WDT0 3 14 14 #define TH1520_RESET_ID_WDT1 4 15 + #define TH1520_RESET_ID_DPU_AHB 5 16 + #define TH1520_RESET_ID_DPU_AXI 6 17 + #define TH1520_RESET_ID_DPU_CORE 7 18 + #define TH1520_RESET_ID_DSI0_APB 8 19 + #define TH1520_RESET_ID_DSI1_APB 9 20 + #define TH1520_RESET_ID_HDMI 10 21 + #define TH1520_RESET_ID_HDMI_APB 11 15 22 16 23 #endif /* _DT_BINDINGS_TH1520_RESET_H */