From: Garrett Giordano <ggiordano@phytec.com>
To: Nishanth Menon <nm@ti.com>
Cc: vigneshr@ti.com, kristo@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, w.egorov@phytec.de,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, upstream@lists.phytec.de
Subject: Re: [PATCH 1/2] arm64: dts: ti: am62-phycore-som: Increase cpu frequency to 1.4 GHz
Date: Fri, 27 Sep 2024 16:33:26 -0700 [thread overview]
Message-ID: <bf3ea670-4759-462b-8694-87db180ee4b8@phytec.com> (raw)
In-Reply-To: <20240913180949.dlw3k6epqmzlpuu5@studied>
Hey Nishanth,
On 9/13/24 11:09, Nishanth Menon wrote:
> On 10:56-20240913, Garrett Giordano wrote:
>> The am625 is capable of running at 1.4 GHz when VDD_CORE is increased
>> from 0.75V to 0.85V. Here we add a 1.4 GHz node to the a53_opp_table and
>> increase the VDD_CORE voltage accordingly.
> The entire argument in introducing the 1.4Ghz overlay seems to have been
> to let users have the choice. What has changed since then?
I talked with the team and we came back with the following:
- Our default PMIC configuration changed for 850000 uV / 1.4 GHz operations
- All available users will receive a PCN on update with instructions
towards 850000 uV / 1.4 GHz operations
These changes make this overlay obsolete.
>
> Ref: commit 7a5775a3da906dab059b8de60a2b88f6016cb4b8
>
> btw, instead of putting a patch to delete the dtso, you should
> probably consider a revert patch instead.
Thank you, I will send a v2 Monday reverting this patch instead. This
will also address the Makefile edits.
Regards,
Garrett
>> Signed-off-by: Garrett Giordano <ggiordano@phytec.com>
>> ---
>> arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi | 11 +++++++++--
>> 1 file changed, 9 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
>> index ac8959f3d953..8acbd4facf37 100644
>> --- a/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
>> +++ b/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
>> @@ -205,6 +205,13 @@ AM62X_IOPAD(0x01f4, PIN_INPUT, 0) /* (D16) EXTINTn */
>> };
>> };
>>
>> +&a53_opp_table {
>> + opp-1400000000 {
>> + opp-hz = /bits/ 64 <1400000000>;
>> + opp-supported-hw = <0x01 0x0004>;
>> + };
>> +};
>> +
>> &mcu_m4fss {
>> mboxes = <&mailbox0_cluster0 &mbox_m4_0>;
>> memory-region = <&mcu_m4fss_dma_memory_region>,
>> @@ -265,8 +272,8 @@ pmic@30 {
>> regulators {
>> vdd_core: buck1 {
>> regulator-name = "VDD_CORE";
>> - regulator-min-microvolt = <750000>;
>> - regulator-max-microvolt = <750000>;
>> + regulator-min-microvolt = <850000>;
>> + regulator-max-microvolt = <850000>;
>> regulator-boot-on;
>> regulator-always-on;
>> };
>> --
>> 2.25.1
>>
>
next prev parent reply other threads:[~2024-09-27 23:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-13 17:56 [PATCH 0/2] Reconfigure 1.4GHz in AM62 PHYCORE SoM Garrett Giordano
2024-09-13 17:56 ` [PATCH 1/2] arm64: dts: ti: am62-phycore-som: Increase cpu frequency to 1.4 GHz Garrett Giordano
2024-09-13 18:09 ` Nishanth Menon
2024-09-27 23:33 ` Garrett Giordano [this message]
2024-09-13 17:56 ` [PATCH 2/2] arm64: dts: ti: Remove k3-am625-phyboard-lyra-1-4-ghz-opp overlay Garrett Giordano
2024-09-13 18:07 ` Nishanth Menon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bf3ea670-4759-462b-8694-87db180ee4b8@phytec.com \
--to=ggiordano@phytec.com \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh+dt@kernel.org \
--cc=upstream@lists.phytec.de \
--cc=vigneshr@ti.com \
--cc=w.egorov@phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox