* [PATCH] ARM: dts: imx6qdl-sabreauto: Enable pcie
@ 2018-11-20 18:57 Leonard Crestez
2018-11-28 8:19 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Leonard Crestez @ 2018-11-20 18:57 UTC (permalink / raw)
To: linux-arm-kernel
The imx6qdl-sabreauto boards have a pcie slot so let's enable it.
Tested on imx6dl-sabreauto with an atk9k wifi card; scanning works.
There are unhandled differences for imx6qp but imx6qp-sabreauto.dts
already contains a snippet explicitly disabling the &pcie node so that
can be dealt with later.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
---
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
index a6dc5c42c632..540fbaf57e91 100644
--- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
@@ -756,10 +756,14 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm3>;
status = "okay";
};
+&pcie {
+ status = "okay";
+};
+
&spdif {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spdif>;
status = "okay";
};
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: imx6qdl-sabreauto: Enable pcie
2018-11-20 18:57 [PATCH] ARM: dts: imx6qdl-sabreauto: Enable pcie Leonard Crestez
@ 2018-11-28 8:19 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2018-11-28 8:19 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Nov 20, 2018 at 06:57:06PM +0000, Leonard Crestez wrote:
> The imx6qdl-sabreauto boards have a pcie slot so let's enable it.
>
> Tested on imx6dl-sabreauto with an atk9k wifi card; scanning works.
>
> There are unhandled differences for imx6qp but imx6qp-sabreauto.dts
> already contains a snippet explicitly disabling the &pcie node so that
> can be dealt with later.
>
> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-28 8:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20 18:57 [PATCH] ARM: dts: imx6qdl-sabreauto: Enable pcie Leonard Crestez
2018-11-28 8:19 ` Shawn Guo
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).