diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-18 20:11:28 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-18 20:11:28 +0200 |
commit | 5ec781c4448b91a0610dbea1a5f25bbd4bb35b73 (patch) | |
tree | d5a033482b6be1390c101036a6788de1718142fb /target/linux/bmips/dts/bcm6368.dtsi | |
parent | 16b0cbbde057e3e2cbb7efd92288520a29649192 (diff) | |
download | upstream-5ec781c4448b91a0610dbea1a5f25bbd4bb35b73.tar.gz upstream-5ec781c4448b91a0610dbea1a5f25bbd4bb35b73.tar.bz2 upstream-5ec781c4448b91a0610dbea1a5f25bbd4bb35b73.zip |
bmips: pci-bcm6348: load IO resource from DT ranges
Correctly load IO resource from DT ranges and remove the specific IO resource.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6368.dtsi')
-rw-r--r-- | target/linux/bmips/dts/bcm6368.dtsi | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/bmips/dts/bcm6368.dtsi b/target/linux/bmips/dts/bcm6368.dtsi index 2d00434186..baa1c43417 100644 --- a/target/linux/bmips/dts/bcm6368.dtsi +++ b/target/linux/bmips/dts/bcm6368.dtsi @@ -412,16 +412,14 @@ pci: pci@10001000 { compatible = "brcm,bcm6348-pci"; - reg = <0x10001000 0x200>, - <0x08000000 0x10000>; - reg-names = "pci", - "pci-io"; + reg = <0x10001000 0x200>; #address-cells = <3>; #size-cells = <2>; device_type = "pci"; bus-range = <0x00 0x01>; - ranges = <0x2000000 0 0x30000000 0x30000000 0 0x8000000>; + ranges = <0x2000000 0 0x30000000 0x30000000 0 0x8000000>, + <0x1000000 0 0x08000000 0x08000000 0 0x0010000>; linux,pci-probe-only = <1>; interrupt-parent = <&periph_intc>; |