From patchwork Fri Jul 24 13:26:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hawa, Hanna" X-Patchwork-Id: 11683261 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 33EAA1392 for ; Fri, 24 Jul 2020 13:28:29 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 2DA2D206D7; Fri, 24 Jul 2020 13:28:29 +0000 (UTC) Delivered-To: soc@kernel.org Received: from smtp-fw-6002.amazon.com (smtp-fw-6002.amazon.com [52.95.49.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8124F2065F; Fri, 24 Jul 2020 13:28:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="bd/kVToF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8124F2065F Authentication-Results: mail.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=prvs=467992d33=hhhawa@amazon.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1595597309; x=1627133309; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=SuzXpx5L0/VcCKBcXXekJpBXKEIzagXsxj/sXeTHMTM=; b=bd/kVToFFz79H5dh8HjOH/RdUrSe3iDQpANa+nCZQtAYjfV+Li0fCfMX P4sebfSfagxnWNRjKWQxCZJbDSAFDFMnWRmr2g4GhNeEMUiNjnLj2dkrr Lhvj0reE/s1vEtLvdsWshSStQ9gGS2I1Ku31XCu3ddQfexKRsMnv310wn k=; IronPort-SDR: WCmSG4hM3zrfvBXciirxMKnP/wlSRXjdk+q4gLtniDOXgH9P1+MKWTsmnSCFUVi+qvFpKI/4j7 6WUV7wTwd7rg== X-IronPort-AV: E=Sophos;i="5.75,390,1589241600"; d="scan'208";a="43769474" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2b-a7fdc47a.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-6002.iad6.amazon.com with ESMTP; 24 Jul 2020 13:28:20 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2b-a7fdc47a.us-west-2.amazon.com (Postfix) with ESMTPS id 492D9C08B7; Fri, 24 Jul 2020 13:28:19 +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:28:18 +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:28:10 +0000 From: Hanna Hawa To: , , , , , List-Id: CC: , , , , , , , , , , , , Subject: [PATCH v6 5/6] dt-bindings: arm: amazon: add Amazon Annapurna Labs Alpine V3 Date: Fri, 24 Jul 2020 16:26:53 +0300 Message-ID: <20200724132654.16549-6-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 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) This patch adds DT bindings info for Amazon Annapurna Labs Alpine V3. Signed-off-by: Hanna Hawa Reviewed-by: Rob Herring Acked-by: Antoine Tenart --- Documentation/devicetree/bindings/arm/amazon,al.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/amazon,al.yaml b/Documentation/devicetree/bindings/arm/amazon,al.yaml index 7de3a8c6e740..a3a4d710bd02 100644 --- a/Documentation/devicetree/bindings/arm/amazon,al.yaml +++ b/Documentation/devicetree/bindings/arm/amazon,al.yaml @@ -24,4 +24,10 @@ properties: - al,alpine-v2-evp - const: al,alpine-v2 + - description: Boards with Alpine V3 SoC + items: + - enum: + - amazon,al-alpine-v3-evp + - const: amazon,al-alpine-v3 + ...