From 8fd3bb014f540c35e0855910714925a3f8fbf942 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Thu, 20 Apr 2023 09:46:39 +0200 Subject: arm64: dts: imx8-apalis: reorder pcie properties Reorder the properties in the pcie nodes according to upstream rules. Upstream-Status: Pending Mainline for i.MX 8 does not support PCIe yet, this patch cannot be upstreamed as of now. Signed-off-by: Stefan Eichenberger --- arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi index 2781a9f78d8a..740b77255ff9 100644 --- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi @@ -816,22 +816,22 @@ /* Apalis PCIE1 */ &pciea { - ext_osc = <1>; - fsl,max-link-speed = <1>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_reset_moci>; + ext_osc = <1>; + fsl,max-link-speed = <1>; reset-gpio = <&lsio_gpio0 30 GPIO_ACTIVE_LOW>; vpcie-supply = <®_pcie_switch>; }; /* On-module Wi-Fi */ &pcieb { - vpcie-supply = <®_module_wifi>; - ext_osc = <1>; - fsl,max-link-speed = <1>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcieb &pinctrl_wifi>; + ext_osc = <1>; + fsl,max-link-speed = <1>; reset-gpio = <&lsio_gpio5 0 GPIO_ACTIVE_LOW>; + vpcie-supply = <®_module_wifi>; status = "okay"; }; -- cgit v1.2.3