Message ID | 20191209161341.29607-2-hhhawa@amazon.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Amazon's Annapurna Labs Alpine v3 device-tree | expand |
On Mon, 9 Dec 2019 16:13:36 +0000, Hanna Hawa wrote: > As preparation to add device tree binding for Amazon's Annapurna Labs > Alpine v3 support. Rename al,alpine DT binding to amazon,al. > > Signed-off-by: Hanna Hawa <hhhawa@amazon.com> > --- > .../bindings/arm/{al,alpine.yaml => amazon,al.yaml} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename Documentation/devicetree/bindings/arm/{al,alpine.yaml => amazon,al.yaml} (74%) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/al,alpine.yaml b/Documentation/devicetree/bindings/arm/amazon,al.yaml similarity index 74% rename from Documentation/devicetree/bindings/arm/al,alpine.yaml rename to Documentation/devicetree/bindings/arm/amazon,al.yaml index a70dff277e05..58eb4ad55a76 100644 --- a/Documentation/devicetree/bindings/arm/al,alpine.yaml +++ b/Documentation/devicetree/bindings/arm/amazon,al.yaml @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-2.0 %YAML 1.2 --- -$id: http://devicetree.org/schemas/arm/al,alpine.yaml# +$id: http://devicetree.org/schemas/arm/amazon,al.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Annapurna Labs Alpine Platform Device Tree Bindings +title: Amazon's Annapurna Labs Alpine Platform Device Tree Bindings maintainers: - Tsahee Zidenberg <tsahee@annapurnalabs.com>
As preparation to add device tree binding for Amazon's Annapurna Labs Alpine v3 support. Rename al,alpine DT binding to amazon,al. Signed-off-by: Hanna Hawa <hhhawa@amazon.com> --- .../bindings/arm/{al,alpine.yaml => amazon,al.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Documentation/devicetree/bindings/arm/{al,alpine.yaml => amazon,al.yaml} (74%)