Message ID | 20230901-tauri_upstream_support-v1-1-ed30c6df789b@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for the phyGATE-Tauri-L IoT Gateway | expand |
On Fri, Sep 01, 2023 at 11:26:16AM +0200, Yannic Moog wrote: > Add dt compatible for the phyGATE-Tauri-L board. It uses the > phyCORE-i.MX8MM SoM > > Signed-off-by: Yannic Moog <y.moog@phytec.de> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 2510eaa8906d..570794ce2813 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -974,7 +974,9 @@ properties: > > - description: PHYTEC phyCORE-i.MX8MM SoM based boards > items: > - - const: phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK > + - enum: > + - phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK > + - phytec,imx8mm-phygate-tauri-l # phyGATE-Tauri-L Gateway > - const: phytec,imx8mm-phycore-som # phyCORE-i.MX8MM SoM > - const: fsl,imx8mm > > > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 2510eaa8906d..570794ce2813 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -974,7 +974,9 @@ properties: - description: PHYTEC phyCORE-i.MX8MM SoM based boards items: - - const: phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK + - enum: + - phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK + - phytec,imx8mm-phygate-tauri-l # phyGATE-Tauri-L Gateway - const: phytec,imx8mm-phycore-som # phyCORE-i.MX8MM SoM - const: fsl,imx8mm
Add dt compatible for the phyGATE-Tauri-L board. It uses the phyCORE-i.MX8MM SoM Signed-off-by: Yannic Moog <y.moog@phytec.de> --- Documentation/devicetree/bindings/arm/fsl.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)