arm64: dts: renesas: ulcb: Add cpu-supply property to a57_0 node
authorYusuke Goda <yusuke.goda.sx@renesas.com>
Fri, 26 Mar 2021 10:50:09 +0000 (11:50 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 2 Apr 2021 07:22:35 +0000 (09:22 +0200)
Add the cpu-supply property to the a57_0 node, so Dynamic Voltage and
Frequency Scaling (DVFS) can change the CPU core voltage.

Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210326105009.1574424-3-geert+renesas@glider.be
arch/arm64/boot/dts/renesas/ulcb.dtsi

index 14b211f..1f177af 100644 (file)
        };
 };
 
+&a57_0 {
+       cpu-supply = <&dvfs>;
+};
+
 &audio_clk_a {
        clock-frequency = <22579200>;
 };