diff options
author | Hal Feng <hal.feng@starfivetech.com> | 2024-04-24 09:23:07 +0300 |
---|---|---|
committer | Hal Feng <hal.feng@starfivetech.com> | 2024-04-24 09:31:33 +0300 |
commit | 743a8b04c01c55711131872805b4abdeddd4c1bb (patch) | |
tree | e1fccd9c86624f64e739b5fc7c1a3b8ae6a653d0 | |
parent | 14dad21a23326663389204f8a670877bffa2d2dd (diff) | |
download | linux-743a8b04c01c55711131872805b4abdeddd4c1bb.tar.xz |
riscv: dts: starfive: visionfive 2: Quote corresponding regulators in hdmi and vin
So PMIC can start to work before HDMI and VIN.
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index c1d166a3988a..fd674ed1a973 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -1002,6 +1002,8 @@ pinctrl-names = "default"; pinctrl-0 = <&hdmi_pins>; hpd-gpio = <&sysgpio 15 GPIO_ACTIVE_HIGH>; + hdmi_0p9-supply = <&hdmi_0p9>; + hdmi_1p8-supply = <&hdmi_1p8>; hdmi_in: port { #address-cells = <1>; @@ -1125,6 +1127,7 @@ &vin_sysctl { /* when use dvp open this pinctrl*/ status = "okay"; + mipi_0p9-supply = <&mipi_0p9>; ports { #address-cells = <1>; |