Skip to content

Commit 08cd20b

Browse files
efectnmmind
authored andcommitted
arm64: dts: rockchip: mark system power controller and fix typo on orangepi-5-plus
Mark the PMIC as system power controller, so the board will shut-down properly and fix the typo on rk806_dvs1_null pins property. Fixes: 236d225 ("arm64: dts: rockchip: Add board device tree for rk3588-orangepi-5-plus") Signed-off-by: Muhammed Efe Cetin <efectn@protonmail.com> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://lore.kernel.org/r/20240407173210.372585-1-efectn@6tel.net Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent c2b6d3a commit 08cd20b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@
485485
pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
486486
<&rk806_dvs2_null>, <&rk806_dvs3_null>;
487487
spi-max-frequency = <1000000>;
488+
system-power-controller;
488489

489490
vcc1-supply = <&vcc5v0_sys>;
490491
vcc2-supply = <&vcc5v0_sys>;
@@ -506,7 +507,7 @@
506507
#gpio-cells = <2>;
507508

508509
rk806_dvs1_null: dvs1-null-pins {
509-
pins = "gpio_pwrctrl2";
510+
pins = "gpio_pwrctrl1";
510511
function = "pin_fun0";
511512
};
512513

0 commit comments

Comments
 (0)