diff mbox series

arm64: dts: ls1012a: enable PCIe on freeway board

Message ID 20210330151920.29146-1-ykaukab@suse.de
State Superseded
Headers show
Series arm64: dts: ls1012a: enable PCIe on freeway board | expand

Commit Message

Mian Yousaf Kaukab March 30, 2021, 3:19 p.m. UTC
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(+)

Comments

Shawn Guo April 26, 2021, 2:39 a.m. UTC | #1
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

>
diff mbox series

Patch

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";
+};