All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: DRA7: fix unit address of second PCIe instance
@ 2016-06-09 15:13 ` Sekhar Nori
  0 siblings, 0 replies; 4+ messages in thread
From: Sekhar Nori @ 2016-06-09 15:13 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Linux OMAP Mailing List, Linux ARM Mailing List, Kishon Vijay Abraham I

From: Kishon Vijay Abraham I <kishon@ti.com>

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>
---
 arch/arm/boot/dts/dra7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index a26b9a01af5d..0ba791add7f6 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -330,7 +330,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";
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: DRA7: fix unit address of second PCIe instance
@ 2016-06-09 15:13 ` Sekhar Nori
  0 siblings, 0 replies; 4+ messages in thread
From: Sekhar Nori @ 2016-06-09 15:13 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kishon Vijay Abraham I <kishon@ti.com>

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>
---
 arch/arm/boot/dts/dra7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index a26b9a01af5d..0ba791add7f6 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -330,7 +330,7 @@
 			ranges = <0x51800000 0x51800000 0x3000
 				  0x0	     0x30000000 0x10000000>;
 			status = "disabled";
-			pcie at 51000000 {
+			pcie at 51800000 {
 				compatible = "ti,dra7-pcie";
 				reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
 				reg-names = "rc_dbics", "ti_conf", "config";
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: DRA7: fix unit address of second PCIe instance
  2016-06-09 15:13 ` Sekhar Nori
@ 2016-06-10 11:44   ` Tony Lindgren
  -1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2016-06-10 11:44 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: Linux OMAP Mailing List, Linux ARM Mailing List, Kishon Vijay Abraham I

* Sekhar Nori <nsekhar@ti.com> [160609 08:16]:
> From: Kishon Vijay Abraham I <kishon@ti.com>
> 
> The unit address of the second PCIe instance
> is set to be same as that of the first instance
> (copy-paste error).

Applying into omap-for-v4.8/dt thanks.

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: DRA7: fix unit address of second PCIe instance
@ 2016-06-10 11:44   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2016-06-10 11:44 UTC (permalink / raw)
  To: linux-arm-kernel

* Sekhar Nori <nsekhar@ti.com> [160609 08:16]:
> From: Kishon Vijay Abraham I <kishon@ti.com>
> 
> The unit address of the second PCIe instance
> is set to be same as that of the first instance
> (copy-paste error).

Applying into omap-for-v4.8/dt thanks.

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-10 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 15:13 [PATCH] ARM: dts: DRA7: fix unit address of second PCIe instance Sekhar Nori
2016-06-09 15:13 ` Sekhar Nori
2016-06-10 11:44 ` Tony Lindgren
2016-06-10 11:44   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.