arm64: dts: qcom: sc7180-lite: Tweak DDR/L3 scaling on SC7180-lite
authorSibi Sankar <sibis@codeaurora.org>
Tue, 24 Nov 2020 06:21:15 +0000 (11:51 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 24 Nov 2020 23:04:30 +0000 (17:04 -0600)
Tweak the DDR/L3 bandwidth votes on the lite variant of the SC7180 SoC
since the gold cores only support frequencies upto 2.1 GHz.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Link: https://lore.kernel.org/r/1606198876-3515-1-git-send-email-sibis@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sc7180-lite.dtsi [new file with mode: 0644]

diff --git a/arch/arm64/boot/dts/qcom/sc7180-lite.dtsi b/arch/arm64/boot/dts/qcom/sc7180-lite.dtsi
new file mode 100644 (file)
index 0000000..d8ed1d7
--- /dev/null
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: BSD-3-Clause
+/*
+ * SC7180 lite device tree source
+ *
+ * Copyright (c) 2020, The Linux Foundation. All rights reserved.
+ */
+
+&cpu6_opp10 {
+       opp-peak-kBps = <7216000 22425600>;
+};
+
+&cpu6_opp11 {
+       opp-peak-kBps = <7216000 22425600>;
+};
+
+&cpu6_opp12 {
+       opp-peak-kBps = <8532000 23347200>;
+};