diff options
author | Keerthy <j-keerthy@ti.com> | 2018-09-21 14:22:58 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-25 01:00:45 +0300 |
commit | 5c8a6b9db5e95ea7702ef8d4bb1438537ef63594 (patch) | |
tree | c3f5b0930fb667ef2bb1c8e755fcf97fbe95dd14 /arch/arm/boot/dts/am57xx-idk-common.dtsi | |
parent | f2b0721350682eb7a2c02ecb4fbde32238818500 (diff) | |
download | linux-5c8a6b9db5e95ea7702ef8d4bb1438537ef63594.tar.xz |
ARM: dts: am57xx-idk-common: Hook smps12 regulator as cpu vdd-supply
am574x-idk has no cpu vdd-supply at the moment. Hence hook smps12
regulator as cpu vdd-supply in am57xx-idk-common as the same regulator
feeds on to cpu on am571/2/4-idks. So remove all the individual
instances and place that in common place.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-idk-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am57xx-idk-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-common.dtsi index 6682e52aadae..f7bd26458915 100644 --- a/arch/arm/boot/dts/am57xx-idk-common.dtsi +++ b/arch/arm/boot/dts/am57xx-idk-common.dtsi @@ -488,3 +488,7 @@ }; }; }; + +&cpu0 { + vdd-supply = <&smps12_reg>; +}; |