From patchwork Sun Oct 30 18:31:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander Vanheule X-Patchwork-Id: 1696850 X-Patchwork-Delegate: sander@svanheule.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=xzAjJcud; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=svanheule.net header.i=@svanheule.net header.a=rsa-sha256 header.s=mail1707 header.b=ueaDBglW; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4N0lR06fDxz23kv for ; Mon, 31 Oct 2022 05:38:20 +1100 (AEDT) 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=sbIc+WiwLGvyLLC5LigNPppu1eiwi2lHipV2GksfMEo=; b=xzAjJcudAA459+ qfdjd1rV02BjC07f/I/IhQW4Gfhofj5DIfOUzVmZCYqLb84gMKfM3aXuDaQKdORRvj9IHWe4dz3J/ 1Oak93Y5vFQJ7B33OeDbI2E8rQh5MvciSIA+x4uIpIla/Ny0lSZgLo+8BzZfpaC8hrDniX3EHz/eD cBDua6Lgbsl5lP6ZsHj7PET75GlVwwcNEvHGYkj3t4ZaM97TTegfpDQ9UvCid7+ZEb4iUYKzvyBhB nvR6AgoQ7vM618DB4MxZlJqr8nLVwsCUs3FNLYKQzgdZIDgdTaI7OlOcCCYp90Je+sptSPpniA5zJ sw2JQ2zPD5JMH9RpWGkg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1opD9z-001p6g-Rg; Sun, 30 Oct 2022 18:35:53 +0000 Received: from polaris.svanheule.net ([84.16.241.116]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1opD5m-001n95-6O for openwrt-devel@lists.openwrt.org; Sun, 30 Oct 2022 18:31:31 +0000 Received: from terra.. (unknown [IPv6:2a02:a03f:eaf9:8401:aa9f:5d01:1b2a:e3cd]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sander@svanheule.net) by polaris.svanheule.net (Postfix) with ESMTPSA id C021C33BF29; Sun, 30 Oct 2022 19:31:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svanheule.net; s=mail1707; t=1667154679; 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: in-reply-to:in-reply-to:references:references; bh=cz8yu0p2IsXF703E3xjZqN4ODpo4Ac8oNVKuZKcCQpM=; b=ueaDBglWDrrBsZ2Tlu7t9BCBKj+/x8YNc1v9zUtB4cyYXAlG6YJzd55ktmUDbIkomqgs1H 0syO5SzMnNS2Dvk2Bx1aclhyssBJdyoRQgl0ewR9zf6HLCuet6Cfyh3UQ2Pxl5nrox2+dH sQbtsEuPHGv79vKa78G+VWhpSNcJ7aD5Y6gA1Udeg+m6mR2Li2XikkDKbREuJ7qLCCBo38 WYenrWOwoC7lW8+F+qA98wYdv3ppkvtjNJLm8DroRBvu03ljVmZy688FFS5wXPBgtezSED ZhMIBusDzxWl+Idzqak775lVVjFEZPWKKREfOe39rNcraZuwhfXJEWSyUlbF5g== From: Sander Vanheule To: openwrt-devel@lists.openwrt.org, Olliver Schinagl , Alexandru Gagniuc Cc: INAGAKI Hiroshi , Markus Stockhausen , Stijn Segers , Sander Vanheule Subject: [PATCH v3 10/13] realtek: rtl839x: replace pinctrl nodes Date: Sun, 30 Oct 2022 19:31:03 +0100 Message-Id: X-Mailer: git-send-email 2.38.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221030_113130_448590_AEE20525 X-CRM114-Status: UNSURE ( 7.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.2 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Replace the current "pinctrl-single" nodes by the new "realtek,cypress-pinctrl" node. This allows users to specify pin groups and features without having to dig into SoC documentation. Signed-off-by: Sander Vanheule --- target/linux/realtek/dts-5.10/rtl839x.dtsi | 52 +++++++++ 1 file changed, 21 insertions(+), 31 deletions(-) Content analysis details: (-0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org Replace the current "pinctrl-single" nodes by the new "realtek,cypress-pinctrl" node. This allows users to specify pin groups and features without having to dig into SoC documentation. Signed-off-by: Sander Vanheule --- target/linux/realtek/dts-5.10/rtl839x.dtsi | 52 +++++++++------------- 1 file changed, 21 insertions(+), 31 deletions(-) diff --git a/target/linux/realtek/dts-5.10/rtl839x.dtsi b/target/linux/realtek/dts-5.10/rtl839x.dtsi index 91d6e17a9ea1..98c4b2010c5f 100644 --- a/target/linux/realtek/dts-5.10/rtl839x.dtsi +++ b/target/linux/realtek/dts-5.10/rtl839x.dtsi @@ -252,37 +252,27 @@ }; - pinmux@1b000004 { - compatible = "pinctrl-single"; - reg = <0x1b000004 0x4>; - - pinctrl-single,bit-per-mux; - pinctrl-single,register-width = <32>; - pinctrl-single,function-mask = <0x1>; - #pinctrl-cells = <2>; - - enable_uart1: pinmux_enable_uart1 { - pinctrl-single,bits = <0x0 0x1 0x3>; - }; - - disable_jtag: pinmux_disable_jtag { - pinctrl-single,bits = <0x0 0x2 0x3>; - }; - }; - - /* LED_GLB_CTRL */ - pinmux@1b0000e4 { - compatible = "pinctrl-single"; - reg = <0x1b0000e4 0x4>; - - pinctrl-single,bit-per-mux; - pinctrl-single,register-width = <32>; - pinctrl-single,function-mask = <0x1>; - #pinctrl-cells = <2>; - - /* enable GPIO 0 */ - pinmux_disable_sys_led: disable_sys_led { - pinctrl-single,bits = <0x0 0x0 0x4000>; + switchcore: switchcore-bus@1b000000 { + compatible = "realtek,cypress-switchcore", "syscon"; + reg = <0x1b000000 0x10000>; + + pinctrl: pinctrl { + compatible = "realtek,cypress-pinctrl"; + + enable_uart1: pinmux-jtag-uart1 { + groups = "jtag"; + function = "uart1"; + }; + + disable_jtag: pinmux-jtag-gpio { + groups = "jtag"; + function = "gpio"; + }; + + pinmux_disable_sys_led: pinmux-sysled-gpio { + groups = "sys-led"; + function = "gpio"; + }; }; };