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 2F6FFC43603 for ; Mon, 9 Dec 2019 16:14:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F131A20692 for ; Mon, 9 Dec 2019 16:14:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="RhI84Xox" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726607AbfLIQOy (ORCPT ); Mon, 9 Dec 2019 11:14:54 -0500 Received: from smtp-fw-9101.amazon.com ([207.171.184.25]:36228 "EHLO smtp-fw-9101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726562AbfLIQOy (ORCPT ); Mon, 9 Dec 2019 11:14:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1575908094; x=1607444094; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=uMnXp1yWyVH+CrMePDPxPXe2A8X/nSidUOR1QEpk4uE=; b=RhI84XoxHS3THvrBjmy4+qB7YeTSd/Bctkyna41y3XunC6vnolPS/zAc +DDpAdVH6FMJRiP3WoVSBx8GFIANWykjxrgNRkjsV6lylv12DJGzXBGXP 62EzXiWR55PIClbcAwtQeF+8QMCgz7ZPcBVKsM4vvWdOzKgw3MDCg8sNk Y=; IronPort-SDR: NMkVla5HmGiJCfdtqEKZ3T4//u+UPqwcKqxaHs+9j/cn+8h/TRWFdnZH5SD7ehVrsIdDrDQdwR 8nXdcEjZMmVA== X-IronPort-AV: E=Sophos;i="5.69,296,1571702400"; d="scan'208";a="4054888" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-1e-c7c08562.us-east-1.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9101.sea19.amazon.com with ESMTP; 09 Dec 2019 16:14:44 +0000 Received: from EX13MTAUEA001.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1e-c7c08562.us-east-1.amazon.com (Postfix) with ESMTPS id 50A5C2450DE; Mon, 9 Dec 2019 16:14:39 +0000 (UTC) Received: from EX13D19EUB003.ant.amazon.com (10.43.166.69) by EX13MTAUEA001.ant.amazon.com (10.43.61.243) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 9 Dec 2019 16:14:38 +0000 Received: from ua9e4f3715fbc5f.ant.amazon.com (10.43.162.249) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 9 Dec 2019 16:14:27 +0000 From: Hanna Hawa To: , , , , , , , , , , , , , CC: , , , , , , , , , Subject: [PATCH v2 3/6] dt-bindings: arm: amazon: update maintainers of amazon,al DT bindings Date: Mon, 9 Dec 2019 16:13:38 +0000 Message-ID: <20191209161341.29607-4-hhhawa@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191209161341.29607-1-hhhawa@amazon.com> References: <20191209161341.29607-1-hhhawa@amazon.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.162.249] X-ClientProxiedBy: EX13D14UWB003.ant.amazon.com (10.43.161.162) 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 Update maintainers of amazon,al DT bindings. Signed-off-by: Hanna Hawa --- Documentation/devicetree/bindings/arm/amazon,al.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/amazon,al.yaml b/Documentation/devicetree/bindings/arm/amazon,al.yaml index 58eb4ad55a76..19ee489396f9 100644 --- a/Documentation/devicetree/bindings/arm/amazon,al.yaml +++ b/Documentation/devicetree/bindings/arm/amazon,al.yaml @@ -7,8 +7,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Amazon's Annapurna Labs Alpine Platform Device Tree Bindings maintainers: - - Tsahee Zidenberg - - Antoine Tenart + - Hanna Hawa + - Talel Shenhar , + - Ronen Krupnik properties: compatible: -- 2.17.1