From mboxrd@z Thu Jan 1 00:00:00 1970 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 B8C0DC43217 for ; Thu, 13 Oct 2022 19:46:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229807AbiJMTqj (ORCPT ); Thu, 13 Oct 2022 15:46:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229702AbiJMTqg (ORCPT ); Thu, 13 Oct 2022 15:46:36 -0400 Received: from m-r1.th.seeweb.it (m-r1.th.seeweb.it [5.144.164.170]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7482018B498 for ; Thu, 13 Oct 2022 12:46:35 -0700 (PDT) Received: from [192.168.1.101] (95.49.31.41.neoplus.adsl.tpnet.pl [95.49.31.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id 295091F67B; Thu, 13 Oct 2022 21:46:33 +0200 (CEST) Message-ID: Date: Thu, 13 Oct 2022 21:46:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH 2/3] ARM: dts: qcom: apq8084: fix compatible for l2-cache Content-Language: en-US To: Luca Weiss , linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Andy Gross , Bjorn Andersson , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221013190657.48499-1-luca@z3ntu.xyz> <20221013190657.48499-2-luca@z3ntu.xyz> From: Konrad Dybcio In-Reply-To: <20221013190657.48499-2-luca@z3ntu.xyz> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13.10.2022 21:06, Luca Weiss wrote: > The compatible "qcom,arch-cache" for l2-cache does not exist, and all > other Qualcomm boards use just "cache" for it. Fix it. > > Signed-off-by: Luca Weiss > --- Reviewed-by: Konrad Dybcio Konrad > arch/arm/boot/dts/qcom-apq8084.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom-apq8084.dtsi > index f2fb7c975af8..e910b1f7c9ed 100644 > --- a/arch/arm/boot/dts/qcom-apq8084.dtsi > +++ b/arch/arm/boot/dts/qcom-apq8084.dtsi > @@ -72,7 +72,7 @@ cpu@3 { > }; > > L2: l2-cache { > - compatible = "qcom,arch-cache"; > + compatible = "cache"; > cache-level = <2>; > qcom,saw = <&saw_l2>; > };