On Tue, 28 Mar 2023 at 08:02, Peng Fan (OSS) <peng.fan@xxxxxxxxxxx> wrote: > > From: Peng Fan <peng.fan@xxxxxxx> > > Since the esdhc controller is sdhci compatible, the fsl-imx-esdhc.yaml > should ref sdhci-common.yaml to use 'sdhci-caps-mask' property. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml > index 7f721fbfb009..fbfd822b9270 100644 > --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml > +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml > @@ -10,7 +10,7 @@ maintainers: > - Shawn Guo <shawnguo@xxxxxxxxxx> > > allOf: > - - $ref: mmc-controller.yaml > + - $ref: sdhci-common.yaml# > > description: | > The Enhanced Secure Digital Host Controller on Freescale i.MX family > -- > 2.37.1 >