Skip to content

Commit

Permalink
riscv: dts: starfive: add starfive regulator node
Browse files Browse the repository at this point in the history
add starfive regulator node

Signed-off-by: ziv.xu <[email protected]>
  • Loading branch information
ziv.xu authored and MichaIng committed Jul 5, 2024
1 parent cc62ef8 commit 1e98c5d
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion arch/riscv/boot/dts/starfive/jh7110-evb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,47 @@

&i2c5 {
pmic: jh7110_evb_reg@50 {
compatible = "x-powers,axp15060";
compatible = "starfive,jh7110-evb-regulator";
reg = <0x50>;

regulators {
hdmi_1p8: LDO_REG1 {
regulator-name = "hdmi_1p8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
mipitx_1p8: LDO_REG2 {
regulator-name = "mipitx_1p8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
mipirx_1p8: LDO_REG3 {
regulator-name = "mipirx_1p8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
hdmi_0p9: LDO_REG4 {
regulator-name = "hdmi_0p9";
regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
};
mipitx_0p9: LDO_REG5 {
regulator-name = "mipitx_0p9";
regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
};
mipirx_0p9: LDO_REG6 {
regulator-name = "mipirx_0p9";
regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
};
sdio_vdd: LDO_REG7 {
regulator-name = "sdio_vdd";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
};
};

};
};

Expand Down

0 comments on commit 1e98c5d

Please sign in to comment.