Add cluster regulator supply properties as a preparation to adding generic arm_big_little_dt cpufreq driver support for ODROID-XU3 board.
Cc: Kukjin Kim <[email protected]> Cc: Doug Anderson <[email protected]> Cc: Javier Martinez Canillas <[email protected]> Cc: Andreas Faerber <[email protected]> Cc: Sachin Kamat <[email protected]> Cc: Thomas Abraham <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> --- arch/arm/boot/dts/exynos5422-odroidxu3.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts index edc25cf..e876016 100644 --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts @@ -355,6 +355,14 @@ dr_mode = "otg"; }; +&cpu0 { + cpu-cluster.0-supply = <&buck2_reg>; +}; + +&cpu4 { + cpu-cluster.1-supply = <&buck6_reg>; +}; + &i2c_0 { status = "okay"; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

