Skip to content

Commit 2dc30eb

Browse files
mchehabjoyxu
authored andcommitted
arm64: dts: HiSilicon: hi3660: address a PCI warning
When the driver is registered, it produces a warning when registering the PCI bridge: [ 5.363450] pci_bus 0000:00: root bus resource [bus 00-01] [ 5.396998] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-01] (conflicts with (null) [bus 00-01]) [ 5.284831] pci 0000:00:00.0: PCI bridge to [bus 01-ff] The reason is that the bus-range is wrong. Address it. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Wei Xu <[email protected]>
1 parent e73f0f0 commit 2dc30eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/hisilicon/hi3660.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@
10021002
<0x0 0xf3f20000 0x0 0x40000>,
10031003
<0x0 0xf5000000 0x0 0x2000>;
10041004
reg-names = "dbi", "apb", "phy", "config";
1005-
bus-range = <0x0 0x1>;
1005+
bus-range = <0x0 0xff>;
10061006
#address-cells = <3>;
10071007
#size-cells = <2>;
10081008
device_type = "pci";

0 commit comments

Comments
 (0)