0045-v6.5-arm64-dts-qcom-ipq8074-drop-incorrect-SPI-bus.patch 1.1 KB

1234567891011121314151617181920212223242526272829
  1. From e6e0e706940b64e3a77e0a4840037692f109bd5f Mon Sep 17 00:00:00 2001
  2. From: Krzysztof Kozlowski <[email protected]>
  3. Date: Sun, 16 Apr 2023 14:37:26 +0200
  4. Subject: [PATCH] arm64: dts: qcom: ipq8074: drop incorrect SPI bus
  5. spi-max-frequency
  6. The spi-max-frequency property belongs to SPI devices, not SPI
  7. controller:
  8. ipq8074-hk01.dtb: spi@78b5000: Unevaluated properties are not allowed ('spi-max-frequency' was unexpected)
  9. Signed-off-by: Krzysztof Kozlowski <[email protected]>
  10. Reviewed-by: Konrad Dybcio <[email protected]>
  11. Signed-off-by: Bjorn Andersson <[email protected]>
  12. Link: https://lore.kernel.org/r/[email protected]
  13. ---
  14. arch/arm64/boot/dts/qcom/ipq8074.dtsi | 1 -
  15. 1 file changed, 1 deletion(-)
  16. --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  17. +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
  18. @@ -487,7 +487,6 @@
  19. #size-cells = <0>;
  20. reg = <0x078b5000 0x600>;
  21. interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
  22. - spi-max-frequency = <50000000>;
  23. clocks = <&gcc GCC_BLSP1_QUP1_SPI_APPS_CLK>,
  24. <&gcc GCC_BLSP1_AHB_CLK>;
  25. clock-names = "core", "iface";