kernel: bump 5.15 to 5.15.149
[openwrt/staging/stintel.git] / target / linux / bcm53xx / patches-5.15 / 037-v6.6-0005-ARM-dts-BCM53573-Drop-nonexistent-usb-cells.patch
1 From 05d2c3d552b8c92fc397377d9d1112fc58e2cd59 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
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
9 Such property simply doesn't exist (is not documented or used anywhere).
10
11 This fixes:
12 arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: usb@d000: Unevaluated properties are not allowed ('#usb-cells' was unexpected)
13 From schema: Documentation/devicetree/bindings/usb/generic-ohci.yaml
14
15 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
16 Link: https://lore.kernel.org/r/20230707114004.2740-2-zajec5@gmail.com
17 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
18 ---
19 arch/arm/boot/dts/broadcom/bcm53573.dtsi | 2 --
20 1 file changed, 2 deletions(-)
21
22 --- a/arch/arm/boot/dts/bcm53573.dtsi
23 +++ b/arch/arm/boot/dts/bcm53573.dtsi
24 @@ -159,8 +159,6 @@
25 };
26
27 ohci: usb@d000 {
28 - #usb-cells = <0>;
29 -
30 compatible = "generic-ohci";
31 reg = <0xd000 0x1000>;
32 interrupt-parent = <&gic>;