Skip to content

Commit

Permalink
ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage
Browse files Browse the repository at this point in the history
Lowering the voltage solves the quick image degradation over time
(minutes), that was probably caused by overheating.

Signed-off-by: Ondrej Jirman <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
  • Loading branch information
Ondrej Jirman authored and mripard committed Feb 24, 2020
1 parent bd8cac5 commit a405509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@
};

&reg_dldo3 {
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-name = "vdd-csi";
};

Expand Down

0 comments on commit a405509

Please sign in to comment.