On Thu, 25 Feb 2021 at 04:22, <peng.fan@xxxxxxxxxxx> wrote: > > From: Peng Fan <peng.fan@xxxxxxx> > > V3: > Patch 1, drop unneeded pinctrl-0/1/2 > Patch 2 is new to avoid break dt bindings check > V2: > patch 1, 2, 3 is new > patch 4 is not changed > https://patchwork.kernel.org/project/linux-arm-kernel/cover/1611198593-16287-1-git-send-email-peng.fan@xxxxxxx/ > > Peng Fan (5): > dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindings > dt-bindings: clock: imx8qxp-lpcg: correct the example clock-names > arm64: dts: imx8qxp: correct usdhc clock-names sequence > dt-bindings: mmc: fsl-imx-esdhc: add clock bindings > mmc: sdhci-esdhc-imx: validate pinctrl before use it > > .../bindings/clock/imx8qxp-lpcg.yaml | 6 +++--- > .../bindings/mmc/fsl-imx-esdhc.yaml | 20 +++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 18 ++++++++--------- > drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- > 4 files changed, 33 insertions(+), 13 deletions(-) > > -- > 2.30.0 > Applied patch 1, 4 and 5, thanks! Kind regards Uffe