diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2018-11-20 19:57:06 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 03:02:38 +0100 |
commit | 4f6de45f1eee524d0230e49ca1c1c26865b33a31 (patch) | |
tree | 40fe176b0c0671177116fcad8789c257415be88a /arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | |
parent | ARM: dts: imx6sl: Fix memory node duplication (diff) | |
download | linux-4f6de45f1eee524d0230e49ca1c1c26865b33a31.tar.xz linux-4f6de45f1eee524d0230e49ca1c1c26865b33a31.zip |
ARM: dts: imx6qdl-sabreauto: Enable pcie
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-sabreauto.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index a10f0ad0bfb1..38f94a1dddac 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi @@ -749,6 +749,10 @@ status = "okay"; }; +&pcie { + status = "okay"; +}; + &spdif { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_spdif>; |