]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6qdl-sabreauto: Enable pcie
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 20 Nov 2018 18:57:06 +0000 (18:57 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:02:38 +0000 (10:02 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi

index a10f0ad0bfb1d4352c4e8c1171801ff59bf3e1cc..38f94a1dddac13975aa401f23507132d429049ad 100644 (file)
@@ -749,6 +749,10 @@ &pwm3 {
        status = "okay";
 };
 
+&pcie {
+       status = "okay";
+};
+
 &spdif {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_spdif>;