From e2218ea14826db69619812c5a778fd53c9099e6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jorge=20Amor=C3=B3s?= Date: Sat, 9 Sep 2017 11:30:03 +0200 Subject: [PATCH] lantiq: ARV7519RW22: enable PCIe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Enable PCIe to make the (still unsupported) WAVE300 wireless visible to the system. Signed-off-by: Jorge Amorós --- target/linux/lantiq/dts/ARV7519RW22.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts index 36017b5d51..f31c03f451 100644 --- a/target/linux/lantiq/dts/ARV7519RW22.dts +++ b/target/linux/lantiq/dts/ARV7519RW22.dts @@ -91,7 +91,8 @@ }; pcie@d900000 { - status = "disabled"; + status = "okay"; + gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>; }; }; -- 2.30.2