* [PATCH] ARM: dts: dra7-evm: Move pcie RC node to common file
@ 2017-10-11 8:04 Kishon Vijay Abraham I
2017-10-11 15:44 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Kishon Vijay Abraham I @ 2017-10-11 8:04 UTC (permalink / raw)
To: linux-arm-kernel
From: Ravikumar Kattekola <rk@ti.com>
Move the pcie_rc node to common file so that it can be
used by dra76-evm as well.
Signed-off-by: Ravikumar Kattekola <rk@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
arch/arm/boot/dts/dra7-evm-common.dtsi | 4 ++++
arch/arm/boot/dts/dra7-evm.dts | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/dra7-evm-common.dtsi b/arch/arm/boot/dts/dra7-evm-common.dtsi
index 343e95f9a001..e088bb93636a 100644
--- a/arch/arm/boot/dts/dra7-evm-common.dtsi
+++ b/arch/arm/boot/dts/dra7-evm-common.dtsi
@@ -256,3 +256,7 @@
status = "okay";
};
};
+
+&pcie1_rc {
+ status = "okay";
+};
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index aa426dabb6c3..ef9c90daa74b 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -497,7 +497,3 @@
pinctrl-1 = <&dcan1_pins_sleep>;
pinctrl-2 = <&dcan1_pins_default>;
};
-
-&pcie1_rc {
- status = "okay";
-};
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: dra7-evm: Move pcie RC node to common file
2017-10-11 8:04 [PATCH] ARM: dts: dra7-evm: Move pcie RC node to common file Kishon Vijay Abraham I
@ 2017-10-11 15:44 ` Tony Lindgren
2017-10-11 15:46 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2017-10-11 15:44 UTC (permalink / raw)
To: linux-arm-kernel
* Kishon Vijay Abraham I <kishon@ti.com> [171011 01:06]:
> From: Ravikumar Kattekola <rk@ti.com>
>
> Move the pcie_rc node to common file so that it can be
> used by dra76-evm as well.
>
> Signed-off-by: Ravikumar Kattekola <rk@ti.com>
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Can you please resend this with your Signed-off-by also
since you're the one sending it out?
Regards,
Tony
> arch/arm/boot/dts/dra7-evm-common.dtsi | 4 ++++
> arch/arm/boot/dts/dra7-evm.dts | 4 ----
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dra7-evm-common.dtsi b/arch/arm/boot/dts/dra7-evm-common.dtsi
> index 343e95f9a001..e088bb93636a 100644
> --- a/arch/arm/boot/dts/dra7-evm-common.dtsi
> +++ b/arch/arm/boot/dts/dra7-evm-common.dtsi
> @@ -256,3 +256,7 @@
> status = "okay";
> };
> };
> +
> +&pcie1_rc {
> + status = "okay";
> +};
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> index aa426dabb6c3..ef9c90daa74b 100644
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -497,7 +497,3 @@
> pinctrl-1 = <&dcan1_pins_sleep>;
> pinctrl-2 = <&dcan1_pins_default>;
> };
> -
> -&pcie1_rc {
> - status = "okay";
> -};
> --
> 2.11.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: dra7-evm: Move pcie RC node to common file
2017-10-11 15:44 ` Tony Lindgren
@ 2017-10-11 15:46 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2017-10-11 15:46 UTC (permalink / raw)
To: linux-arm-kernel
* Tony Lindgren <tony@atomide.com> [171011 08:44]:
> * Kishon Vijay Abraham I <kishon@ti.com> [171011 01:06]:
> > From: Ravikumar Kattekola <rk@ti.com>
> >
> > Move the pcie_rc node to common file so that it can be
> > used by dra76-evm as well.
> >
> > Signed-off-by: Ravikumar Kattekola <rk@ti.com>
> > Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
> > Signed-off-by: Sekhar Nori <nsekhar@ti.com>
>
> Can you please resend this with your Signed-off-by also
> since you're the one sending it out?
Oops, sorry I misread, never mind. Applying into
omap-for-v4.15/dt thanks.
Regards,
Tony
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-11 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11 8:04 [PATCH] ARM: dts: dra7-evm: Move pcie RC node to common file Kishon Vijay Abraham I
2017-10-11 15:44 ` Tony Lindgren
2017-10-11 15:46 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).