summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-05 19:11:57 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-02-12 11:06:03 +0100
commitc7786a54704de5cd6b9a3130b8fc9c2bb16277f3 (patch)
treecad3e6d557cc19d95ecce25ca5d1a7ed697279b8 /arch
parent3a051a28b8e054a982e0f2242ec68bbd083c24ef (diff)
ARM64: dts: imx8qm-apalis: fix max link speed property
The pci-imx6 driver reads the fsl,max-link-speed property. Change to the correct name. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
index 902677aed8c3..baa7f42e86e4 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
@@ -1358,7 +1358,7 @@
<&pcie_sata_refclk_gate>;
clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_inbound_axi", "pcie_ext";
ext_osc = <1>;
- max-link-speed = <1>;
+ fsl,max-link-speed = <1>;
reset-gpio = <&gpio3 26 GPIO_ACTIVE_LOW>;
status = "okay";
};
@@ -1376,7 +1376,7 @@
clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_inbound_axi", "pcie_ext";
/*epdev_on-supply = <&epdev_on>;*/
ext_osc = <1>;
- max-link-speed = <1>;
+ fsl,max-link-speed = <1>;
reset-gpio = <&gpio5 0 GPIO_ACTIVE_LOW>;
status = "okay";
};