ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply
authorDave Gerlach <d-gerlach@ti.com>
Fri, 15 Dec 2017 17:16:43 +0000 (11:16 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Dec 2017 15:24:52 +0000 (07:24 -0800)
Hook dcdc2 as the cpu0-supply.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am43x-epos-evm.dts

index fdb1e2bbab9c0e624ec3d74feda090e1869628c7..246147573768db4e519c7d033b414b582ef1702b 100644 (file)
        assigned-clocks = <&mux_synctimer32k_ck>;
        assigned-clock-parents = <&clkdiv32k_ick>;
 };
+
+&cpu {
+       cpu0-supply = <&dcdc2>;
+};