036-v6.5-0003-ARM-dts-BCM5301X-Drop-clock-names-from-the-SPI-node.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. From d3c8e2c5757153bbfad70019ec1decbca86f3def Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  3. Date: Wed, 3 May 2023 14:28:30 +0200
  4. Subject: [PATCH] ARM: dts: BCM5301X: Drop "clock-names" from the SPI node
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. There is no such property in the SPI controller binding documentation.
  9. Also Linux driver doesn't look for it.
  10. This fixes:
  11. arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dtb: spi@18029200: Unevaluated properties are not allowed ('clock-names' was unexpected)
  12. From schema: Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.yaml
  13. Signed-off-by: Rafał Miłecki <[email protected]>
  14. Link: https://lore.kernel.org/r/[email protected]
  15. Signed-off-by: Florian Fainelli <[email protected]>
  16. ---
  17. arch/arm/boot/dts/bcm5301x.dtsi | 1 -
  18. 1 file changed, 1 deletion(-)
  19. --- a/arch/arm/boot/dts/bcm5301x.dtsi
  20. +++ b/arch/arm/boot/dts/bcm5301x.dtsi
  21. @@ -335,7 +335,6 @@
  22. "spi_lr_session_done",
  23. "spi_lr_overread";
  24. clocks = <&iprocmed>;
  25. - clock-names = "iprocmed";
  26. num-cs = <2>;
  27. #address-cells = <1>;
  28. #size-cells = <0>;