summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2023-03-27 16:43:31 +0200
committerStefan Eichenberger <eichest@gmail.com>2023-04-21 08:53:44 +0200
commit359c86bcbf6a1b483183121c1d8a9de878ef67d1 (patch)
treec9c1f5096be5f0d20172ad2d535989a7024d949f
parentc28f954b83297664b541cd79d121ab4508c0f7ff (diff)
arm64: dts: imx8-apalis: pcieb use vpcie-supply instead of epdev
Use the vpcie-supply property instead of epdev_on-supply. This property is also available in the upstream bsp and is therefore preferred. 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 <stefan.eichenberger@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi2
1 files changed, 1 insertions, 1 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 7fabc691b43b..249bf01068f0 100644
--- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
@@ -847,7 +847,7 @@
clock-names = "pcie", "pcie_bus", "pcie_inbound_axi",
"pcie_phy", "pcie_phy_pclk", "phy_per",
"pcie_per", "pciex2_per", "misc_per";
- epdev_on-supply = <&reg_module_wifi>;
+ vpcie-supply = <&reg_module_wifi>;
ext_osc = <1>;
fsl,max-link-speed = <1>;
pinctrl-names = "default";