arm64: dts: exynos5433-tm2: Fix wrong regulator node name of CPU node.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Wed, 15 Jul 2015 06:32:15 +0000 (15:32 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:46:45 +0000 (13:46 +0900)
It fixes cluster number in the regulator's phandle node name correctly.
CPU0 -> cpu-cluster.1-supply
CPU4 -> cpu-cluster.0-supply

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433-tm2.dts

index 0597d1a..a1c4d75 100644 (file)
 };
 
 &cpu0 {
-       cpu-cluster.0-supply = <&buck3_reg>;
+       cpu-cluster.1-supply = <&buck3_reg>;
 };
 
 &cpu4 {
-       cpu-cluster.1-supply = <&buck2_reg>;
+       cpu-cluster.0-supply = <&buck2_reg>;
 };
 
 &serial_1 {