Skip to content

Commit

Permalink
arm64/dts: config raven display vddd
Browse files Browse the repository at this point in the history
Raven display has different voltage in low power mode.

Bug: 185958115
Signed-off-by: Long Ling <[email protected]>
Change-Id: I7fcaefde27f5843ac4008f65c5bb87d1e54cd035
  • Loading branch information
Long Ling committed Jun 8, 2021
1 parent 60fb4da commit 40d09e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/google/gs101-raven-display.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
touch = <&spitouch>;

vddd-supply = <&m_ldo28_reg>;
vddd-normal-microvolt = <1200000>;
vddd-lp-microvolt = <1050000>;
/* vddi is from PP1850_SA which is always on */
/delete-node/ vddi-supply;
};
Expand All @@ -27,7 +29,7 @@

/* vddd-supply voltage */
&m_ldo28_reg {
regulator-min-microvolt = <1200000>;
regulator-min-microvolt = <1050000>;
regulator-max-microvolt = <1200000>;
};

0 comments on commit 40d09e7

Please sign in to comment.