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 036F6C43334 for ; Tue, 26 Jul 2022 11:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238779AbiGZLK0 (ORCPT ); Tue, 26 Jul 2022 07:10:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238796AbiGZLKW (ORCPT ); Tue, 26 Jul 2022 07:10:22 -0400 Received: from mail-lj1-x22b.google.com (mail-lj1-x22b.google.com [IPv6:2a00:1450:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8632F6590 for ; Tue, 26 Jul 2022 04:10:21 -0700 (PDT) Received: by mail-lj1-x22b.google.com with SMTP id m9so16063207ljp.9 for ; Tue, 26 Jul 2022 04:10:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=q71wm7CDrrw+8MFcgul/CYR1wp8vBGJy6kTlVWPpVSQ=; b=A/BrziB0qDRI/sH7Ez4qPRxYRsvl80TyeJZxD1hLtQp9qExVWJnVd7bspEds4H47An eP1pjO3+/swFGxSZr6q/QQgrO6IvIDBeU54zJqJhZpDEuslsDWekJX+/eTGOu+rP11e7 aFrc67o3WC/6e8XEUb+u2ZCsFxQ0ql4Pa43UryT7ok1rN4CRkylGgpKO9+20KM6X8PDN 3DrlwCfokgvMYQS8t3Pd7yp5TgQne2JTxmN4s9gobjz4J0DtJOUE0VFPk8CR0k7cKGCo uJzVsEQzl9/erPHgg1Gcc35rwmGMsXzhgeU4OUTTmXsAzW2ETGYqlGZ0cNZbbO22QfoC IBcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=q71wm7CDrrw+8MFcgul/CYR1wp8vBGJy6kTlVWPpVSQ=; b=sH6DajxwJBSzFF952cxv0i29zFM1pW455jx8Ya0Nug5F38qs+Kqe8iXAfwgbK/4UFn o0UY48bRENNGJu0PHnlEtZ1pumTWeiXvu+EmvVFXLunBpCvcQDWx5NJNba77tDi+oPEn 40JvHzaDXiQgg5rhLlKHxs7Zx8Dd/trf3bbp41ZcO/M6dSAh88gTZbydl0htH9sgy8lD VwPaDOXehknqJfo3OtdjLcegsiLNYRjdXHY0tFzoFoQkPnX7mNpbXIq3+dSSSXzhVmHh o0aJ0JGun8YElDRjpb9FXNM1zfp8xgd/36rt/CdG5b2s5IXpmLamrsGq6Lezl396kIqe AMQA== X-Gm-Message-State: AJIora/xjL+hnPF4qObN+RheNPL5b7B35xFwq+VtieQTUkyq+DOnZqLC R31Qi264sC3/z6neEPxZx8DvGA== X-Google-Smtp-Source: AGRyM1uAFyILh2j2O7SQT30CvhwGiHlZYpE1N1CvOdZAjyDpr1FV7K2dx+5lEZFP4dnFGzLjoEfeeg== X-Received: by 2002:a05:651c:1581:b0:255:48d1:fdae with SMTP id h1-20020a05651c158100b0025548d1fdaemr5792293ljq.286.1658833819882; Tue, 26 Jul 2022 04:10:19 -0700 (PDT) Received: from [192.168.3.197] (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id v13-20020a2ea44d000000b0025d4b372d5esm3204315ljn.126.2022.07.26.04.10.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 Jul 2022 04:10:19 -0700 (PDT) Message-ID: Date: Tue, 26 Jul 2022 13:10:18 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH 3/7] arm64: dts: qcom: msm8996-xiaomi-scorpio, natrium: Use MSM8996 Pro Content-Language: en-US To: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Yassine Oudjana , Yassine Oudjana References: <20220724140421.1933004-1-dmitry.baryshkov@linaro.org> <20220724140421.1933004-4-dmitry.baryshkov@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220724140421.1933004-4-dmitry.baryshkov@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 24/07/2022 16:04, Dmitry Baryshkov wrote: > From: Yassine Oudjana > > The Xiaomi Mi Note 2 has the MSM8996 Pro SoC. Rename the dts > to match, include msm8996pro.dtsi, and add the qcom,msm8996pro > compatible. To do that, the msm8996.dtsi include in msm8996-xiaomi-common > has to be moved to msm8996-xiaomi-gemini, the only device that needs it > included after this change. > > Since MSM8996Pro is largely compatible with MSM8996, keep old compatible > too rather than insiting on qcom,msm8996pro only. This allows the code > that doesn't yet know about msm8996pro to continue supporting these > devices. > > Signed-off-by: Yassine Oudjana > [DB: Applied the same change to Xiaomi Mi 5s Plus (natrium).] > [DB: Dropped msm-id changes.] > Signed-off-by: Dmitry Baryshkov > --- > arch/arm64/boot/dts/qcom/Makefile | 4 ++-- > arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi | 3 --- > arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts | 1 + > ...m8996-xiaomi-natrium.dts => msm8996pro-xiaomi-natrium.dts} | 3 ++- > ...m8996-xiaomi-scorpio.dts => msm8996pro-xiaomi-scorpio.dts} | 3 ++- > 5 files changed, 7 insertions(+), 7 deletions(-) > rename arch/arm64/boot/dts/qcom/{msm8996-xiaomi-natrium.dts => msm8996pro-xiaomi-natrium.dts} (99%) > rename arch/arm64/boot/dts/qcom/{msm8996-xiaomi-scorpio.dts => msm8996pro-xiaomi-scorpio.dts} (99%) > > diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile > index 1d86a33de528..78534c33a61e 100644 > --- a/arch/arm64/boot/dts/qcom/Makefile > +++ b/arch/arm64/boot/dts/qcom/Makefile Acked-by: Krzysztof Kozlowski Best regards, Krzysztof