From nobody Sun Sep 14 03:50:46 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1677C05027 for ; Thu, 26 Jan 2023 17:16:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232008AbjAZRQ5 (ORCPT ); Thu, 26 Jan 2023 12:16:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229813AbjAZRQz (ORCPT ); Thu, 26 Jan 2023 12:16:55 -0500 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF27D6810B for ; Thu, 26 Jan 2023 09:16:50 -0800 (PST) Received: by mail-wm1-x331.google.com with SMTP id l8so1605618wms.3 for ; Thu, 26 Jan 2023 09:16:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=r5LCjwLjOuFVCi8otDZp+iuYYMC362EZyOZ/0jYj5zg=; b=IrnGzhfPqSSl682h8vY2KJeVmiCAwsZs5/KI1OoK8Akq36GMmArzzBcJajqgRZXtfr DXIoLsQU6SJu/ImVB6RoI9BUv5s3tYOJ0bZcGyVsxozPL12exi7F7zDnlWkqrTVNEtKf 61xHslb9pYBAON2utKxzi6HLrY61LLvbgwS60PWlgrZUw84ztIFD/VCzz5rcVS7uWn1A rrQrHYlXAhvao2UDZzR1W3poFpsrNp1QTgqWRjRwGNkUiAdSsNEkpryQTFXOsppNG0Kp Wl+3XRFEfFXe0+3j6NujXAOFBBLisL4GmJU2ZdoAmo8h0B2iQJSXhZFxeALOKR4gEyQt NPYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=r5LCjwLjOuFVCi8otDZp+iuYYMC362EZyOZ/0jYj5zg=; b=GWsovA1hBXAW+eDtys9QQJa1PyWgN8FnIF7qUSgHzvvcWwtnX9uWDtyinG+xlmwVzc 04QuiuKvgs6iWsDuJ/oh9efoR3lhwsUnHXZFpyiLEOl+tW2W0pCADhxye4pud+LTd7N0 O3Bv5gbSjwV9dO7J6If/nIm2b6eWZqm0O+IqvL+/awfz4TsMDYpczP7GMmr/nadC0B79 D8f6SmEkldxMJfCz1XwledTAVDZKknI6RVIp8uMHVktnloh1i7LHmasvKXZvRcjaGyEN vaSXXma+xGUUc6tek+e7SgOpBHAK1KGJuluHpvmZVsESFUDq97HPzWEWN/sCnqti2bVk hEpw== X-Gm-Message-State: AFqh2krOfZVfH/nEUSY1WXhhlCnoNL6DZPQ6tV2C6FdDX+rbcwS4nQ97 Y4Ir+55VJDsMqs+r/BLn1XXM0A== X-Google-Smtp-Source: AMrXdXszdrpAsBAPpUkynp/6Dq1vBx2wRSJICOBK+2iwuwZLHmhb3WGhYcRW8LuAqpU1N+7nqIu6+Q== X-Received: by 2002:a05:600c:214f:b0:3da:f665:5b6b with SMTP id v15-20020a05600c214f00b003daf6655b6bmr35499329wml.25.1674753409490; Thu, 26 Jan 2023 09:16:49 -0800 (PST) Received: from hackbox.lan ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id d11-20020a05600c3acb00b003db30be4a54sm5134371wms.38.2023.01.26.09.16.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Jan 2023 09:16:48 -0800 (PST) From: Abel Vesa To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Sai Prakash Ranjan , Johan Hovold Cc: linux-arm-msm@vger.kernel.org, Linux Kernel Mailing List Subject: [PATCH] soc: qcom: llcc: Fix slice configuration values for SC8280XP Date: Thu, 26 Jan 2023 19:16:36 +0200 Message-Id: <20230126171636.2319496-1-abel.vesa@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The new values have been taken from downstream kernel. Fixes: ec69dfbdc426 ("soc: qcom: llcc: Add sc8180x and sc8280xp configurati= ons") Signed-off-by: Abel Vesa Reviewed-by: Konrad Dybcio --- drivers/soc/qcom/llcc-qcom.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/soc/qcom/llcc-qcom.c b/drivers/soc/qcom/llcc-qcom.c index 23ce2f78c4ed..5702354fb946 100644 --- a/drivers/soc/qcom/llcc-qcom.c +++ b/drivers/soc/qcom/llcc-qcom.c @@ -183,17 +183,17 @@ static const struct llcc_slice_config sc8280xp_data[]= =3D { { LLCC_AUDIO, 6, 1024, 1, 1, 0xfff, 0x0, 0, 0, 0, 0, 0, 0 }, { LLCC_CMPT, 10, 6144, 1, 1, 0xfff, 0x0, 0, 0, 0, 0, 0, 0 }, { LLCC_GPUHTW, 11, 1024, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, - { LLCC_GPU, 12, 4096, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 1 }, + { LLCC_GPU, 12, 4608, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 1 }, { LLCC_MMUHWT, 13, 1024, 1, 1, 0xfff, 0x0, 0, 0, 0, 0, 1, 0 }, { LLCC_DISP, 16, 6144, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, { LLCC_AUDHW, 22, 2048, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, { LLCC_DRE, 26, 1024, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, { LLCC_CVP, 28, 512, 3, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, { LLCC_APTCM, 30, 1024, 3, 1, 0x0, 0x1, 1, 0, 0, 1, 0, 0 }, - { LLCC_WRCACHE, 31, 1024, 1, 1, 0xfff, 0x0, 0, 0, 0, 0, 1, 0 }, - { LLCC_CVPFW, 32, 512, 1, 0, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, - { LLCC_CPUSS1, 33, 2048, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, - { LLCC_CPUHWT, 36, 512, 1, 1, 0xfff, 0x0, 0, 0, 0, 0, 1, 0 }, + { LLCC_WRCACHE, 31, 512, 1, 1, 0xfff, 0x0, 0, 0, 0, 0, 1, 0 }, + { LLCC_CVPFW, 17, 512, 1, 0, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, + { LLCC_CPUSS1, 3, 2048, 1, 1, 0xfff, 0x0, 0, 0, 0, 1, 0, 0 }, + { LLCC_CPUHWT, 5, 512, 1, 1, 0xfff, 0x0, 0, 0, 0, 0, 1, 0 }, }; =20 static const struct llcc_slice_config sdm845_data[] =3D { --=20 2.34.1