Skip to content

Commit c3acdd4

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: BCM5301X: Drop invalid #usb-cells
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>
1 parent 58e058f commit c3acdd4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

arch/arm/boot/dts/bcm-ns.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@
192192
interrupt-parent = <&gic>;
193193

194194
ehci: usb@21000 {
195-
#usb-cells = <0>;
196-
197195
compatible = "generic-ehci";
198196
reg = <0x00021000 0x1000>;
199197
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
@@ -214,8 +212,6 @@
214212
};
215213

216214
ohci: usb@22000 {
217-
#usb-cells = <0>;
218-
219215
compatible = "generic-ohci";
220216
reg = <0x00022000 0x1000>;
221217
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
@@ -245,8 +241,6 @@
245241
interrupt-parent = <&gic>;
246242

247243
xhci: usb@23000 {
248-
#usb-cells = <0>;
249-
250244
compatible = "generic-xhci";
251245
reg = <0x00023000 0x1000>;
252246
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)