From patchwork Thu Mar 7 00:11:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Bianconi X-Patchwork-Id: 13584923 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 46E44C5475B for ; Thu, 7 Mar 2024 00:11:54 +0000 (UTC) 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=TohGBMVe+HHG2QclkCqqEh8o5d1sdpqYwtn+pmfY8oQ=; b=Yk+FYgDHTOmknr mhfeEZDtZwIu49UFDqXpHZACj45zbHCXd3bZu80N9+xHvnMThzU+Cb6N7MBb8316UOqlg7pNI+jxE xa1Bup1fn2jfoC3mldD2yKKHjGXJc6UjaCUhKafuGU23UdVuHlItNBwE/NCNqP1+LUC+Oxw/QyYbm 0lCaF4se9PcxHgdBlqxgWdg2kIgbhX3A4tpjLTwKjbKS4ZL4S0r1Qa06/gjMgbYPdcYaZ5niarvhu LlvY/Vj53CWxBQ69GcMkEq0Zwnbb9CwcIP23X/putkp0S2tCD3QpAUqHVWdhrj4q9knuNrG/lFmxS xOIciRE7hIT/jLstTJOw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ri1MH-00000002MG6-0KCs; Thu, 07 Mar 2024 00:11:37 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1ri1MD-00000002MF3-2olG for linux-arm-kernel@lists.infradead.org; Thu, 07 Mar 2024 00:11:35 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 04CA5CE23AE; Thu, 7 Mar 2024 00:11:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E10DDC43390; Thu, 7 Mar 2024 00:11:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709770291; bh=i5Iy82Vx71pxX2IFrQ3UutzjBxuNP99cZz6xqyd/3UQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nDQh2OD6Ya3fZkb7UZIzZIVW1ce9uIjIUY3rIG9XbyffUFdUXk81xrlMf8cyS08lz gEAwUFlbSokvmVzUrXxBT+GKV7d7A07IGqyEwREV8yu46XXlUsBseU8/fGLJXmVZHE qrKfxzUCObeVyMM6MyhddV/e7KsFjRv8yS0a0vzvEik4phscae46rKtyh7CfvQVlzj cn3h9uj1McbaBrvAxhty9F2Sx83o9P9sTfj558wKZ31ioXzcnGuI6efsrtD0kCZR6D IxtBo4CB+0gg1S50ECp9gM3em0cni5XFVg7xiLlvdMEm6flyeJpq6A1ihZRTuMY3gR 8Y5iFJpoiKH6Q== From: Lorenzo Bianconi To: linux-arm-kernel@lists.infradead.org Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, nbd@nbd.name, john@phrozen.org, devicetree@vger.kernel.org, dd@embedd.com, catalin.marinas@arm.com, will@kernel.org, upstream@airoha.com, lorenzo.bianconi83@gmail.com, angelogioacchino.delregno@collabora.com Subject: [PATCH v3 1/4] dt-bindings: arm64: dts: airoha: Add en7581 entry Date: Thu, 7 Mar 2024 01:11:10 +0100 Message-ID: X-Mailer: git-send-email 2.44.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240306_161133_901099_3C278235 X-CRM114-Status: UNSURE ( 8.23 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Introduce Airoha EN7581 entry in Airoha dts binding. Acked-by: Krzysztof Kozlowski Signed-off-by: Lorenzo Bianconi Reviewed-by: AngeloGioacchino Del Regno --- Documentation/devicetree/bindings/arm/airoha.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/airoha.yaml b/Documentation/devicetree/bindings/arm/airoha.yaml index 3292c669ee11..7c38c08dbf3f 100644 --- a/Documentation/devicetree/bindings/arm/airoha.yaml +++ b/Documentation/devicetree/bindings/arm/airoha.yaml @@ -22,6 +22,10 @@ properties: - enum: - airoha,en7523-evb - const: airoha,en7523 + - items: + - enum: + - airoha,en7581-evb + - const: airoha,en7581 additionalProperties: true