Skip to content

Commit ebd8cf4

Browse files
ziv.xuMichaIng
authored andcommitted
riscv: dts: starfive: add starfive regulator node
add starfive regulator node Signed-off-by: ziv.xu <[email protected]>
1 parent e3e4a35 commit ebd8cf4

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

arch/riscv/boot/dts/starfive/jh7110-evb.dtsi

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,47 @@
99

1010
&i2c5 {
1111
pmic: jh7110_evb_reg@50 {
12-
compatible = "x-powers,axp15060";
12+
compatible = "starfive,jh7110-evb-regulator";
1313
reg = <0x50>;
14+
15+
regulators {
16+
hdmi_1p8: LDO_REG1 {
17+
regulator-name = "hdmi_1p8";
18+
regulator-min-microvolt = <1800000>;
19+
regulator-max-microvolt = <1800000>;
20+
};
21+
mipitx_1p8: LDO_REG2 {
22+
regulator-name = "mipitx_1p8";
23+
regulator-min-microvolt = <1800000>;
24+
regulator-max-microvolt = <1800000>;
25+
};
26+
mipirx_1p8: LDO_REG3 {
27+
regulator-name = "mipirx_1p8";
28+
regulator-min-microvolt = <1800000>;
29+
regulator-max-microvolt = <1800000>;
30+
};
31+
hdmi_0p9: LDO_REG4 {
32+
regulator-name = "hdmi_0p9";
33+
regulator-min-microvolt = <900000>;
34+
regulator-max-microvolt = <900000>;
35+
};
36+
mipitx_0p9: LDO_REG5 {
37+
regulator-name = "mipitx_0p9";
38+
regulator-min-microvolt = <900000>;
39+
regulator-max-microvolt = <900000>;
40+
};
41+
mipirx_0p9: LDO_REG6 {
42+
regulator-name = "mipirx_0p9";
43+
regulator-min-microvolt = <900000>;
44+
regulator-max-microvolt = <900000>;
45+
};
46+
sdio_vdd: LDO_REG7 {
47+
regulator-name = "sdio_vdd";
48+
regulator-min-microvolt = <1800000>;
49+
regulator-max-microvolt = <3300000>;
50+
};
51+
};
52+
1453
};
1554
};
1655

0 commit comments

Comments
 (0)