Message ID | 20191011125022.16329-3-kamel.bouhara@bootlin.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | caa1e65783c919f316e4f93410c6f59e5661c359 |
Headers | show |
Series | Add new Overkiz Kizbox3 support | expand |
On Fri, 11 Oct 2019 14:50:21 +0200, Kamel Bouhara wrote: > Document devicetree binding of SAMA5D27 Kizbox3 HS board from Overkiz > SAS. > > Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> > --- > Documentation/devicetree/bindings/arm/atmel-at91.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 6e168abcd4d1..c0869cb860f3 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -45,6 +45,13 @@ properties: - const: atmel,at91sam9x5 - const: atmel,at91sam9 + - description: Overkiz kizbox3 board + items: + - const: overkiz,kizbox3-hs + - const: atmel,sama5d27 + - const: atmel,sama5d2 + - const: atmel,sama5 + - items: - const: atmel,sama5d27 - const: atmel,sama5d2
Document devicetree binding of SAMA5D27 Kizbox3 HS board from Overkiz SAS. Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 7 +++++++ 1 file changed, 7 insertions(+)