From patchwork Mon Feb 13 21:14:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 13139066 X-Patchwork-Delegate: robh@kernel.org 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 568BCC6379F for ; Mon, 13 Feb 2023 21:14:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230165AbjBMVOQ (ORCPT ); Mon, 13 Feb 2023 16:14:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230183AbjBMVOO (ORCPT ); Mon, 13 Feb 2023 16:14:14 -0500 Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B39951CF7F for ; Mon, 13 Feb 2023 13:14:12 -0800 (PST) Received: by mail-ej1-x629.google.com with SMTP id p26so35054777ejx.13 for ; Mon, 13 Feb 2023 13:14:12 -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=932PGl/PpsMpW+jyLvI57alHLePj9WCRTwHcmfD+fXA=; b=rGXCFwReF67PpvmckjJpGhn1oJiZFEiNarFJl9pf7hrbxIHHC1RtceFL7ehkE3HaXo uKdYHA1dUcZWUQbhFe1HJ7Y7q6MZO+EguOTd5UtsztSpVYmw0tr27WgHd958LGIZO9Qm Dwr6UkMjvaJM0nXQwVPtjNqDoDEUp5K/DBKbBJ+5jC30ERrAsjk5ZxXVsJC2IEcKa82v v+iByP/3pvgv70XFEWccMkQ/R7K8dB1q4GnG97ylpVu0oS4f/2VTfH4caOicTorccgIS InZYeUPOz7g4lZuf12msw546llMxLULZDDOMZpcmR2VSImq/ZvhjPpn+iJqVwXMzCixm NSnw== 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=932PGl/PpsMpW+jyLvI57alHLePj9WCRTwHcmfD+fXA=; b=HokO8H3dibW/yT+EQOF4dolvaEV0aiKFB4u2897ePQ09XNoDwaCS1xPm8v6VK9rkyH NqP5KVDM0Q/4OdKf2gQq7gy7Uqro0UTg6rIr8GJvxiWLE995KLaQp+tjR9VtiKnMcS+O ficZNrPpX2xb9R7jrSlYaDPaGBU61QeX2HIY59AFnDau7I5oJZjiYSZmqlZ6cwhoCirm W1zPJVOwDchV9wJvH0Oval+bmpoSi5irvP0dK6Hs1EpiyXfnb3C+CNNJPLNb+61xa6bN vMRs97aHPd4ptFlDsBnwBIYDIWfEjE78DCc93gTWkmmYYHNfJ8iDA3UhOU+B2eQc4BRl +r7A== X-Gm-Message-State: AO0yUKWBmYX7mRwXWghxabMYACXK9XhI11yfVcb8TGfI/E4N50cGljZs O9KuGWMj4W+9WSZYW0psgO2+ww== X-Google-Smtp-Source: AK7set92w3b5uZK0J9wvbdtkfV3NSPy+e1Q5OwZZM9Pw6fnhQ96llVxidxFkp7WjK2hSatPjJglo1A== X-Received: by 2002:a17:907:c9a9:b0:878:42af:aa76 with SMTP id uj41-20020a170907c9a900b0087842afaa76mr287275ejc.54.1676322851328; Mon, 13 Feb 2023 13:14:11 -0800 (PST) Received: from localhost.localdomain (abxh117.neoplus.adsl.tpnet.pl. [83.9.1.117]) by smtp.gmail.com with ESMTPSA id ch9-20020a170906c2c900b0088dc98e4510sm7265717ejb.112.2023.02.13.13.14.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Feb 2023 13:14:11 -0800 (PST) From: Konrad Dybcio To: linux-arm-msm@vger.kernel.org, andersson@kernel.org, agross@kernel.org, krzysztof.kozlowski@linaro.org Cc: marijn.suijten@somainline.org, Konrad Dybcio , Bjorn Helgaas , Lorenzo Pieralisi , =?utf-8?q?Krzysztof_Wilczy=C5=84?= =?utf-8?q?ski?= , Rob Herring , Krzysztof Kozlowski , Stanimir Varbanov , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: PCI: qcom: Fix msm8998-specific compatible Date: Mon, 13 Feb 2023 22:14:08 +0100 Message-Id: <20230213211408.2110702-1-konrad.dybcio@linaro.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org In the commit mentioned in the fixes tag, everything went well except the fallback and the specific compatible got swapped and the 8998 DTSI began failing the dtbs check. Fix it. Fixes: 7d1780d023ca ("dt-bindings: PCI: qcom: Unify MSM8996 and MSM8998 clock order") Signed-off-by: Konrad Dybcio --- Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 872817d6d2bd..fb32c43dd12d 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -39,8 +39,8 @@ properties: - qcom,pcie-sm8450-pcie0 - qcom,pcie-sm8450-pcie1 - items: - - const: qcom,pcie-msm8996 - const: qcom,pcie-msm8998 + - const: qcom,pcie-msm8996 reg: minItems: 4