Skip to content

Commit ee90711

Browse files
QSchulzmmind
authored andcommitted
arm64: dts: rockchip: force PMIC reset behavior to restart PMU on RK3588 Jaguar
The bootloader for RK3588 Jaguar currently forces the PMIC reset behavior (stored in RST_FUN bitfield in register SYS_CFG3 of the PMIC) to 0b1X which is incorrect for our devices. It is required to restart the PMU as otherwise the companion microcontroller cannot detect the PMIC (and by extension the full product and main SoC) being rebooted which is an issue as that is used to reset a few things like the PWM beeper and watchdogs. Let's add the new rockchip,reset-mode property to make sure the PMIC reset behavior is the expected one. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Link: https://lore.kernel.org/r/20250627-rk8xx-rst-fun-v4-4-ce05d041b45f@cherry.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 304be20 commit ee90711

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <dt-bindings/pinctrl/rockchip.h>
1111
#include <dt-bindings/soc/rockchip,vop2.h>
1212
#include <dt-bindings/usb/pd.h>
13+
#include "rk8xx.h"
1314
#include "rk3588.dtsi"
1415

1516
/ {
@@ -693,6 +694,7 @@
693694
vcc13-supply = <&vcc_1v1_nldo_s3>;
694695
vcc14-supply = <&vcc_1v1_nldo_s3>;
695696
vcca-supply = <&vcc5v0_sys>;
697+
rockchip,reset-mode = <RK806_RESTART>;
696698

697699
rk806_dvs1_null: dvs1-null-pins {
698700
pins = "gpio_pwrctrl1";

0 commit comments

Comments
 (0)