diff mbox series

[v2] arm64: dts: ls1012a: enable PCIe on freeway board

Message ID 20210426075211.30467-1-ykaukab@suse.de (mailing list archive)
State New, archived
Headers show
Series [v2] arm64: dts: ls1012a: enable PCIe on freeway board | expand

Commit Message

Mian Yousaf Kaukab April 26, 2021, 7:52 a.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 May 13, 2021, 7:51 a.m. UTC | #1
On Mon, Apr 26, 2021 at 09:52:11AM +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>

Applied, thanks.
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..e8562585d4ac 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frwy.dts
@@ -24,6 +24,10 @@  &i2c0 {
 	status = "okay";
 };
 
+&pcie1 {
+	status = "okay";
+};
+
 &qspi {
 	status = "okay";