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 7E380C433F5 for ; Sun, 22 May 2022 09:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236374AbiEVJLh (ORCPT ); Sun, 22 May 2022 05:11:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243742AbiEVJLV (ORCPT ); Sun, 22 May 2022 05:11:21 -0400 Received: from relay01.th.seeweb.it (relay01.th.seeweb.it [5.144.164.162]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05FAC1C129 for ; Sun, 22 May 2022 02:11:18 -0700 (PDT) Received: from [192.168.1.101] (abxh89.neoplus.adsl.tpnet.pl [83.9.1.89]) (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 A4676205BD; Sun, 22 May 2022 11:11:16 +0200 (CEST) Message-ID: <20b56d26-6f30-2f78-3e27-771c7e7684ec@somainline.org> Date: Sun, 22 May 2022 11:11:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH 12/12] arm64: dts: qcom: msm8998-mtp: correct board compatible Content-Language: en-US To: Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220521164550.91115-1-krzysztof.kozlowski@linaro.org> <20220521164550.91115-12-krzysztof.kozlowski@linaro.org> From: Konrad Dybcio In-Reply-To: <20220521164550.91115-12-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 21.05.2022 18:45, Krzysztof Kozlowski wrote: > Add qcom,msm8998 SoC fallback to the board compatible. > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm64/boot/dts/qcom/msm8998-mtp.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts > index 66540d2ca13b..db240a3207dc 100644 > --- a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts > +++ b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts > @@ -7,7 +7,7 @@ > > / { > model = "Qualcomm Technologies, Inc. MSM8998 v1 MTP"; A bit off-topic, but should this board still be considered supported? If it really is msm8998v1, it should not work in the current state of mainline, as there are many differences between the pre-production v1 and the final v2.1, even as deep as in the clock tree. Konrad > - compatible = "qcom,msm8998-mtp"; > + compatible = "qcom,msm8998-mtp", "qcom,msm8998"; > > qcom,board-id = <8 0>; > }; >