From patchwork Thu Feb 10 12:57:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 12741912 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 51EA6C433F5 for ; Thu, 10 Feb 2022 12:58:28 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=onWjdq5ARKSj4PaSSVyfUDpNc8CHW+LtlWSzYBSoCuY=; b=tim/s8eozCAz+6 6xM9rX73I4ogaEoOOOIfdS93POrRNvj+gP7TxkVuKQ9bpQs0TQKDR3lkPaEtW8AXZVEjGMQ6CpZOk XmRPTxpRSP1/8iz2ZJlHTbSp818qrrpJIfQ59Jb89gzj6PMPy0uJfJrdnSfv37MF0uZjZRzp/llkH yoXYwzuQLzcOptpA/W1SrE/oVn3gf37sK1pstbXlCt31TghbM6rKZzh9C/O6UZz/Qzb2pS+FdPwL5 UWnq89lr58mKNoe1a/pi5BUiRc0E1LCu2qc8byAbxACAw504TpjDhlL8jzhnn1CG0OU2ngv3cuoa8 NUxoJncSxylHcq384+kg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nI90j-003op9-DT; Thu, 10 Feb 2022 12:57:21 +0000 Received: from ssl.serverraum.org ([2a01:4f8:151:8464::1:2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nI90e-003ooD-NX for linux-arm-kernel@lists.infradead.org; Thu, 10 Feb 2022 12:57:18 +0000 Received: from mwalle01.kontron.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 401852223A; Thu, 10 Feb 2022 13:57:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1644497834; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=CrzK4PGpcNHgTpL3p110IRd0uMzxauCazGL19v9OP+M=; b=krl0F7ztyY3olTsgaLNVbVdQ5YmC0qf5hqeFCg6y3f7bFhOrqmNUru4ufq8UE+6ag4+eeH TnikmLYkN3dCJCEoLuxoRQKydo34RKkvHLd64z30yfrmd1qYvXfIRq7BCK3jjqzXoLhfgO gtCP+4ebGXFqwXFZnqSAXLLCWLN/GKs= From: Michael Walle To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: arm: at91: add Kontron's new KSwitches Date: Thu, 10 Feb 2022 13:57:05 +0100 Message-Id: <20220210125705.481612-1-michael@walle.cc> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220210_045716_948090_461A0666 X-CRM114-Status: UNSURE ( 8.22 ) 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: , Cc: Alexandre Belloni , Krzysztof Kozlowski , Michael Walle , Ludovic Desroches , Rob Herring Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The Kontron KSwitch D10 MMT series ethernet switches features a LAN9668 SoC with either 8 copper ports or 6 copper port and two SFP cages. Signed-off-by: Michael Walle --- .../devicetree/bindings/arm/atmel-at91.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index c612e1f48dba..e019e79f9551 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -174,6 +174,20 @@ properties: - const: microchip,lan9668 - const: microchip,lan966 + - description: Kontron KSwitch D10 MMT 8G industrial ethernet switch + items: + - const: kontron,kswitch-d10-mmt-8g + - const: kontron,s1921 + - const: microchip,lan9668 + - const: microchip,lan966 + + - description: Kontron KSwitch D10 MMT 6G-2GS industrial ethernet switch + items: + - const: kontron,kswitch-d10-mmt-6g-2gs + - const: kontron,s1921 + - const: microchip,lan9668 + - const: microchip,lan966 + - items: - enum: - atmel,sams70j19