From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98AC5C433E8 for ; Fri, 24 Jul 2020 13:27:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7725E206D7 for ; Fri, 24 Jul 2020 13:27:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="n8bXBDfD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726742AbgGXN1x (ORCPT ); Fri, 24 Jul 2020 09:27:53 -0400 Received: from smtp-fw-4101.amazon.com ([72.21.198.25]:34157 "EHLO smtp-fw-4101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726182AbgGXN1w (ORCPT ); Fri, 24 Jul 2020 09:27:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1595597272; x=1627133272; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=A5YLhLAtVcTBQUQVMo2Y1QqJpt3JeWTNosvh6n7q6bk=; b=n8bXBDfDXpCsH4HUE3zgfc4Gh1ZULfaDRuVJ7KpeN9Do5Ys2O2SZMk0U 0PGY1nC1nQm6BbLmzEhXAUh8VnNW87my7api6eSDw4fMhtJdlnbdRDZ0W aqu5vPoY/3a+Q2KfJ1CWUAOL729csQ7WxGvR5ziJh0atXgV2VJKza4ZiQ o=; IronPort-SDR: z3MGceMuEAbb8VWysndLy8af739CobdyW0KgCeOsvAu3RW1y3dZ9QhgcmUQ7wu4oQO21pwJZWb ImhXct77BaAA== X-IronPort-AV: E=Sophos;i="5.75,390,1589241600"; d="scan'208";a="43878112" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2b-8cc5d68b.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-4101.iad4.amazon.com with ESMTP; 24 Jul 2020 13:27:49 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2b-8cc5d68b.us-west-2.amazon.com (Postfix) with ESMTPS id 5FBFBA24EC; Fri, 24 Jul 2020 13:27:48 +0000 (UTC) Received: from EX13D19EUB001.ant.amazon.com (10.43.166.229) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 24 Jul 2020 13:27:47 +0000 Received: from u8a88181e7b2355.ant.amazon.com (10.43.160.65) by EX13D19EUB001.ant.amazon.com (10.43.166.229) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 24 Jul 2020 13:27:39 +0000 From: Hanna Hawa To: , , , , , List-Id: CC: , , , , , , , , , , , , Subject: [PATCH v6 1/6] dt-bindings: arm: amazon: rename al,alpine DT binding to amazon,al Date: Fri, 24 Jul 2020 16:26:49 +0300 Message-ID: <20200724132654.16549-2-hhhawa@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200724132654.16549-1-hhhawa@amazon.com> References: <20200724132654.16549-1-hhhawa@amazon.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.160.65] X-ClientProxiedBy: EX13D32UWA004.ant.amazon.com (10.43.160.193) To EX13D19EUB001.ant.amazon.com (10.43.166.229) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Acked-by: Rob Herring Acked-by: Antoine Tenart --- .../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%) 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 -- 2.17.1