Skip to content

Commit

Permalink
ARM: dts: samsung: exynos4210-i9100: Unconditionally enable LDO12
Browse files Browse the repository at this point in the history
The kernel hangs for a good 12 seconds without any info being printed to
dmesg, very early in the boot process, if this regulator is not enabled.

Force-enable it to work around this issue, until we know more about the
underlying problem.

Signed-off-by: Paul Cercueil <[email protected]>
Fixes: 8620cc2 ("ARM: dts: exynos: Add devicetree file for the Galaxy S2")
Cc: [email protected] # v5.8+
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
  • Loading branch information
pcercuei authored and krzk committed Dec 8, 2023
1 parent 07e6a55 commit 84228d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/samsung/exynos4210-i9100.dts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,14 @@
regulator-name = "VT_CAM_1.8V";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;

/*
* Force-enable this regulator; otherwise the
* kernel hangs very early in the boot process
* for about 12 seconds, without apparent
* reason.
*/
regulator-always-on;
};

vcclcd_reg: LDO13 {
Expand Down

0 comments on commit 84228d5

Please sign in to comment.