From 8b7c3eba04fb0807d7e3e05b4fb19ec77013eae6 Mon Sep 17 00:00:00 2001 From: "minda.chen" Date: Wed, 1 Nov 2023 19:30:42 +0900 Subject: [PATCH] riscv: dts: starfive: pmic: add axp15060 pmic config in vf2 uboot dts add axp15060 pmic dts config for opensbi power managment used. Signed-off-by: minda.chen [hoegeun.kwon: cherry-pick the commit b50de2c0ae0c from https://github.com/starfive-tech/u-boot/tree/JH7110_VisionFive2_devel] Signed-off-by: Hoegeun Kwon Change-Id: Icfcdb134a3d752126d629040e2861ee5bd3fa5b3 --- 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 e94f9fe826..a1d69f74ef 100644 --- a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi @@ -132,6 +132,11 @@ reg = <0x50>; pagesize = <16>; }; + + pmic: axp15060_reg@36 { + compatible = "stf,axp15060-regulator"; + reg = <0x36>; + }; }; &i2c6 { -- 2.34.1