On Mon, Apr 11, 2022 at 1:42 AM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 10/04/2022 21:35, Adam Ford wrote: > > The SDHC controller in the imx8mn and imx8mp have the same controller > > as the imx8mm which is slightly different than that of the imx7d. > > > > Using the fallback of the imx8mm enables the controllers to support > > HS400-ES which is not available on the imx7d. After discussion with NXP, > > it turns out that the imx8qm should fall back to the imx8qxp, because > > those have some additional flags not present in the imx8mm. > > > > Mark the current state of the fallbacks as deprecated, and add the > > proper fallbacks so in the future, the deprecated combination can be > > removed and prevent any future devices from using the wrong fallback. > > > > Suggested-by: haibo.chen@xxxxxxx > > Signed-off-by: Adam Ford <aford173@xxxxxxxxx> > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Thanks for the help and guidance. I always seem to struggle with the YAML syntax. > > Best regards, > Krzysztof