On Mon, Dec 09, 2019 at 10:13:38AM +0100, Kamel Bouhara wrote: > Document devicetree's bindings for the Overkiz's Kizbox Mini and > Smartkiz boards, based on a SAM9G25 Atmel SoC. > > Signed-off-by: Kamel Bouhara <kamel.bouhara@xxxxxxxxxxx> > --- > Changes in v2 > ============= > - Added Kizboxmini Base board documentation > - Merged Smartkiz documentation as it is also a sam9g25 based > board > > Changes in v3 > ============= > - Made a single items list with all the sam9g25 based boards and > put description into a comment. > - Fixed duplicated item in enum list and checked with 'make > dt_binding_check' > > Changes in v4 > ============= > - Fix missing "-" before items list > > Changes in v5 > ============= > - s/at91-kizboxmini_common.dtsi/at91-kizboxmini-common.dtsi/ > --- > Documentation/devicetree/bindings/arm/atmel-at91.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > index 6dd8be401673..8d50915330e8 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml > +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > @@ -35,6 +35,16 @@ properties: > - atmel,at91sam9x60 > - const: atmel,at91sam9 > > + - items: > + - enum: > + - overkiz,kizboxmini-base # Overkiz kizbox Mini Base Board > + - overkiz,kizboxmini-mb # Overkiz kizbox Mini Mother Board > + - overkiz,kizboxmini-rd # Overkiz kizbox Mini RailDIN > + - overkiz,smartkiz # Overkiz SmartKiz Board Should be indented 2 fewer spaces. Otherwise, Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > + - const: atmel,at91sam9g25 > + - const: atmel,at91sam9x5 > + - const: atmel,at91sam9 > + > - items: > - enum: > - atmel,at91sam9g15 > -- > 2.24.0 >