Commit b8981d71 authored by Nishanth Menon's avatar Nishanth Menon Committed by Benoit Cousson

ARM: dts: omap5-uevm: add smps123 supply for CPU

regulator smps123 supply from Palmas PMIC powers CPU0 on OMAP5uEVM.

Based on a patch by J Keerthy <j-keerthy@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 05bc85d1
...@@ -501,3 +501,7 @@ &uart5 { ...@@ -501,3 +501,7 @@ &uart5 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart5_pins>; pinctrl-0 = <&uart5_pins>;
}; };
&cpu0 {
cpu0-supply = <&smps123_reg>;
};
...@@ -38,7 +38,7 @@ cpus { ...@@ -38,7 +38,7 @@ cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu@0 { cpu0: cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a15"; compatible = "arm,cortex-a15";
reg = <0x0>; reg = <0x0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment