aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVibhore Vardhan <vibhore@ti.com>2022-11-01 13:09:35 -0500
committerViresh Kumar <viresh.kumar@linaro.org>2022-11-07 15:30:12 +0530
commit1313edfdcd79ac8f7aa92162db646eb0eb7a32c2 (patch)
treeeb56e028d8c2afeecdb0e569c680b33382392b8d
parentcpufreq: ti: Enable ti-cpufreq for ARCH_K3 (diff)
downloadlinux-1313edfdcd79ac8f7aa92162db646eb0eb7a32c2.tar.gz
linux-1313edfdcd79ac8f7aa92162db646eb0eb7a32c2.zip
arm64: dts: ti: k3-am625-sk: Add 1.4GHz OPP
The 1.4 GHz OPP requires supported silicon variant (T speed grade) and also VDD_CORE to be at 0.85V. All production revisions of the AM625-SK have both so we can enable the 1.4 GHz OPP for it. Any other boards based on this design should verify that they have the right silicon variant and the right power tree before adding 1.4 GHz support in their board dts file. Signed-off-by: Vibhore Vardhan <vibhore@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am625-sk.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
index 93a5f0817efc..4620ef5e19bb 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
@@ -31,6 +31,15 @@
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
};
+ opp-table {
+ /* Add 1.4GHz OPP for am625-sk board. Requires VDD_CORE to be at 0.85V */
+ opp-1400000000 {
+ opp-hz = /bits/ 64 <1400000000>;
+ opp-supported-hw = <0x01 0x0004>;
+ clock-latency-ns = <6000000>;
+ };
+ };
+
memory@80000000 {
device_type = "memory";
/* 2G RAM */