From 55ecead285b393bc34d32934380dcfd6a801ddd0 Mon Sep 17 00:00:00 2001 From: Debabrata Purohit Date: Fri, 12 Apr 2019 12:24:06 +0100 Subject: [PATCH] [NEUS7920-218] [9610] wlbt: Kernel PM QoS: update QoS table Update the PM QoS table to select the correct maximum frequencies for Cluster 0 and cluster 1 for ERD 9610. Change-Id: Ie6ec54280a5a68962d12dbb4cad225236ebdb093 SCSC-Bug-Id: SSB-51717 Signed-off-by: Debabrata Purohit --- arch/arm64/boot/dts/exynos/exynos9610.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos9610.dtsi b/arch/arm64/boot/dts/exynos/exynos9610.dtsi index 6c69e8265ef2..7311819228ed 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610.dtsi @@ -3446,9 +3446,9 @@ /* MIF / INT / CL0 / CL1 */ /* this qos_table should be per-platform. Leave it here until we have multiple platfrom support */ qos_table = < - 419000 100000 403000 728000 /* SCSC_QOS_MIN */ + 419000 100000 403000 936000 /* SCSC_QOS_MIN */ 1014000 533000 910000 1664000 /* SCSC_QOS_MED */ - 2093000 667000 1534000 2392000 /* SCSC_QOS_MAX */ + 2093000 667000 1742000 2314000 /* SCSC_QOS_MAX */ >; /* SMAPPER */ smapper_num_banks = <11>; -- 2.20.1