[PATCH] arm64: dts: qcom: talos: Fix cpu6 1094.4MHz OPP frequency typo
From: Imran Shaik
Date: Thu Jul 30 2026 - 06:19:36 EST
opp-1094400000 in cpu6_opp_table has a typo in opp-hz, missing a trailing
zero. Fix it to resolve the following OPP update failures:
cpu cpu6: Voltage update failed freq=1094400
cpu cpu6: failed to update OPP for freq=1094400
Fixes: 44562f591890 ("arm64: dts: qcom: qcs615: Add OSM l3 interconnect provider node and CPU OPP tables to scale DDR/L3")
Signed-off-by: Imran Shaik <imran.shaik@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/talos.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/talos.dtsi b/arch/arm64/boot/dts/qcom/talos.dtsi
index bdfb70ca9740782c4d073f6de7866f81502116eb..bef3e2e5fcdc05972a7d3511b53149ef9013676b 100644
--- a/arch/arm64/boot/dts/qcom/talos.dtsi
+++ b/arch/arm64/boot/dts/qcom/talos.dtsi
@@ -352,7 +352,7 @@ opp-1017600000 {
};
opp-1094400000 {
- opp-hz = /bits/ 64 <109440000>;
+ opp-hz = /bits/ 64 <1094400000>;
opp-peak-kBps = <(1017600 * 4) (940800 * 16)>;
};
---
base-commit: 78bc8af4affb9a732504eb22eeac7d1e50883853
change-id: 20260726-talos-cpu6-opp-fix-14955e586405
Best regards,
--
Imran Shaik <imran.shaik@xxxxxxxxxxxxxxxx>