All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ls1012a: enable PCIe on freeway board
@ 2021-03-30 15:19 ` Mian Yousaf Kaukab
  0 siblings, 0 replies; 4+ messages in thread
From: Mian Yousaf Kaukab @ 2021-03-30 15:19 UTC (permalink / raw)
  To: shawnguo, leoyang.li, robh+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, Mian Yousaf Kaukab

ls1012a-freeway board contains a M.2 2230 slot. Update the status of
pcei1 node to okay so that the pcie controller can be probed.

Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de>
---
 arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
index 6290e2f9de6a..e3f371788f85 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
@@ -38,3 +38,7 @@ w25q16dw0: flash@0 {
 		spi-tx-bus-width = <2>;
 	};
 };
+
+&pcie1 {
+	status = "okay";
+};
-- 
2.26.2


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

* [PATCH] arm64: dts: ls1012a: enable PCIe on freeway board
@ 2021-03-30 15:19 ` Mian Yousaf Kaukab
  0 siblings, 0 replies; 4+ messages in thread
From: Mian Yousaf Kaukab @ 2021-03-30 15:19 UTC (permalink / raw)
  To: shawnguo, leoyang.li, robh+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, Mian Yousaf Kaukab

ls1012a-freeway board contains a M.2 2230 slot. Update the status of
pcei1 node to okay so that the pcie controller can be probed.

Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de>
---
 arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
index 6290e2f9de6a..e3f371788f85 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
@@ -38,3 +38,7 @@ w25q16dw0: flash@0 {
 		spi-tx-bus-width = <2>;
 	};
 };
+
+&pcie1 {
+	status = "okay";
+};
-- 
2.26.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: ls1012a: enable PCIe on freeway board
  2021-03-30 15:19 ` Mian Yousaf Kaukab
@ 2021-04-26  2:39   ` Shawn Guo
  -1 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-04-26  2:39 UTC (permalink / raw)
  To: Mian Yousaf Kaukab
  Cc: leoyang.li, robh+dt, linux-arm-kernel, devicetree, linux-kernel

On Tue, Mar 30, 2021 at 05:19:20PM +0200, Mian Yousaf Kaukab wrote:
> ls1012a-freeway board contains a M.2 2230 slot. Update the status of
> pcei1 node to okay so that the pcie controller can be probed.
> 
> Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de>
> ---
>  arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
> index 6290e2f9de6a..e3f371788f85 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
> @@ -38,3 +38,7 @@ w25q16dw0: flash@0 {
>  		spi-tx-bus-width = <2>;
>  	};
>  };
> +
> +&pcie1 {
> +	status = "okay";
> +};

Keep the labeling nodes sort alphabetically.

Shawn

> -- 
> 2.26.2
> 

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

* Re: [PATCH] arm64: dts: ls1012a: enable PCIe on freeway board
@ 2021-04-26  2:39   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-04-26  2:39 UTC (permalink / raw)
  To: Mian Yousaf Kaukab
  Cc: leoyang.li, robh+dt, linux-arm-kernel, devicetree, linux-kernel

On Tue, Mar 30, 2021 at 05:19:20PM +0200, Mian Yousaf Kaukab wrote:
> ls1012a-freeway board contains a M.2 2230 slot. Update the status of
> pcei1 node to okay so that the pcie controller can be probed.
> 
> Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de>
> ---
>  arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
> index 6290e2f9de6a..e3f371788f85 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
> @@ -38,3 +38,7 @@ w25q16dw0: flash@0 {
>  		spi-tx-bus-width = <2>;
>  	};
>  };
> +
> +&pcie1 {
> +	status = "okay";
> +};

Keep the labeling nodes sort alphabetically.

Shawn

> -- 
> 2.26.2
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-04-26  2:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 15:19 [PATCH] arm64: dts: ls1012a: enable PCIe on freeway board Mian Yousaf Kaukab
2021-03-30 15:19 ` Mian Yousaf Kaukab
2021-04-26  2:39 ` Shawn Guo
2021-04-26  2:39   ` Shawn Guo

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.