arm64: dts: exynos5433: Enable exynos-avs on the tm2 and tm2e boards 75/136275/3
authorWook Song <wook16.song@samsung.com>
Wed, 28 Jun 2017 08:57:08 +0000 (17:57 +0900)
committerWook Song <wook16.song@samsung.com>
Mon, 17 Jul 2017 08:59:51 +0000 (17:59 +0900)
This patch adds the exynos-avs device nodes to the exynos5433-tm2 and
exynos5433-tm2e board dts files. The vdd-supply property required by
each exynos-avs device is also added to the corresponding device node.

Change-Id: Ia4ae2bd0624bb97d98157820fdae93bf4dace6a0
Signed-off-by: Wook Song <wook16.song@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts

index 9d9f5b2..17e67f4 100644 (file)
        cpu-cluster.0-supply = <&buck2_reg>;
 };
 
+&exynos_avs_cpu0 {
+       vdd-supply = <&buck3_reg>;
+       status = "okay";
+};
+
+&exynos_avs_cpu4 {
+       vdd-supply = <&buck2_reg>;
+       status = "okay";
+};
+
 &serial_1 {
        status = "okay";
 };
index 6adf84f..8ec87d9 100644 (file)
        cpu-cluster.0-supply = <&buck2_reg>;
 };
 
+&exynos_avs_cpu0 {
+       vdd-supply = <&buck3_reg>;
+       status = "okay";
+};
+
+&exynos_avs_cpu4 {
+       vdd-supply = <&buck2_reg>;
+       status = "okay";
+};
+
 &serial_1 {
        status = "okay";
 };