arm64: dts: imx8mq: Add missing pci property
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 6 Jun 2023 15:09:19 +0000 (17:09 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 9 Jun 2023 14:28:09 +0000 (22:28 +0800)
Add the required bus-range property to PCI RC node. Fixes the warning:
pcie@33c00000: 'bus-range' is a required property
  From schema: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index 7e17a474198da02fe36690c31ac04ae14818226b..1bf40c0c770711b0bd8520b1ae6f496deb016000 100644 (file)
                        #address-cells = <3>;
                        #size-cells = <2>;
                        device_type = "pci";
+                       bus-range = <0x00 0xff>;
                        ranges =  <0x81000000 0 0x00000000 0x27f80000 0 0x00010000>, /* downstream I/O 64KB */
                                  <0x82000000 0 0x20000000 0x20000000 0 0x07f00000>; /* non-prefetchable memory */
                        num-lanes = <1>;