ARM: dts: exynos4412-spl_pq: rename the fixed regulator for eMMC
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 24 Oct 2013 12:40:24 +0000 (21:40 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:59 +0000 (11:44 +0900)
VMEM_2.8V is already defined for LDO22.
Fixed regulator need to rename the other.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/boot/dts/exynos4412-slp_pq.dts

index af9f366..92bea1f 100644 (file)
 
        vemmc_reg: voltage-regulator@0 {
                compatible = "regulator-fixed";
-               regulator-name = "VMEM_VDD_2.8V";
+               regulator-name = "MASSMEMORY_EN";
                regulator-min-microvolt = <2800000>;
                regulator-max-microvolt = <2800000>;
                gpio = <&gpk0 2 0>;