diff options
author | Hanna Hawa <hhhawa@amazon.com> | 2020-07-24 16:26:49 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-24 15:53:58 +0200 |
commit | 34d8ddb4d451a5a4c343d05811df20473701ab7d (patch) | |
tree | 0ce3cf821dc65d3418701029508fc97ffa37b998 /Documentation/devicetree/bindings/arm/amazon,al.yaml | |
parent | 3ed75c545d472274ae0aab5a7fd39e15828c2b62 (diff) | |
download | linux-34d8ddb4d451a5a4c343d05811df20473701ab7d.tar.gz |
dt-bindings: arm: amazon: rename al,alpine DT binding to amazon,al
As preparation to add device tree binding for Amazon's Annapurna Labs
Alpine v3 support. Rename al,alpine DT binding to amazon,al.
Link: https://lore.kernel.org/r/20200724132654.16549-2-hhhawa@amazon.com
Signed-off-by: Hanna Hawa <hhhawa@amazon.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/amazon,al.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/amazon,al.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amazon,al.yaml b/Documentation/devicetree/bindings/arm/amazon,al.yaml new file mode 100644 index 000000000000..58eb4ad55a76 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/amazon,al.yaml @@ -0,0 +1,21 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/amazon,al.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Amazon's Annapurna Labs Alpine Platform Device Tree Bindings + +maintainers: + - Tsahee Zidenberg <tsahee@annapurnalabs.com> + - Antoine Tenart <antoine.tenart@bootlin.com> + +properties: + compatible: + items: + - const: al,alpine + model: + items: + - const: "Annapurna Labs Alpine Dev Board" + +... |