Skip to content

Commit

Permalink
riscv: dts: starfive: modify AXP15060 node
Browse files Browse the repository at this point in the history
modify AXP15060 node

Signed-off-by: ziv.xu <ziv.xu@starfive.com>
  • Loading branch information
ziv.xu authored and MichaIng committed Jan 23, 2024
1 parent 1319320 commit 1419a6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -463,51 +463,51 @@
};

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>;
};
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>;
};
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>;
};
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>;
};
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>;
};
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>;
Expand Down

0 comments on commit 1419a6e

Please sign in to comment.