This is a note to let you know that I've just added the patch titled dt-bindings: PCI: qcom: Fix SDX65 compatible to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: dt-bindings-pci-qcom-fix-sdx65-compatible.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 15d63a897f79f465d71fb55cc11c6b7e20c19391 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Date: Sun, 27 Aug 2023 10:53:51 +0200 Subject: dt-bindings: PCI: qcom: Fix SDX65 compatible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> commit 15d63a897f79f465d71fb55cc11c6b7e20c19391 upstream. Commit c0aba9f32801 ("dt-bindings: PCI: qcom: Add SDX65 SoC") adding SDX65 was never tested and is clearly bogus. The qcom,sdx65-pcie-ep compatible is followed by a fallback in DTS, and there is no driver matched by this compatible. Driver matches by its fallback qcom,sdx55-pcie-ep. This also fixes dtbs_check warnings like: qcom-sdx65-mtp.dtb: pcie-ep@1c00000: compatible: ['qcom,sdx65-pcie-ep', 'qcom,sdx55-pcie-ep'] is too long [kwilczynski: commit log] Fixes: c0aba9f32801 ("dt-bindings: PCI: qcom: Add SDX65 SoC") Link: https://lore.kernel.org/linux-pci/20230827085351.21932-1-krzysztof.kozlowski@xxxxxxxxxx Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Signed-off-by: Krzysztof Wilczyński <kwilczynski@xxxxxxxxxx> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- .../devicetree/bindings/pci/qcom,pcie-ep.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml index 811112255d7d..c94b49498f69 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml @@ -11,10 +11,13 @@ maintainers: properties: compatible: - enum: - - qcom,sdx55-pcie-ep - - qcom,sdx65-pcie-ep - - qcom,sm8450-pcie-ep + oneOf: + - enum: + - qcom,sdx55-pcie-ep + - qcom,sm8450-pcie-ep + - items: + - const: qcom,sdx65-pcie-ep + - const: qcom,sdx55-pcie-ep reg: items: @@ -110,7 +113,6 @@ allOf: contains: enum: - qcom,sdx55-pcie-ep - - qcom,sdx65-pcie-ep then: properties: clocks: -- 2.42.0 Patches currently in stable-queue which might be from krzysztof.kozlowski@xxxxxxxxxx are queue-6.5/arm64-dts-qcom-sdm845-add-missing-rpmh-power-domain-.patch queue-6.5/dt-bindings-extcon-maxim-max77843-restrict-connector.patch queue-6.5/dt-bindings-usb-samsung-exynos-dwc3-fix-exynos5433-c.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-align-lpg-node-name-wit.patch queue-6.5/arm64-dts-qcom-sm8150-fix-the-i2c7-interrupt.patch queue-6.5/arm64-dts-qcom-sc8180x-add-missing-cache-unified-to-.patch queue-6.5/arm-dts-samsung-s5pv210-smdkv210-correct-ethernet-re.patch queue-6.5/arm64-dts-qcom-minor-whitespace-cleanup-around.patch queue-6.5/dt-bindings-usb-samsung-exynos-dwc3-fix-order-of-clo.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-add-missing-gpio-ranges.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-add-missing-qcom-spmi-g.patch queue-6.5/arm64-dts-qcom-sm8450-correct-crypto-unit-address.patch queue-6.5/asoc-loongson-drop-of_match_ptr-for-of-device-id.patch queue-6.5/arm64-dts-qcom-msm8916-l8150-correct-light-sensor-vd.patch queue-6.5/arm-dts-samsung-s3c6410-mini6410-correct-ethernet-re.patch queue-6.5/dt-bindings-pci-qcom-fix-sdx65-compatible.patch queue-6.5/arm64-dts-qcom-msm8996-gemini-fix-touchscreen-vio-su.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-align-spmi-pmic-power-o.patch queue-6.5/arm64-dts-qcom-sm8250-sony-xperia-correct-gpio-keys-.patch queue-6.5/arm64-dts-qcom-msm8939-add-missing-cache-unified-to-.patch