Add the axp15060 regulator device. OpenSBI uses this device to perform
board reset and shutdown.

Signed-off-by: Nam Cao <[email protected]>
---
v2: "stf,axp15060-regulator" -> "x-powers,axp15060" to match Linux.

 arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi 
b/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
index e40f57a150..fe4b3e71ae 100644
--- a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
+++ b/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
@@ -122,6 +122,11 @@
        pinctrl-0 = <&i2c5_pins>;
        status = "okay";
 
+       pmic@36 {
+               compatible = "x-powers,axp15060";
+               reg = <0x36>;
+       };
+
        eeprom@50 {
                compatible = "atmel,24c04";
                reg = <0x50>;
-- 
2.39.2

Reply via email to