Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1718782 > unrolled thread
| Started by | <cl@rock-chips.com> |
|---|---|
| First post | 2017-08-24 04:40 +0200 |
| Last post | 2017-08-25 11:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 3/3] arm64: dts: rockchip: add cpu regulator for rk3328 evaluation board <cl@rock-chips.com> - 2017-08-24 04:40 +0200
Re: [PATCH v2 3/3] arm64: dts: rockchip: add cpu regulator for rk3328 evaluation board Heiko Stuebner <heiko@sntech.de> - 2017-08-25 11:40 +0200
| From | <cl@rock-chips.com> |
|---|---|
| Date | 2017-08-24 04:40 +0200 |
| Subject | [PATCH v2 3/3] arm64: dts: rockchip: add cpu regulator for rk3328 evaluation board |
| Message-ID | <uhQdP-qi-3@gated-at.bofh.it> |
From: Liang Chen <cl@rock-chips.com>
RK3328 Evaluation Board use rk805 pmic, and one of the DCDCs in
rk805 is for cpu regulator, assign the cpu regulator, so the
cpufreq can work fine.
Signed-off-by: Liang Chen <cl@rock-chips.com>
---
arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
index 30816c1..f82b2d0 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
@@ -96,6 +96,10 @@
};
};
+&cpu0 {
+ cpu-supply = <&vdd_arm>;
+};
+
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
--
1.9.1
[toc] | [next] | [standalone]
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2017-08-25 11:40 +0200 |
| Message-ID | <uijfQ-2gM-11@gated-at.bofh.it> |
| In reply to | #1718782 |
Am Donnerstag, 24. August 2017, 10:37:03 CEST schrieb cl@rock-chips.com: > From: Liang Chen <cl@rock-chips.com> > > RK3328 Evaluation Board use rk805 pmic, and one of the DCDCs in > rk805 is for cpu regulator, assign the cpu regulator, so the > cpufreq can work fine. > > Signed-off-by: Liang Chen <cl@rock-chips.com> applied ... but I cannot say if it will still be eligible for 4.14 (late in the cycle). If necessary I'll move it forward a release. Thanks Heiko
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web