]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: dts: starfive: add regulator device
authorNam Cao <namcao@linutronix.de>
Mon, 29 Jan 2024 08:43:09 +0000 (09:43 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 31 Jan 2024 08:52:53 +0000 (16:52 +0800)
Add the axp15060 regulator device. OpenSBI uses this device to perform
board reset and shutdown.

Signed-off-by: Nam Cao <namcao@linutronix.de>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi

index e94f9fe826a8b1a720a5f68636f02d1ea0be0468..f2c6bec9298815f2c6c76df15d37c8de2889eb84 100644 (file)
        pinctrl-0 = <&i2c5_pins>;
        status = "okay";
 
+       pmic@36 {
+               compatible = "x-powers,axp15060";
+               reg = <0x36>;
+       };
+
        eeprom@50 {
                compatible = "atmel,24c04";
                reg = <0x50>;