ARM: dts: sunxi: libretech-all-h3-cc: Add regulator supply to all CPU cores
authorChen-Yu Tsai <wens@csie.org>
Fri, 17 Jul 2020 16:00:46 +0000 (00:00 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 20 Jul 2020 13:28:31 +0000 (15:28 +0200)
The device tree currently only assigns the a supply for the first CPU
core, when in reality the regulator supply is shared by all four cores.
This might cause an issue if the implementation does not realize the
sharing of the supply.

Assign the same regulator supply to the remaining CPU cores to address
this.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200717160053.31191-2-wens@kernel.org
arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi

index 19b3b23..c44fd72 100644 (file)
        cpu-supply = <&reg_vdd_cpux>;
 };
 
+&cpu1 {
+       cpu-supply = <&reg_vdd_cpux>;
+};
+
+&cpu2 {
+       cpu-supply = <&reg_vdd_cpux>;
+};
+
+&cpu3 {
+       cpu-supply = <&reg_vdd_cpux>;
+};
+
 &de {
        status = "okay";
 };