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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 EECE7C433F5 for ; Tue, 7 Sep 2021 10:27:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D477F610C8 for ; Tue, 7 Sep 2021 10:27:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245570AbhIGK2w (ORCPT ); Tue, 7 Sep 2021 06:28:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233661AbhIGK2v (ORCPT ); Tue, 7 Sep 2021 06:28:51 -0400 Received: from yawp.biot.com (yawp.biot.com [IPv6:2a01:4f8:10a:8e::fce2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A4C1C061575 for ; Tue, 7 Sep 2021 03:27:45 -0700 (PDT) Received: from debian-spamd by yawp.biot.com with sa-checked (Exim 4.93) (envelope-from ) id 1mNYKN-00CH0w-Lf for linux-kernel@vger.kernel.org; Tue, 07 Sep 2021 12:27:43 +0200 Received: from [2a02:578:460c:1:ae1f:6bff:fed1:9ca8] (helo=sumner.biot.com) by yawp.biot.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mNYKG-00CGxY-2f; Tue, 07 Sep 2021 12:27:36 +0200 Received: from bert by sumner.biot.com with local (Exim 4.93) (envelope-from ) id 1mNYKF-000CPF-K9; Tue, 07 Sep 2021 12:27:35 +0200 From: Bert Vermeulen To: Rob Herring , Bert Vermeulen , John Crispin , Felix Fietkau , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 2/5] dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB Date: Tue, 7 Sep 2021 12:27:19 +0200 Message-Id: <20210907102722.47543-3-bert@biot.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210907102722.47543-1-bert@biot.com> References: <20210907102722.47543-1-bert@biot.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: John Crispin Add devicetree binding for Airoha EN7523 SoC and evaluation board. Signed-off-by: John Crispin Signed-off-by: Bert Vermeulen --- .../devicetree/bindings/arm/airoha.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/airoha.yaml diff --git a/Documentation/devicetree/bindings/arm/airoha.yaml b/Documentation/devicetree/bindings/arm/airoha.yaml new file mode 100644 index 000000000000..f2661ba81109 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/airoha.yaml @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/airoha.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Airoha SoC based Platforms Device Tree Bindings + +maintainers: + - Felix Fietkau + - John Crispin +description: | + Boards with an Airoha SoC shall have the following properties. + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - items: + - enum: + - airoha,en7523-evb + - const: airoha,en7523 + +additionalProperties: true + +... -- 2.25.1 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=-17.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 9E2DBC433EF for ; Tue, 7 Sep 2021 10:30:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 7134A610F8 for ; Tue, 7 Sep 2021 10:30:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7134A610F8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=biot.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6tE69BWYf04oqMygqMSrbZ/g418lFKtkNe7LzBUi9HA=; b=2EXvxUvuuexkRz +OATpbhkt4r90RXuEB9bsfxx1StbEl5iAcniQ4dSNxgSmUkddkdfhrNj5zCTcu5oR85xs1hxDAaxX pLCjJrflUAwiI8t8Lr3Awkch5XHi69DiyCiogkBmPq3qKoEuGugkzBiuVnSc6wQDuZWg0Ff+29N6r 1m7gDWRwIWY11kewM9uqy+gpxistZzEwNlqJOnhAYeJys+9RFrSbybaZ8tL77sP0rV7YeaefYuO9N 4BQdErR5jp+DkJbN5n0Xm8xLj7YJIPXCkajaUsbf9zKARh15R4uhBWofHGWBstRMS8Bu2EGDpmgGQ rWx8NcYJkvfcjXmKVksw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNYL2-003ND9-Nh; Tue, 07 Sep 2021 10:28:24 +0000 Received: from yawp.biot.com ([2a01:4f8:10a:8e::fce2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNYKR-003N2Q-OM for linux-arm-kernel@lists.infradead.org; Tue, 07 Sep 2021 10:27:49 +0000 Received: from debian-spamd by yawp.biot.com with sa-checked (Exim 4.93) (envelope-from ) id 1mNYKP-00CH1s-UZ for linux-arm-kernel@lists.infradead.org; Tue, 07 Sep 2021 12:27:46 +0200 Received: from [2a02:578:460c:1:ae1f:6bff:fed1:9ca8] (helo=sumner.biot.com) by yawp.biot.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mNYKG-00CGxY-2f; Tue, 07 Sep 2021 12:27:36 +0200 Received: from bert by sumner.biot.com with local (Exim 4.93) (envelope-from ) id 1mNYKF-000CPF-K9; Tue, 07 Sep 2021 12:27:35 +0200 From: Bert Vermeulen To: Rob Herring , Bert Vermeulen , John Crispin , Felix Fietkau , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 2/5] dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB Date: Tue, 7 Sep 2021 12:27:19 +0200 Message-Id: <20210907102722.47543-3-bert@biot.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210907102722.47543-1-bert@biot.com> References: <20210907102722.47543-1-bert@biot.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210907_032747_869777_BD557E1C X-CRM114-Status: GOOD ( 11.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: John Crispin Add devicetree binding for Airoha EN7523 SoC and evaluation board. Signed-off-by: John Crispin Signed-off-by: Bert Vermeulen --- .../devicetree/bindings/arm/airoha.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/airoha.yaml diff --git a/Documentation/devicetree/bindings/arm/airoha.yaml b/Documentation/devicetree/bindings/arm/airoha.yaml new file mode 100644 index 000000000000..f2661ba81109 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/airoha.yaml @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/airoha.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Airoha SoC based Platforms Device Tree Bindings + +maintainers: + - Felix Fietkau + - John Crispin +description: | + Boards with an Airoha SoC shall have the following properties. + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - items: + - enum: + - airoha,en7523-evb + - const: airoha,en7523 + +additionalProperties: true + +... -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel