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=-9.9 required=3.0 tests=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=ham 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 78ED8C4332B for ; Tue, 24 Mar 2020 10:51:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4E57C20870 for ; Tue, 24 Mar 2020 10:51:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="r+cHCVW8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727266AbgCXKu7 (ORCPT ); Tue, 24 Mar 2020 06:50:59 -0400 Received: from smtp-fw-4101.amazon.com ([72.21.198.25]:57221 "EHLO smtp-fw-4101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727297AbgCXKu7 (ORCPT ); Tue, 24 Mar 2020 06:50:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1585047059; x=1616583059; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=Y18lRdpyXiwYObjGQvYRFfjRCEL3pvNNrmgKJkofLnA=; b=r+cHCVW8nUldkzh2Rox5L4rjk/rT1j1CiDN5mEmKAcJJctp5LkKicBp0 WgE/DsXqcPqSfk/tMK3ZLrZXnnx2OXh+bLYVFeMyaLt3NGUh+yax9FDGx Pccul6Or2x5hHK+m1Tvr47NYqmn7WR/G8PnYdH4qWDko7mNeYBn44Yrgd 0=; IronPort-SDR: KjY3uMSRqMHqKFqArxO5t/ALr1yAHqSTJj4M1Sa22RJI6L03+EhAZ+TNLccNPx9uNROTHmQ2Sr ioBMRn8HfnCg== X-IronPort-AV: E=Sophos;i="5.72,300,1580774400"; d="scan'208";a="22649787" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2c-1968f9fa.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-4101.iad4.amazon.com with ESMTP; 24 Mar 2020 10:50:45 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2c-1968f9fa.us-west-2.amazon.com (Postfix) with ESMTPS id 8FCEAA1984; Tue, 24 Mar 2020 10:50:43 +0000 (UTC) Received: from EX13D19EUB003.ant.amazon.com (10.43.166.69) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1236.3; Tue, 24 Mar 2020 10:50:43 +0000 Received: from u8a88181e7b2355.ant.amazon.com (10.43.162.241) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 24 Mar 2020 10:50:33 +0000 From: Hanna Hawa To: , , , , , , , , , , CC: , , , , , , , , Subject: [PATCH v5 2/6] arm64: dts: amazon: rename al folder to be amazon Date: Tue, 24 Mar 2020 12:49:14 +0200 Message-ID: <20200324104918.29578-3-hhhawa@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200324104918.29578-1-hhhawa@amazon.com> References: <20200324104918.29578-1-hhhawa@amazon.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.162.241] X-ClientProxiedBy: EX13D36UWA001.ant.amazon.com (10.43.160.71) To EX13D19EUB003.ant.amazon.com (10.43.166.69) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org As preparation to add device tree binding for Amazon's Annapurna Labs Alpine v3 support. Rename al device tree folder to be amazon. Signed-off-by: Hanna Hawa --- MAINTAINERS | 2 +- arch/arm64/boot/dts/Makefile | 2 +- arch/arm64/boot/dts/{al => amazon}/Makefile | 0 arch/arm64/boot/dts/{al => amazon}/alpine-v2-evp.dts | 0 arch/arm64/boot/dts/{al => amazon}/alpine-v2.dtsi | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename arch/arm64/boot/dts/{al => amazon}/Makefile (100%) rename arch/arm64/boot/dts/{al => amazon}/alpine-v2-evp.dts (100%) rename arch/arm64/boot/dts/{al => amazon}/alpine-v2.dtsi (100%) diff --git a/MAINTAINERS b/MAINTAINERS index a0d86490c2c6..2ddb1b9d3a8f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1553,7 +1553,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-alpine/ F: arch/arm/boot/dts/alpine* -F: arch/arm64/boot/dts/al/ +F: arch/arm64/boot/dts/amazon/* F: drivers/*/*alpine* ARM/ARTPEC MACHINE SUPPORT diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index f19b762c008d..6f3e1556ce42 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 subdir-y += actions -subdir-y += al subdir-y += allwinner subdir-y += altera +subdir-y += amazon subdir-y += amd subdir-y += amlogic subdir-y += apm diff --git a/arch/arm64/boot/dts/al/Makefile b/arch/arm64/boot/dts/amazon/Makefile similarity index 100% rename from arch/arm64/boot/dts/al/Makefile rename to arch/arm64/boot/dts/amazon/Makefile diff --git a/arch/arm64/boot/dts/al/alpine-v2-evp.dts b/arch/arm64/boot/dts/amazon/alpine-v2-evp.dts similarity index 100% rename from arch/arm64/boot/dts/al/alpine-v2-evp.dts rename to arch/arm64/boot/dts/amazon/alpine-v2-evp.dts diff --git a/arch/arm64/boot/dts/al/alpine-v2.dtsi b/arch/arm64/boot/dts/amazon/alpine-v2.dtsi similarity index 100% rename from arch/arm64/boot/dts/al/alpine-v2.dtsi rename to arch/arm64/boot/dts/amazon/alpine-v2.dtsi -- 2.17.1