ARM: dts: BCM53573: Drop nonexistent #usb-cells
authorRafał Miłecki <rafal@milecki.pl>
Fri, 7 Jul 2023 11:40:02 +0000 (13:40 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Wed, 12 Jul 2023 17:22:38 +0000 (10:22 -0700)
Such property simply doesn't exist (is not documented or used anywhere).

This fixes:
arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: usb@d000: Unevaluated properties are not allowed ('#usb-cells' was unexpected)
        From schema: Documentation/devicetree/bindings/usb/generic-ohci.yaml

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20230707114004.2740-2-zajec5@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm53573.dtsi

index 3f03a38..3cb7182 100644 (file)
                        };
 
                        ohci: usb@d000 {
-                               #usb-cells = <0>;
-
                                compatible = "generic-ohci";
                                reg = <0xd000 0x1000>;
                                interrupt-parent = <&gic>;