From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7D5E729A2 for ; Thu, 5 Jun 2025 11:18:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749122296; cv=none; b=fWru6D8YRisLUeLRF93RBAEBWnR/B3UHiImVU2bt+ll0+G5yrz9Fv2/o4I7oi1q0DTdTo1yD3JGu/8C4A1Pz9LkauOuwZnKIxJYgCIe0FJ59+IWarFQg/ClZ+zZ3aZZg2BSHEk/kXjqKriUq+CydAD+jMVAI3FaZHh7tMXMpez8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749122296; c=relaxed/simple; bh=fJQoK0l81dkQqNhgdGQiDnK1SLdRuzzDfV/DKyrBG28=; h=Mime-Version:Content-Type:Date:Message-Id:To:Cc:Subject:From: References:In-Reply-To; b=aLKMURmQRItjs2oMzwvV73JIN/g9XtoVgcBldOej29vxSTmrg9UY+wIxfAPnRqOqruJdPo9oLaovuHIcwHUyE7DUU7nGG8VMsL5rWDXFwr2611bFK95VW8HeEuOIoJJ2ls7/RZ4eU5dOTI5Hy63z5fr2CRVxkewdSs+7RCVmk2k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org; spf=pass smtp.mailfrom=cknow.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b=TuKKKtNd; arc=none smtp.client-ip=95.215.58.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b="TuKKKtNd" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1749122291; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=13cxEH6HxdmpWJc8QzYDB4UlEOp0j6xlHHpJ/zaokQk=; b=TuKKKtNd+g/Kb3VvnuS++kfG2LyDperU5Qbq8xI3fnT6fUOx7xkBS5xYcoCwqDhJ5YHXiE fXRzVEGwfenIvRfOiUpCx1CSinLT3vQzp4iRybeLpaAZZb0adb7ICTm4+TNMHUZ0IgVoZY jUYxO6eTQESrTpvzdETOa/HOpInYxpJfI1THm4my2ruW8Ts8DScWwxHg/v3gpBNNdwcDNW Nk90mY832LDw5jfsa7slPZRxByPsqPqykxh+zRbCwsFvSiQ267wNLI5UNTGe3xpRApFtwe nVKFltZPau6NkQOotaEEsbOD92tyU2K/SYxTZXZx+KJXIeYqpZJEx7fZ4N9IxA== Content-Type: multipart/signed; boundary=9a3e5395647fd1bec2889ce64d9b6b8ce6ab0473fcc5380cf846fa546bd7; micalg=pgp-sha512; protocol="application/pgp-signature" Date: Thu, 05 Jun 2025 13:17:43 +0200 Message-Id: To: "Alexey Charkov" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Heiko Stuebner" Cc: , , , Subject: Re: [PATCH 1/4] arm64: dts: rockchip: list all CPU supplies on ArmSoM Sige5 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" References: <20250603-sige5-updates-v1-0-717e8ce4ab77@gmail.com> <20250603-sige5-updates-v1-1-717e8ce4ab77@gmail.com> In-Reply-To: <20250603-sige5-updates-v1-1-717e8ce4ab77@gmail.com> X-Migadu-Flow: FLOW_OUT --9a3e5395647fd1bec2889ce64d9b6b8ce6ab0473fcc5380cf846fa546bd7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 On Tue Jun 3, 2025 at 7:01 PM CEST, Alexey Charkov wrote: > List both CPU supply regulators which drive the little and big CPU > clusters, respectively, so that cpufreq can pick them up. > > Signed-off-by: Alexey Charkov > --- > .../boot/dts/rockchip/rk3576-armsom-sige5.dts | 28 ++++++++++++++++= ++++++ > 1 file changed, 28 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts b/arch/= arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts > index b09e789c75c47fec7cf7e9810ab0dcca32d9404a..d9c129be55a0d997e04e6d677= cdc98fb50353418 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts > @@ -207,6 +207,22 @@ vcc_3v3_ufs_s0: regulator-vcc-ufs-s0 { > }; > }; > =20 > +&cpu_b0 { > + cpu-supply =3D <&vdd_cpu_big_s0>; > +}; > + > +&cpu_b1 { > + cpu-supply =3D <&vdd_cpu_big_s0>; > +}; > + > +&cpu_b2 { > + cpu-supply =3D <&vdd_cpu_big_s0>; > +}; > + > +&cpu_b3 { > + cpu-supply =3D <&vdd_cpu_big_s0>; > +}; > + > &combphy0_ps { > status =3D "okay"; > }; The &cpu_bN nodes should come after the &combphy0_ps node. Cheers, Diederik > @@ -215,6 +231,18 @@ &cpu_l0 { > cpu-supply =3D <&vdd_cpu_lit_s0>; > }; > =20 > +&cpu_l1 { > + cpu-supply =3D <&vdd_cpu_lit_s0>; > +}; > + > +&cpu_l2 { > + cpu-supply =3D <&vdd_cpu_lit_s0>; > +}; > + > +&cpu_l3 { > + cpu-supply =3D <&vdd_cpu_lit_s0>; > +}; > + > &gmac0 { > phy-mode =3D "rgmii-id"; > clock_in_out =3D "output"; --9a3e5395647fd1bec2889ce64d9b6b8ce6ab0473fcc5380cf846fa546bd7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQT1sUPBYsyGmi4usy/XblvOeH7bbgUCaEF86gAKCRDXblvOeH7b btTlAQDI6lgSC9KhTjsX1bMR1+ahztGxcgRpovUts1PqDZ5LkAEAomVjXYHvh+hm ilgYDdQ31HkVBaW8QO6e4mmm5NYzGAE= =aDIe -----END PGP SIGNATURE----- --9a3e5395647fd1bec2889ce64d9b6b8ce6ab0473fcc5380cf846fa546bd7--