Message ID | 20230615182938.18487-2-tanure@linux.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add Amlogic A311D2 and Khadas Vim4 Board Support | expand |
On Thu, Jun 15, 2023 at 07:29:33PM +0100, Lucas Tanure wrote: > Add bindings for the Khadas Vim4 board. > > Signed-off-by: Lucas Tanure <tanure@linux.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > Documentation/devicetree/bindings/arm/amlogic.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml > index 274ee0890312..1091abbae6a2 100644 > --- a/Documentation/devicetree/bindings/arm/amlogic.yaml > +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml > @@ -159,6 +159,13 @@ properties: > - const: amlogic,a311d > - const: amlogic,g12b > > + - description: Boards with the Amlogic Meson t7 A311D2 SoC > + items: > + - enum: > + - khadas,vim4 > + - const: amlogic,a311d2 > + - const: amlogic,t7 > + > - description: Boards using the BPI-CM4 module with Amlogic Meson G12B A311D SoC > items: > - enum: > -- > 2.41.0 >
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 274ee0890312..1091abbae6a2 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -159,6 +159,13 @@ properties: - const: amlogic,a311d - const: amlogic,g12b + - description: Boards with the Amlogic Meson t7 A311D2 SoC + items: + - enum: + - khadas,vim4 + - const: amlogic,a311d2 + - const: amlogic,t7 + - description: Boards using the BPI-CM4 module with Amlogic Meson G12B A311D SoC items: - enum:
Add bindings for the Khadas Vim4 board. Signed-off-by: Lucas Tanure <tanure@linux.com> --- Documentation/devicetree/bindings/arm/amlogic.yaml | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.41.0