* [PATCH] arm64: dts: rockchip: fix cpu-supply for rk3328-evb
@ 2020-08-13 18:17 Johan Jonker
2020-08-30 19:42 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Johan Jonker @ 2020-08-13 18:17 UTC (permalink / raw)
To: heiko; +Cc: robh+dt, devicetree, linux-arm-kernel, linux-rockchip,
linux-kernel
The property cpu-supply should be added to each cpu separately,
so fix that for rk3328-evb.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
index 1969dab84..a48767931 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
@@ -70,6 +70,18 @@
cpu-supply = <&vdd_arm>;
};
+&cpu1 {
+ cpu-supply = <&vdd_arm>;
+};
+
+&cpu2 {
+ cpu-supply = <&vdd_arm>;
+};
+
+&cpu3 {
+ cpu-supply = <&vdd_arm>;
+};
+
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: rockchip: fix cpu-supply for rk3328-evb
2020-08-13 18:17 [PATCH] arm64: dts: rockchip: fix cpu-supply for rk3328-evb Johan Jonker
@ 2020-08-30 19:42 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2020-08-30 19:42 UTC (permalink / raw)
To: Johan Jonker
Cc: Heiko Stuebner, linux-rockchip, devicetree, linux-arm-kernel,
robh+dt, linux-kernel
On Thu, 13 Aug 2020 20:17:11 +0200, Johan Jonker wrote:
> The property cpu-supply should be added to each cpu separately,
> so fix that for rk3328-evb.
Applied, thanks!
[1/1] arm64: dts: rockchip: fix cpu-supply for rk3328-evb
commit: 4be8df7b3bcd46a75f7e297ef310234975a437d8
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-30 19:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13 18:17 [PATCH] arm64: dts: rockchip: fix cpu-supply for rk3328-evb Johan Jonker
2020-08-30 19:42 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).