ARM: dts: exynos4210-trats: Add cpufreq node
authorTomasz Figa <t.figa@samsung.com>
Fri, 1 Mar 2013 17:15:48 +0000 (18:15 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:38 +0000 (11:42 +0900)
This patch adds cpufreq node with board-specific parameters to enable
CPU frequency scaling on Trats board.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
arch/arm/boot/dts/exynos4210-trats.dts

index 444474b..6f444d2 100644 (file)
                        memory-region = <&mfc_r_mem>;
                };
        };
+
+       cpufreq {
+               /* No freq_table property to use default table. */
+               vdd_arm-supply = <&varm_breg>;
+               status = "okay";
+       };
 };