]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: hi3798cv200: correct PCIe 'bus-range' setting
authorShawn Guo <shawn.guo@linaro.org>
Tue, 7 Jan 2020 12:29:08 +0000 (20:29 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Wed, 8 Jan 2020 11:33:54 +0000 (19:33 +0800)
The PCIe 'bus-range' setting is incorrect and causing the following
message during boot.

pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])

Correct it to get rid of the message.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi

index 13821a0ff524e1944a14b2079deec6e768eaf00b..12bc1d3ed4243f5b50e2c4bfedacbd9def07cd4f 100644 (file)
@@ -564,7 +564,7 @@ pcie: pcie@9860000 {
                        #address-cells = <3>;
                        #size-cells = <2>;
                        device_type = "pci";
-                       bus-range = <0 15>;
+                       bus-range = <0x00 0xff>;
                        num-lanes = <1>;
                        ranges = <0x81000000 0x0 0x00000000 0x4f00000 0x0 0x100000
                                  0x82000000 0x0 0x3000000 0x3000000 0x0 0x01f00000>;