From patchwork Tue Feb 25 11:29:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanna Hawa X-Patchwork-Id: 1244012 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=amazon.com header.i=@amazon.com header.a=rsa-sha256 header.s=amazon201209 header.b=SFr5FcVL; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48RcDq2xd4z9sPk for ; Tue, 25 Feb 2020 22:30:35 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729296AbgBYLae (ORCPT ); Tue, 25 Feb 2020 06:30:34 -0500 Received: from smtp-fw-33001.amazon.com ([207.171.190.10]:11683 "EHLO smtp-fw-33001.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729984AbgBYLae (ORCPT ); Tue, 25 Feb 2020 06:30:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1582630234; x=1614166234; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=SL6BZmD4jmjWbjXl8N+TY5rCn4h74dxErtWXusGgkjc=; b=SFr5FcVLuYPvxHR6NGeecLHzqNlU9LjIRSKdsFvGnM0ZFY75/PKs93Hs QRdKMqA7qtRayOF7yAF/MQbFCPvqJ/6LlkhdpvQLzfy0/w+B1wKEf2jd1 56rSPinW1UTJSvu8N+tYyycvoZl4cU7fmbzBhiqq1LAf19ysh8xr5BaYU c=; IronPort-SDR: +uXldnfRzV9/NuIJkbFk3QIO1oCSf1ZHrY5CPSwWnC91IiXmaX9TEPIJFCfkiYD8+4ptqL0k34 OwsB3hN5Syfw== X-IronPort-AV: E=Sophos;i="5.70,483,1574121600"; d="scan'208";a="28702654" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-1d-f273de60.us-east-1.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-33001.sea14.amazon.com with ESMTP; 25 Feb 2020 11:30:32 +0000 Received: from EX13MTAUEA002.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1d-f273de60.us-east-1.amazon.com (Postfix) with ESMTPS id B6C43A29F5; Tue, 25 Feb 2020 11:30:30 +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, 25 Feb 2020 11:30:30 +0000 Received: from u8a88181e7b2355.ant.amazon.com (10.43.162.50) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 25 Feb 2020 11:30:20 +0000 From: Hanna Hawa To: , , , , , , , , , CC: , , , , , , , , , Subject: [PATCH v4 4/6] dt-bindings: arm: amazon: add missing alpine-v2 DT binding Date: Tue, 25 Feb 2020 13:29:24 +0200 Message-ID: <20200225112926.16518-5-hhhawa@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200225112926.16518-1-hhhawa@amazon.com> References: <20200225112926.16518-1-hhhawa@amazon.com> MIME-Version: 1.0 X-Originating-IP: [10.43.162.50] X-ClientProxiedBy: EX13D02UWB002.ant.amazon.com (10.43.161.160) 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 Amazon Annapurna Labs Alpine family includes: Alpine-v1, Alpine-v2. This patch adds the missing DT binding of Alpine-v2 in amazon,al.yaml. Signed-off-by: Hanna Hawa Reviewed-by: Rob Herring --- .../devicetree/bindings/arm/amazon,al.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/amazon,al.yaml b/Documentation/devicetree/bindings/arm/amazon,al.yaml index 19ee489396f9..7de3a8c6e740 100644 --- a/Documentation/devicetree/bindings/arm/amazon,al.yaml +++ b/Documentation/devicetree/bindings/arm/amazon,al.yaml @@ -13,10 +13,15 @@ maintainers: properties: compatible: - items: - - const: al,alpine - model: - items: - - const: "Annapurna Labs Alpine Dev Board" + oneOf: + - description: Boards with Alpine V1 SoC + items: + - const: al,alpine + + - description: Boards with Alpine V2 SoC + items: + - enum: + - al,alpine-v2-evp + - const: al,alpine-v2 ...