arm64: dts: exynos: Fix ldo25_reg regulator name for tm2e
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 26 Apr 2018 12:00:30 +0000 (14:00 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:57:31 +0000 (14:57 +0900)
The S2MPS13 LDO25 regulator is needed for camera sensor on TM2e
boards, without this change both cameras fail on TM2e.
The fimc-is driver handles regulators in a non-standard way and
it expects specific regulator device name.

Change-Id: Ie8b0200fac333fa1c1851549de834051144b926a
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts

index 3fcd972..05ed56e 100644 (file)
        };
 };
 
+&ldo25_reg {
+       regulator-name = "CAM_SEN_A2.8V_AP";
+};
+
 &ldo31_reg {
        regulator-name = "TSP_VDD_1.8V_AP";
        regulator-min-microvolt = <1800000>;