032-v6.6-0005-ARM-dts-BCM53573-Drop-nonexistent-usb-cells.patch 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. From 05d2c3d552b8c92fc397377d9d1112fc58e2cd59 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  3. Date: Fri, 7 Jul 2023 13:40:02 +0200
  4. Subject: [PATCH] ARM: dts: BCM53573: Drop nonexistent #usb-cells
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Such property simply doesn't exist (is not documented or used anywhere).
  9. This fixes:
  10. arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: usb@d000: Unevaluated properties are not allowed ('#usb-cells' was unexpected)
  11. From schema: Documentation/devicetree/bindings/usb/generic-ohci.yaml
  12. Signed-off-by: Rafał Miłecki <[email protected]>
  13. Link: https://lore.kernel.org/r/[email protected]
  14. Signed-off-by: Florian Fainelli <[email protected]>
  15. ---
  16. arch/arm/boot/dts/broadcom/bcm53573.dtsi | 2 --
  17. 1 file changed, 2 deletions(-)
  18. --- a/arch/arm/boot/dts/bcm53573.dtsi
  19. +++ b/arch/arm/boot/dts/bcm53573.dtsi
  20. @@ -156,8 +156,6 @@
  21. };
  22. ohci: usb@d000 {
  23. - #usb-cells = <0>;
  24. -
  25. compatible = "generic-ohci";
  26. reg = <0xd000 0x1000>;
  27. interrupt-parent = <&gic>;