Skip to content

Commit 61977cc

Browse files
committed
dt-bindings: reset: sun55i-a523-r-ccu: Add missing PPU0 reset
There is a PPU0 reset control bit in the same register as the PPU1 reset control. This missing reset control is for the PCK-600 unit in the SoC. Manual tests show that the reset control indeed exists, and if not configured, the system will hang when the PCK-600 registers are accessed. Add a reset entry for it at the end of the existing ones. Fixes: 52dbf84 ("dt-bindings: clk: sunxi-ng: document two Allwinner A523 CCUs") Acked-by: Conor Dooley <[email protected]> Acked-by: Stephen Boyd <[email protected]> Reviewed-by: Andre Przywara <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 19272b3 commit 61977cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/dt-bindings/reset/sun55i-a523-r-ccu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
#define RST_BUS_R_IR_RX 12
2222
#define RST_BUS_R_RTC 13
2323
#define RST_BUS_R_CPUCFG 14
24+
#define RST_BUS_R_PPU0 15
2425

2526
#endif /* _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_ */

0 commit comments

Comments
 (0)