diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2016-06-09 18:13:55 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 14:58:09 +0300 |
commit | 605b3d302dc6cdeeed95fb9294b7a010b562b1fb (patch) | |
tree | aaa30cde61c8caf0bfafaa033b94dae1f5a144b0 /arch/arm/boot/dts/dra7.dtsi | |
parent | 4393dd4ecaa729204d2c7eebb970b1412af195ec (diff) | |
download | linux-605b3d302dc6cdeeed95fb9294b7a010b562b1fb.tar.xz |
ARM: dts: DRA7: fix unit address of second PCIe instance
The unit address of the second PCIe instance
is set to be same as that of the first instance
(copy-paste error).
Fix it.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 5f1e0296b3fd..3c34a0c3ff7a 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -324,7 +324,7 @@ ranges = <0x51800000 0x51800000 0x3000 0x0 0x30000000 0x10000000>; status = "disabled"; - pcie@51000000 { + pcie@51800000 { compatible = "ti,dra7-pcie"; reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>; reg-names = "rc_dbics", "ti_conf", "config"; |