config-6.1: disable CONFIG_VIDEO_CAMERA_SENSOR
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-6.1 / 032-v6.6-0006-ARM-dts-BCM53573-Add-cells-sizes-to-PCIe-node.patch
1 From 3392ef368d9b04622fe758b1079b512664b6110a 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:03 +0200
4 Subject: [PATCH] ARM: dts: BCM53573: Add cells sizes to PCIe node
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 This fixes:
10 arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: pcie@2000: '#address-cells' is a required property
11 From schema: /lib/python3.10/site-packages/dtschema/schemas/pci/pci-bus.yaml
12 arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: pcie@2000: '#size-cells' is a required property
13 From schema: /lib/python3.10/site-packages/dtschema/schemas/pci/pci-bus.yaml
14
15 Two properties that need to be added later are "device_type" and
16 "ranges". Adding "device_type" on its own causes a new warning and the
17 value of "ranges" needs to be determined yet.
18
19 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
20 Link: https://lore.kernel.org/r/20230707114004.2740-3-zajec5@gmail.com
21 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
22 ---
23 arch/arm/boot/dts/broadcom/bcm53573.dtsi | 3 +++
24 1 file changed, 3 insertions(+)
25
26 --- a/arch/arm/boot/dts/bcm53573.dtsi
27 +++ b/arch/arm/boot/dts/bcm53573.dtsi
28 @@ -127,6 +127,9 @@
29
30 pcie0: pcie@2000 {
31 reg = <0x00002000 0x1000>;
32 +
33 + #address-cells = <3>;
34 + #size-cells = <2>;
35 };
36
37 usb2: usb2@4000 {