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/am571x-idk.dts | |
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/am571x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am571x-idk.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am571x-idk.dts b/arch/arm/boot/dts/am571x-idk.dts index afe188c5ec91..6432309b39e3 100644 --- a/arch/arm/boot/dts/am571x-idk.dts +++ b/arch/arm/boot/dts/am571x-idk.dts @@ -194,7 +194,3 @@ pinctrl-1 = <&mmc2_pins_hs>; pinctrl-2 = <&mmc2_pins_ddr_rev20 &mmc2_iodelay_ddr_conf>; }; - -&cpu0 { - vdd-supply = <&smps12_reg>; -}; |