Message ID | 20210607083921.2668568-2-ping.bai@nxp.com |
---|---|
State | Superseded |
Headers | show |
Series | Add imx8ulp basic dtsi support | expand |
On Mon, Jun 7, 2021 at 10:29 AM Jacky Bai <ping.bai@nxp.com> wrote: > Add the compatible string for i.MX8ULP. > > Signed-off-by: Jacky Bai <ping.bai@nxp.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
On Mon, Jun 7, 2021 at 4:31 PM Jacky Bai <ping.bai@nxp.com> wrote: > > Add the compatible string for i.MX8ULP. > > Signed-off-by: Jacky Bai <ping.bai@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Regards Aisheng > --- > Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml > index 19738a457a58..e1359391d3a4 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml > +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml > @@ -24,6 +24,9 @@ properties: > - items: > - const: fsl,imx7ulp-gpio > - const: fsl,vf610-gpio > + - items: > + - const: fsl,imx8ulp-gpio > + - const: fsl,imx7ulp-gpio > > reg: > description: The first reg tuple represents the PORT module, the second tuple > -- > 2.26.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Mon, 07 Jun 2021 16:39:11 +0800, Jacky Bai wrote: > Add the compatible string for i.MX8ULP. > > Signed-off-by: Jacky Bai <ping.bai@nxp.com> > --- > Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml index 19738a457a58..e1359391d3a4 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml @@ -24,6 +24,9 @@ properties: - items: - const: fsl,imx7ulp-gpio - const: fsl,vf610-gpio + - items: + - const: fsl,imx8ulp-gpio + - const: fsl,imx7ulp-gpio reg: description: The first reg tuple represents the PORT module, the second tuple
Add the compatible string for i.MX8ULP. Signed-off-by: Jacky Bai <ping.bai@nxp.com> --- Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 3 +++ 1 file changed, 3 insertions(+)