diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-04-24 19:46:01 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-04-29 19:28:04 +0200 |
commit | ca1378d155af7b44794f0f17d1ab4bed58a8c1da (patch) | |
tree | 8651ce43aad9899ec7b3d913c928440ca3b2d830 /arch/arm/boot/dts/exynos4412-n710x.dts | |
parent | 8307c38d93bfd3fe695ddb32e09c34be60df7303 (diff) | |
download | blackbird-op-linux-ca1378d155af7b44794f0f17d1ab4bed58a8c1da.tar.gz blackbird-op-linux-ca1378d155af7b44794f0f17d1ab4bed58a8c1da.zip |
ARM: dts: exynos: Bring order in fixed-regulators naming in Midas boards
exynos4412-midas.dtsi is base for galaxy-s3.dtsi and n710x.dts. All of
them contain fixed regulators named "voltage-regulator-X". Their
indexes got mixed up while splitting common code in commit c769eaf7a85d
("ARM: dts: exynos: Split Trats2 DTS in preparation for Midas boards").
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-n710x.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-n710x.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-n710x.dts b/arch/arm/boot/dts/exynos4412-n710x.dts index 36818b1697a4..fe2bfd76cc4e 100644 --- a/arch/arm/boot/dts/exynos4412-n710x.dts +++ b/arch/arm/boot/dts/exynos4412-n710x.dts @@ -13,7 +13,7 @@ /* bootargs are passed in by bootloader */ - cam_vdda_reg: voltage-regulator-9 { + cam_vdda_reg: voltage-regulator-6 { compatible = "regulator-fixed"; regulator-name = "CAM_SENSOR_CORE_1.2V"; regulator-min-microvolt = <1200000>; |