ARM: dts: am437x-gp-evm: Hook dcdc2 as the cpu0-supply

Hook dcdc2 as the cpu0-supply.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Dave Gerlach 2016-05-18 18:36:30 -05:00 committed by Tony Lindgren
parent 6da9c792b3
commit 2af84bdd12
1 changed files with 4 additions and 0 deletions

View File

@ -975,3 +975,7 @@ &rtc {
clock-names = "ext-clk", "int-clk";
status = "okay";
};
&cpu {
cpu0-supply = <&dcdc2>;
};