From 4a1c9f12a8f392ab3175f2ffe42cbb946fc5c8f5 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 7 Feb 2025 14:59:09 +0000 Subject: [PATCH] linux (NXP iMX8): rebase patches for 6.14-rc1 --- ...I-imx-Use-the-external-clock-as-REF_CLK-when-neede.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/NXP/devices/iMX8/patches/linux/0013-PCI-imx-Use-the-external-clock-as-REF_CLK-when-neede.patch b/projects/NXP/devices/iMX8/patches/linux/0013-PCI-imx-Use-the-external-clock-as-REF_CLK-when-neede.patch index 5b7122ec50..e81679e278 100644 --- a/projects/NXP/devices/iMX8/patches/linux/0013-PCI-imx-Use-the-external-clock-as-REF_CLK-when-neede.patch +++ b/projects/NXP/devices/iMX8/patches/linux/0013-PCI-imx-Use-the-external-clock-as-REF_CLK-when-neede.patch @@ -21,7 +21,7 @@ index 3a8350cad812..841af6f55c7d 100644 static int imx8mq_pcie_init_phy(struct imx_pcie *imx_pcie) { -- /* TODO: Currently this code assumes external oscillator is being used */ +- /* TODO: This code assumes external oscillator is being used */ - regmap_update_bits(imx_pcie->iomuxc_gpr, - imx_pcie_grp_offset(imx_pcie), - IMX8MQ_GPR_PCIE_REF_USE_PAD, @@ -34,8 +34,8 @@ index 3a8350cad812..841af6f55c7d 100644 + IMX8MQ_GPR_PCIE_REF_USE_PAD); + } /* - * Regarding the datasheet, the PCIE_VPH is suggested to be 1.8V. If the PCIE_VPH is - * supplied by 3.3V, the VREG_BYPASS should be cleared to zero. + * Per the datasheet, the PCIE_VPH is suggested to be 1.8V. If the + * PCIE_VPH is supplied by 3.3V, the VREG_BYPASS should be cleared -- 2.39.2