summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorziv.xu <ziv.xu@starfive.com>2023-08-04 12:06:51 +0300
committerAndy Hu <andy.hu@starfivetech.com>2023-08-10 13:19:36 +0300
commit2191d9695b582f2cc3c3c6633087dfb4977bdb17 (patch)
treef268ab9086fcab687fea9001ff5c5ea560a7af7f /arch
parente7b8f187773193cfe85b5b1293abe269575c98eb (diff)
downloadlinux-2191d9695b582f2cc3c3c6633087dfb4977bdb17.tar.xz
riscv: dts: starfive: modify AXP15060 node
modify AXP15060 node Signed-off-by: ziv.xu <ziv.xu@starfive.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
index ebb192a45405..157ea66c70c1 100644
--- a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
@@ -520,13 +520,13 @@
};
pmic: axp15060_reg@36 {
- compatible = "stf,axp15060-regulator";
+ compatible = "x-powers,axp15060";
reg = <0x36>;
regulators {
mipi_0p9: ALDO1 {
regulator-boot-on;
- regulator-compatible = "mipi_0p9";
+ regulator-compatible = "aldo1";
regulator-name = "mipi_0p9";
regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
@@ -534,7 +534,7 @@
hdmi_0p9: ALDO5 {
regulator-boot-on;
- regulator-compatible = "hdmi_0p9";
+ regulator-compatible = "aldo5";
regulator-name = "hdmi_0p9";
regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
@@ -542,7 +542,7 @@
hdmi_1p8: ALDO3 {
regulator-boot-on;
- regulator-compatible = "hdmi_1p8";
+ regulator-compatible = "aldo3";
regulator-name = "hdmi_1p8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
@@ -551,7 +551,7 @@
sdio_vdd: ALDO4 {
regulator-boot-on;
regulator-always-on;
- regulator-compatible = "sdio_vdd";
+ regulator-compatible = "aldo4";
regulator-name = "sdio_vdd";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
@@ -560,7 +560,7 @@
vcc_3v3: DCDC1 {
regulator-boot-on;
regulator-always-on;
- regulator-compatible = "vcc_3v3";
+ regulator-compatible = "dcdc1";
regulator-name = "vcc_3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
@@ -569,7 +569,7 @@
cpu_vdd: DCDC2 {
regulator-boot-on;
regulator-always-on;
- regulator-compatible = "cpu_vdd";
+ regulator-compatible = "dcdc2";
regulator-name = "cpu_vdd";
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <1540000>;