diff options
author | Adam Ford <aford173@gmail.com> | 2018-05-06 04:26:10 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-15 21:30:53 +0300 |
commit | a00ff99c4b213dad5fe0b7da619a90c6d0aa39ba (patch) | |
tree | 5dd6ec1944130514dcf2341a61094da8776b9838 /arch/arm | |
parent | 3510b20cd255afd9fb885ae15ce34de7a06155e0 (diff) | |
download | linux-a00ff99c4b213dad5fe0b7da619a90c6d0aa39ba.tar.xz |
ARM: dts: am3517-som: Associate cpu to regulator supply
The am3517-som is powered by vdd_core_reg, so let's add the
'cpu' device-tree node with the 'vdd_core' regulator as the core
supply.
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am3517-som.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am3517-som.dtsi b/arch/arm/boot/dts/am3517-som.dtsi index 750b240d0696..d6edaebfa251 100644 --- a/arch/arm/boot/dts/am3517-som.dtsi +++ b/arch/arm/boot/dts/am3517-som.dtsi @@ -8,6 +8,14 @@ * published by the Free Software Foundation. */ +/ { + cpus { + cpu@0 { + cpu0-supply = <&vdd_core_reg>; + }; + }; +}; + &gpmc { ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */ |