]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: BCM5301X: Drop invalid #usb-cells
authorRafał Miłecki <rafal@milecki.pl>
Fri, 2 Jun 2023 13:34:54 +0000 (15:34 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Mon, 5 Jun 2023 18:12:02 +0000 (11:12 -0700)
Such property simply doesn't exist (is not documented or used anywhere).

This fixes:
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dtb: usb@21000: Unevaluated properties are not allowed ('#usb-cells' was unexpected)
        From schema: Documentation/devicetree/bindings/usb/generic-ehci.yaml
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dtb: usb@22000: Unevaluated properties are not allowed ('#usb-cells' was unexpected)
        From schema: Documentation/devicetree/bindings/usb/generic-ohci.yaml
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dtb: usb@23000: Unevaluated properties are not allowed ('#usb-cells' was unexpected)
        From schema: Documentation/devicetree/bindings/usb/generic-xhci.yaml

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

index 3f8220a7a54ddc0c33eea51f6dcca3046f912596..793891f1f26096721fd9d86cc5e85e7e66d7c23d 100644 (file)
                        interrupt-parent = <&gic>;
 
                        ehci: usb@21000 {
-                               #usb-cells = <0>;
-
                                compatible = "generic-ehci";
                                reg = <0x00021000 0x1000>;
                                interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        ohci: usb@22000 {
-                               #usb-cells = <0>;
-
                                compatible = "generic-ohci";
                                reg = <0x00022000 0x1000>;
                                interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-parent = <&gic>;
 
                        xhci: usb@23000 {
-                               #usb-cells = <0>;
-
                                compatible = "generic-xhci";
                                reg = <0x00023000 0x1000>;
                                interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;