Message ID | 20181228033323.32308-1-haibo.chen@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/3] dt-bindings: mmc: fsl-imx-esdhc: add imx6ull compatible string | expand |
Hi Bough, On Fri, Dec 28, 2018 at 1:26 AM BOUGH CHEN <haibo.chen@nxp.com> wrote: > > Add imx6ull compatible string Please explain the reason, like you did in the other commit log that explains the need for handling erratum ERR010450 on i.MX6ULL.
On Fri, 28 Dec 2018 03:26:04 +0000, BOUGH CHEN wrote: > Add imx6ull compatible string > > Signed-off-by: Haibo Chen <haibo.chen@nxp.com> > --- > Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Fri, 28 Dec 2018 at 04:26, BOUGH CHEN <haibo.chen@nxp.com> wrote: > > Add imx6ull compatible string > > Signed-off-by: Haibo Chen <haibo.chen@nxp.com> Applied for next, thanks! I also amended the changelog by adding some more information about why this is needed, according to the comment from Fabio. Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt > index 9201a7d8d7b0..540c65ed9cba 100644 > --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt > +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt > @@ -15,6 +15,7 @@ Required properties: > "fsl,imx6q-usdhc" > "fsl,imx6sl-usdhc" > "fsl,imx6sx-usdhc" > + "fsl,imx6ull-usdhc" > "fsl,imx7d-usdhc" > "fsl,imx8qxp-usdhc" > > -- > 2.17.1 >
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt index 9201a7d8d7b0..540c65ed9cba 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt @@ -15,6 +15,7 @@ Required properties: "fsl,imx6q-usdhc" "fsl,imx6sl-usdhc" "fsl,imx6sx-usdhc" + "fsl,imx6ull-usdhc" "fsl,imx7d-usdhc" "fsl,imx8qxp-usdhc"
Add imx6ull compatible string Signed-off-by: Haibo Chen <haibo.chen@nxp.com> --- Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 1 + 1 file changed, 1 insertion(+)