From patchwork Mon Dec 16 11:30:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909674 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 70895E77180 for ; Mon, 16 Dec 2024 12:39:55 +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=4wj//7c6l/2dmlJ+SmIm56Pjsd436GkmXVNSyEtlJgg=; b=bm2dYwLMN6UnBU xdv1CX5JqJhm/f1BJB+/jqbC19F4KAv0TfBTn7vgYl1tbjJLe3/EhKJz5mDlTkKwbVUNLFHkKAihB qMhgkuFNH/AHt4SbLG22selYNr8bdtZRogN41krZb0BBBwPACgU9F0SpkcGK2tolj3qLTKiQWC040 cmQmSZR+UPSrCbsH4WjqzfCgQ/Jck4h3yWsbBc0oNt70gWHiS9nXpy31NDpfWJBc/NZPw6rh7pn9z g+bIbNUNY5TP7yb8Rb0H0Of52+gDOlzQSEfYhJuHe7M/xPEV/tBSo/2rAsyzsyggKahxU5YwG3ggs i1Wh161oCsvSZsrCWSng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO6-00000009zJR-1ziX; Mon, 16 Dec 2024 12:39:50 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jj-00000009pn4-42ip for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:18 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOM028690; Mon, 16 Dec 2024 20:31:00 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 01/12] arm64: dts: rockchip: Change function name for blue LED for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:41 +0000 Message-ID: <20241216113052.15696-2-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_214547_A577BCFF X-CRM114-Status: UNSURE ( 9.03 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Since Radxa ROCK 5C is updated version of Radxa ROCK 5A, everything should be compatible as much as possible. Change function for blue LED from HEARTBEAT to STATUS. Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5 - Reword commit message Changes in v4 - new --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 9b14d5383cdc..23e9b447b6f0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -62,7 +62,7 @@ led-0 { led-1 { color = ; default-state = "on"; - function = LED_FUNCTION_HEARTBEAT; + function = LED_FUNCTION_STATUS; gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; }; From patchwork Mon Dec 16 11:30:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909672 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 2A8B6E7717F for ; Mon, 16 Dec 2024 12:39:55 +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=z/fvPEcK2do3BhqsCjf00pXp5rpnkhKZthaKd+9nyS8=; b=KmKsbcZNIwyCAm gtHf3WvmJLYFAnnOBEaxg/IHxN0J5IWGd+FJW+8e6cEn1wCv+M7Nc9HWYAIu1oqFai93xgXJpMjAF pwQNMXP+IO57UoW8AnV7sWhdGzF2yo9+wHunbJRXW/DzR+Z2tlnkS+8z69LnpurSlMKN0/nuKQNBU BJRCsX0svwyVN5QHEUrpW3H8Ln5j8GA6SCJKTpUDhIzpipMmVGfN/UOt+m3ezRRa9Cbm3XnmvVsya IFmoBpwPCBc+HIPEoVoElIbAn1PBL6r1cs5KzWS6OhM0oKkSAajtmLO1GjCLngqaoRHBkbWaiWV0d oPDvObQM18ulddOZiE+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO5-00000009zIx-3OCG; Mon, 16 Dec 2024 12:39:49 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jj-00000009pn0-3g3R for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:18 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxON028690; Mon, 16 Dec 2024 20:31:00 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 02/12] arm64: dts: rockchip: Change node name for pwm-fan for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:42 +0000 Message-ID: <20241216113052.15696-3-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_134263_7FAC43F8 X-CRM114-Status: UNSURE ( 7.32 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Use more common name "pwm-fan" for pwm-fan node. No functinal change. Signed-off-by: FUKAUMI Naoki Reviewed-by: Dragan Simic Reported-by: FUKAUMI Naoki --- Changes in v5 - Reword commit message Changes in v4 - new --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 23e9b447b6f0..630f026d856c 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -68,7 +68,7 @@ led-1 { }; }; - fan { + pwm-fan { compatible = "pwm-fan"; #cooling-cells = <2>; cooling-levels = <0 64 128 192 255>; From patchwork Mon Dec 16 11:30:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909673 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 515D7E77183 for ; Mon, 16 Dec 2024 12:39:55 +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=N4dj9SzgSBVBZUv3oysmygmH6ImJaXGDg5995TLyGig=; b=GyYbG1uFv41oyh KKd06EERRVymvvrm0kQyqbXPtNOLS6d4VPZexX1wyKErShhJNRSM50Qfr/NpQNFLOXORanxJiTFME jEXKZFeT1UJEQnzuEG8pUNTOTS08K/NL8xvX6WkN01LMcCdwiD3EyXKk/VzQmJzrvzIooGS8cBxUy 69TWXMcFElI49anMJp0yiyeDNFj2cEBLOM3M1kbt8DKLfBqfMiO8zUzhNWbNGMOOvKprvwtovJ9PA fsn8YhvZYe7ZMcf4h13MLPGk5JJiRf7IpYzC/FoUNIoSL7Bl98+otW26ZjD0WoqRoFYGkSsy0vGeh x5qZy48ACHENRlTLUWFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO7-00000009zJr-0cAy; Mon, 16 Dec 2024 12:39:51 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jj-00000009pn6-4AiO for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:19 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOO028690; Mon, 16 Dec 2024 20:31:00 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 03/12] arm64: dts: rockchip: Use a longer PWM period for the fan on Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:43 +0000 Message-ID: <20241216113052.15696-4-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_245662_DB6C9818 X-CRM114-Status: UNSURE ( 8.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org The fan on Radxa ROCK 5C is driven via an AO3416 MOSFET, which has a total switch-on time of 0,6us and a total switch-off time of 6us [1], meaning that the current PWM period of just 10us is too short for fine-grained fan speed control. Increase the PWM period to 60us, so that the switch-on and switch-off time of the MOSFET fall within a more reasonable ~10% of the full period, thus making lower PWM duty cycles meaningful. [1] https://www.aosmd.com/pdfs/datasheet/AO3416.pdf Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki Reviewed-by: Dragan Simic --- Changes in v5: - Reword commit message (Alexey Charkov) Changes in v4: - none Changes in v3: - none Changes in v2: - reword commit message --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 630f026d856c..85589d1a6d3b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -73,7 +73,7 @@ pwm-fan { #cooling-cells = <2>; cooling-levels = <0 64 128 192 255>; fan-supply = <&vcc_5v0>; - pwms = <&pwm3 0 10000 0>; + pwms = <&pwm3 0 60000 0>; }; pcie2x1l2_3v3: regulator-pcie2x1l2-3v3 { From patchwork Mon Dec 16 11:30:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909567 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 8964BE77183 for ; Mon, 16 Dec 2024 11:31:45 +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=FqJWej3NIaWKvsb9uxtPxDaCKtx1tHqetnmGblYxPyM=; b=SZoIoc3hOQ6LJB NaY48JNGM8ZW3Q7ctN8IQoG61MARw2Di5LKyZakwu/oK0LvNdgrhgFblmtORK4LdF6f5a532cUBDW PgkppzrPk/oiqXM/VCs/i/jdgpjuadq9HZyWixWnyayaI5mrhssWkqVa4lWbcli/e7bjINQwRHSci gwlobGukgncHo6lR+Tb4tsRNYrq4x7iM3+Oqbkh5vsWEEhIPgobIednHqjKgXtgD6SluR8LEDlWIL tr8iLgZ/UtAq3WxMFyov2GPFId/MxWnIMKt3acz43fZxMlv5xRYyIH2zQ6qQQH2NKQLGr+bJA5tDD 9D7XfiDPyhmUP0RDRWzw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K8-00000009pvU-2U5i; Mon, 16 Dec 2024 11:31:40 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K6-00000009pv3-413C for linux-rockchip@bombadil.infradead.org; Mon, 16 Dec 2024 11:31:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=VpV3cCHFphy5mJu2RnigT5QtovdsqzUISMZzM9n3XTc=; b=lTtTKL7vTXxl6BpKEttGYLVryI 7YpakKyn0pWsdl4tzEDoF3Sl+bD9Ovm665/OztMYeCd6m10JwXGgvdS0siK/Z3l1uSmhRJBsf4ck9 kEZrk4rGKrqd4D0BKjGfD5iHAygcAZGMGu4/uJIDBIAxMXbxRZfCLYqbBiOnaOobUgJC8FA/F0Crp kpjgMD85XHc8jxGf226WUUcsYVX42hgMwqHiXbZO+A7Vj6bCdIeaB2HGJBsRHrl5IuTQxFK3/JhSi 0JhY1nK39AwbkE/NhLChQ4CsvLEP1uzptfdMjMdqzGtVK5eA0DDrpu6dKGEw+86YGg3byGGUNtw5U 8qEYP2Tg==; Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by casper.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K1-0000000FtG7-1v7l for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:37 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOP028690; Mon, 16 Dec 2024 20:31:00 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 04/12] arm64: dts: rockchip: Rename regulator for pcie2x1l2 for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:44 +0000 Message-ID: <20241216113052.15696-5-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_113134_171967_FE660508 X-CRM114-Status: UNSURE ( 6.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Use consistent name with other regulators. No functional change. Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - reword commit message Changes in v3: - none Changes in v2: - new --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 85589d1a6d3b..61d75ab503b2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -76,13 +76,13 @@ pwm-fan { pwms = <&pwm3 0 60000 0>; }; - pcie2x1l2_3v3: regulator-pcie2x1l2-3v3 { + vcc3v3_pcie2x1l2: regulator-vcc3v3_pcie2x1l2 { compatible = "regulator-fixed"; enable-active-high; gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&pow_en>; - regulator-name = "pcie2x1l2_3v3"; + regulator-name = "vcc3v3_pcie2x1l2"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; vin-supply = <&vcc_sysin>; @@ -421,7 +421,7 @@ &pcie2x1l2 { pinctrl-names = "default"; pinctrl-0 = <&pcie20x1_2_perstn_m0>; reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>; - vpcie3v3-supply = <&pcie2x1l2_3v3>; + vpcie3v3-supply = <&vcc3v3_pcie2x1l2>; status = "okay"; }; From patchwork Mon Dec 16 11:30:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909679 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 4F55FE7718A for ; Mon, 16 Dec 2024 12:39:56 +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=Fbaq32i+tQfC8X6koYxA+diHEIfH7HSf+Z9W3lMcLtU=; b=K4RE83RBCJOsTj Cf5Z41wYt5rvHylvScwDFI+sijzmUR6BsZmJG2WrW9+FXWDlZ3oWZ76IOuSzA+Q6YXzV+F7G9Fx1S wOtbTNGVaZNANwwAb0/a6TsA+UHNRAHfzl89D1OoE+6lhYSp3Fn5uFjHS+5Y4+1rUi6ImgZlzIgNd nRc8CCKQ+GAapsp4EH+oeN2C9zMQ6qG8SBLhdf4t+BtPW1Q82gZnmyx28TeDbyQaOWQo2z2zhomZX T5d4B8XtD3nNUTOvD4EnDhz8mIMF8p93NQ5q2TdAcNIAbT8teyC20IPeI9DuJDeqev3yBzsBAfNwJ CVeE/u4jRiBBzwNG1EqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO7-00000009zKY-24yy; Mon, 16 Dec 2024 12:39:51 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jk-00000009pn7-02yl for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:19 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOQ028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 05/12] arm64: dts: rockchip: Add properties for pcie2x1l2 for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:45 +0000 Message-ID: <20241216113052.15696-6-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_260918_FE8BCEA4 X-CRM114-Status: UNSURE ( 8.05 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org By schematic[1], pcie2x1l2 CLKREQ and WAKE pins are connected. Describe them in dts. [1] https://dl.radxa.com/rock5/5c/docs/hw/v1100/radxa_rock_5c_schematic_v1100.pdf Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - none Changes in v3: - none Changes in v2: - reword commit message --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 61d75ab503b2..01537b47f880 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -419,7 +419,9 @@ rgmii_phy1: ethernet-phy@1 { &pcie2x1l2 { pinctrl-names = "default"; - pinctrl-0 = <&pcie20x1_2_perstn_m0>; + pinctrl-0 = <&pcie20x1_2_perstn_m0>, + <&pcie20x1m0_clkreqn>, + <&pcie20x1m0_waken>; reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>; vpcie3v3-supply = <&vcc3v3_pcie2x1l2>; status = "okay"; From patchwork Mon Dec 16 11:30:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909676 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 4B2B0E77188 for ; Mon, 16 Dec 2024 12:39:56 +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=jAGQKtptp53glMrDpYQ1U8chXS3uISbGWrE5pdtnDvg=; b=VAvJRD4e3v/Vq9 Z60x5fr9LweZ+Fi0byLH1hLi41V5u/IA0UH4aklAw0+eHHPPL2EXURtkqhrTnT0lE/5aqTpvhsmFv hNJdSbNCMIS/EowQLMoU1xm3eJr+jpehoqvstapYJIlxjf/nCKA0EoYIG8d+CGhuzL6JyK2yW3Vhq Fujm4ymvGZxhGrjigpGIQ5gBbEFtA0YdhQyQzB49DFStO9M6o2vAnZn9t5/IXswGqR72qeUzHgWc3 lZ8Qgwq3qKFrNNQa9PGxbHAHO0ZPF2D2Nr+tr+HRnzKSsIu1xPIqD3f9AjMTsPFveI9Tq+17fKMHB e6ioXQWEgfez4zLvc6cw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO6-00000009zJ3-0blI; Mon, 16 Dec 2024 12:39:50 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jj-00000009pn1-3lsI for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:18 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOR028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 06/12] arm64: dts: rockchip: Remove RTC and related node for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:46 +0000 Message-ID: <20241216113052.15696-7-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_161902_33863763 X-CRM114-Status: UNSURE ( 6.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org RTC doesn't exist on actual board. Remove it. Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword Changes in v4: - none Changes in v3: - none Changes in v2: - new --- .../boot/dts/rockchip/rk3588s-rock-5c.dts | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 01537b47f880..1ba94396aab8 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -350,23 +350,6 @@ regulator-state-mem { }; }; -&i2c5 { - pinctrl-names = "default"; - pinctrl-0 = <&i2c5m2_xfer>; - status = "okay"; - - rtc@51 { - compatible = "haoyu,hym8563"; - reg = <0x51>; - #clock-cells = <0>; - clock-output-names = "rtcic_32kout"; - interrupt-parent = <&gpio0>; - interrupts = ; - pinctrl-names = "default"; - pinctrl-0 = <&rtc_int_l>; - }; -}; - &i2c7 { status = "okay"; @@ -451,12 +434,6 @@ pow_en: pow-en { }; }; - rtc { - rtc_int_l: rtc-int-l { - rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>; - }; - }; - usb { usb_host_pwren_h: usb-host-pwren-h { rockchip,pins = <4 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>; From patchwork Mon Dec 16 11:30:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909566 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 CF853E7717F for ; Mon, 16 Dec 2024 11:31:43 +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=AW7FtUd7E/j+wVkZQPVWHc2eESq6eaODYKyoXbZIBbE=; b=U+OAYi7dWIhvoS TDVXYwtu18ZEu8vUX6t3+3H4gKR2HFSAZLO2fjOI0XV9KV/BIFHQeoVyoEx2+/xlrZ20i/Npo/zZ+ WPiAH6UsfeddRLbYPXfAqSXJyDX9DUznOv0/8IgBFdncIZzlPonb43WK0fA4lmlnY4VX/o8fLgtTt TUXEaWbtAkNvvCrmgTamqUg//uH3gTeRG5lLWm90jidjOK3F3PYyTQNy/idvoVTqNh1p4LGF7Xcb9 f+vF3BEwCM8ksPAH/ranUO6c03Vlustqjyi34/tGFQ0Zs6TRJCMrfIIQowLRL4sUBe+Aqy1eHPGxB VL+pxpDQHp+C7EBWmkkA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K8-00000009pvi-3tAt; Mon, 16 Dec 2024 11:31:40 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K6-00000009pv2-414K for linux-rockchip@bombadil.infradead.org; Mon, 16 Dec 2024 11:31:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=0ZbxmUyOSe4TuhpkGWt6BwFyjbeNPu0NGoORWBhkD28=; b=GhfMzfmNegc5VHRqzSVA1fSC8R 54FY5SwtXGPKKN7F5D0KE8PuUV7elvIked+XocDeqVvPw37D3HBnwPltk2tJwzn02uNLp5mWB8pkO 0JhYSwjdp+qTZddJdoiCQjxNReF/rlH729RZZR07BPJ26R5Tj70up7VMfcNfvsJntiwF5NA1nQ/Ft K3uG+Rizas3rXT/Dig/ExuOodAtHAVn5+BEzD+lnsqjpCLyqorkPMi43pXPwgvJ7nmF7p1saQDqFM i8ggTtoqYd/reu2EvBuT/6fp7/l230iCpEQx9HPFkZkamNj9nl8ejIekUDRKWN0qpXXZdU9z0LDy8 zMGG1mfA==; Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by casper.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K1-0000000FtG5-1SxU for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:37 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOS028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 07/12] arm64: dts: rockchip: Separate pinctrl for vcc_5v0 for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:47 +0000 Message-ID: <20241216113052.15696-8-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_113134_062617_85041DC7 X-CRM114-Status: UNSURE ( 6.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org vcc_5v0 is used in many places, separate vcc_5v0_pwren_h from usb in pinctrl. No functional change. Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - none Changes in v3: - new --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 1ba94396aab8..b632093183b2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -446,7 +446,9 @@ usb_otg_pwren_h: usb-otg-pwren-h { usb_wifi_pwr: usb-wifi-pwr { rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>; }; + }; + vcc-5v0 { vcc_5v0_pwren_h: vcc-5v0-pwren-h { rockchip,pins = <4 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>; }; From patchwork Mon Dec 16 11:30:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909677 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 800BCE77186 for ; Mon, 16 Dec 2024 12:39:55 +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=mAYOXrEhESkxb8SovIrsGn8tw5CKYX7xEhMYLhtGv14=; b=MUj6/G2QMdDLUX AeibzERuO7egBxE5fp2PZDXW7EdpHbjj/EBJIc7m73Gx0olDZp+hoD/9ooIE/9SfVkSD/tEasELUt ttXSRT8S0Rr+yQRmuIBbqQMtKHaF2Ter8gcKdx2WrYH+MqOBX7GsafY9yCDR/HnAnrU7CiX8/+Xq9 vyVPnSuDPItc6DAQ83F6FRpTqyoQK5Jkp9iVIWXT/+e7icj9SB+omes+nyC5TZE0GwKlDKhdb5Tk6 w9Ea1LXCLKk90bTh2As8olx+ULYCt4Ct4LtQvlLB9Ckke9eFmFWhUVEY6TxTfhAN3KDLIQjcfCsvH AcsPT2dyo/d4+mPXxa+Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO5-00000009zIr-1y7V; Mon, 16 Dec 2024 12:39:49 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jj-00000009pn2-3XNp for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:17 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOT028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 08/12] arm64: dts: rockchip: Add cd-gpios for sdmmc for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:48 +0000 Message-ID: <20241216113052.15696-9-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_093475_2E1C9E09 X-CRM114-Status: UNSURE ( 6.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org By discussion about cd-gpios and sdmmmc_det pin function[1], it's better to add cd-gpios for now. [1] https://lore.kernel.org/linux-rockchip/4920950.GXAFRqVoOG@diego/T/#u Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - none Changes in v3: - none Changes in v2: - none --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index b632093183b2..1da082b18c0e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -480,6 +480,7 @@ &sdmmc { bus-width = <4>; cap-mmc-highspeed; cap-sd-highspeed; + cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>; disable-wp; no-sdio; no-mmc; From patchwork Mon Dec 16 11:30:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909678 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 2C210E77187 for ; Mon, 16 Dec 2024 12:39:56 +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=Hb0XV+e9/u4soKHthohCtiBK+GTUMDCFjsYVALQDvzQ=; b=pRGzcO6I3VeDYI 1WKp4DKlS2QYRHYHn5Gt/BDGwoVmX8eoDngGblXu8fIV7IEu/a3zbz6GWc+32XnGUzcOo0r4JZer1 0On28/rn30kIJADNPggpo2+4MyzF/Xh1krndKnSXDnz7ZZdRAfcaMcN+CPxJ0S3u6TzbLXaLXwWIL 7Ny3M/x0FBbNuX2BQM0Mu6ijs/A8J6CiRHCrNa6fcz2bODBHg2MNgQoWWXG/tpYIgrfRdXWe0VsAb Yhr+mIwU77zaCggQW8pBZtT389+EIOwNKNQZ8foonj0A0fPnGEvP5wtoYY8KKmpkKvKzuGhkr1sPc O7bBJq7of+oZRDL59vZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO6-00000009zJa-3O3W; Mon, 16 Dec 2024 12:39:50 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jj-00000009pn5-3h4B for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:18 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOU028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 09/12] arm64: dts: rockchip: Fix pmic dcdc-reg7 regulator-name for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:49 +0000 Message-ID: <20241216113052.15696-10-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_152951_E3B4ADE1 X-CRM114-Status: UNSURE ( 7.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Fix regulator-name to match with node label. No functinal change. Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - none Changes in v3: - new --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 1da082b18c0e..0f8048f6511b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -634,7 +634,7 @@ regulator-state-mem { }; vcc_2v0_pldo_s3: dcdc-reg7 { - regulator-name = "vdd_2v0_pldo_s3"; + regulator-name = "vcc_2v0_pldo_s3"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <2000000>; From patchwork Mon Dec 16 11:30:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909568 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 AFBF5E77180 for ; Mon, 16 Dec 2024 11:31:45 +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=FLskd4mpqHI8s40quagYE/7jBnPyu2kp5T6QZ7rARgA=; b=3Q5+fHaK7fNvQu yyE9TZ0QZtHhaACef6JrmGfwfsnC6hb2r9UM+qiCiFlKAcMTUvIhwm5XAB1jtslViNlRWkccadroD yfDPTDykWTx4izup7xiJv1C5eiNpzDdL/KyWDD+WCHtzyyaVJuLqvl9F0mIwaRxAocxoKc4PcwZyV YPIDQQflTJCb29Bvh7Yi0FtNVGT7GqyktJRWDKZxWGSWt2SIruyx6DQtFBmfeorUjtIfkzy8zaxaf PhgL/xILXskZ+GK53H6H/NyX7bHTG1MhZEUDQJNZCZtRVdXWy+wOUoUO82Erv0sUpc+Khqq49hknH p5zJ+UKuzvW06VhOPj7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tN9KA-00000009pxF-2mQD; Mon, 16 Dec 2024 11:31:42 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K8-00000009pvS-47J1 for linux-rockchip@bombadil.infradead.org; Mon, 16 Dec 2024 11:31:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=Jvdnyi6zXRbyHEnkw3SIlUNEN6dfJB3Lav4rNytV6Sw=; b=eKW2gPAvc79G37NfHnG4x2ANYd aYh2xQKAK37LdYsapBCo5pvXrxGveZfCDD2vNEIBGspSCg2WV+YiNgur1xThlb8dNQ+YF4Kaq/VlJ GO9JBrK7iONZzGbkQkIseXReFILzXFKubKmmUVsrKDfwoVZUK7cty03Wkv16u+RoNR+8ojfFyrBae /dKWqKExJEjaV2rLnrH2JZMXX9Kq2VVF6WHT7eAhfouBCyD6yFI2mZN2ISu0HJxnJrgUAQAhAzNVQ qcFsXcOS45z7gtflhfg/AvDC5WAXQ+mDjKAKcnGYT84iYicRsxYXy4pe1RWfXhGCmfhhsG3dML+Ne /pGnhKMg==; Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by casper.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9K1-0000000FtGU-1V6f for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:39 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOV028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 10/12] arm64: dts: rockchip: Fix pmic dcdc-reg10 label for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:50 +0000 Message-ID: <20241216113052.15696-11-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_113134_903140_6948FA89 X-CRM114-Status: UNSURE ( 8.53 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Fix pmic dcdc-reg10 label to match with schematic[1]. No functional change. [1] https://dl.radxa.com/rock5/5c/docs/hw/v1100/radxa_rock_5c_schematic_v1100.pdf Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - none Changes in v3: - none Changes in v2: - split from "arm64: dts: rockchip: fix pmic properties for Radxa ROCK 5C" --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 0f8048f6511b..fbe491e63852 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -670,8 +670,8 @@ regulator-state-mem { }; }; - vcc1v8_pmu_ddr_s3: dcdc-reg10 { - regulator-name = "vcc1v8_pmu_ddr_s3"; + vcc_1v8_s3: dcdc-reg10 { + regulator-name = "vcc_1v8_s3"; regulator-always-on; regulator-boot-on; regulator-min-microvolt = <1800000>; From patchwork Mon Dec 16 11:30:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909680 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 A1998E77189 for ; Mon, 16 Dec 2024 12:39:56 +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=v6l46nafT3HXubbvM8Ef0pnbwnZEBqyYEszIkDSj2Zc=; b=rnrW0DMErn8pn/ 8C3PhXq+MstEB+atJhJbIV7qrQH9icPApn8W2RU73Jj/SIT59aYBB8/791qOfn8kntDlwZgjj9AwV y2HbX8WQaQfSIBbrZo/2EQM7quqeKETGSq22K3O+r/RSscIbdADUUJiDqkaHb6Ah9cw0x/XvDVssR dmllVXI0tcy2zo0GfMKz4OliiSrVuR63+FCufovjenPGBMSd+1Skp1z4l5sINCLEc9J/2Mg6SDCa0 KM7BHL42779ulnCGADv5zD/IqV7dOPKa7RFuKvevFHlw9CqxjzdRCsULhUVNYNE8Ru0MzX4qjDKvL XVou0BaJiTYkmHLbC0tw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO7-00000009zLK-3hAg; Mon, 16 Dec 2024 12:39:51 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jk-00000009pn8-16qz for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:19 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOW028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 11/12] arm64: dts: rockchip: Fix proparties for pmic regulators for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:51 +0000 Message-ID: <20241216113052.15696-12-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_515073_70A19854 X-CRM114-Status: UNSURE ( 8.63 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Fix proparties for dcdc-reg7 and nldo-reg3 regulators to match with vendor kernel[1]. [1] https://github.com/radxa/kernel/blob/linux-6.1-stan-rkr1/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - none Changes in v3: - none Changes in v2: - split from "arm64: dts: rockchip: fix pmic properties for Radxa ROCK 5C" --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index fbe491e63852..60eabe22ef02 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -639,7 +639,6 @@ vcc_2v0_pldo_s3: dcdc-reg7 { regulator-boot-on; regulator-min-microvolt = <2000000>; regulator-max-microvolt = <2000000>; - regulator-ramp-delay = <12500>; regulator-state-mem { regulator-on-in-suspend; @@ -793,7 +792,8 @@ vdda_0v75_s0: nldo-reg3 { regulator-max-microvolt = <750000>; regulator-state-mem { - regulator-off-in-suspend; + regulator-on-in-suspend; + regulator-suspend-microvolt = <750000>; }; }; From patchwork Mon Dec 16 11:30:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13909675 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 58F92E77184 for ; Mon, 16 Dec 2024 12:39:55 +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=3kupI1aaxRGvkQkwTh8ZlptL1dtn+U1y4BwQyyIcutM=; b=lRmWv8w0LdJTIb m4mMALSV34T/MTpwRURJyJK8HIdTSrPtc9XY2XeNfPIKy3qoy85coPMEEf5H1MW3WwMQrN73+ZXBM 5nG7/Xret67bidUZA0OGPs522g9fkZf1K26vPFmp1dhwBC8rGXLH3l4o4U3zu8EUVZ9fhISSBpd2b eg2hMy0XqFO9SNQCWIwIYiWFLyjrmlmewpnr5eiYcNwBM/xshE8ZQSZG4iLuAbvtJ/KnxmSC5ry+c dSFl7fP2H+Vbu5BcmwuUA95fYJ6oCL67lDyb5MvgSjWrP2flT3UlZhN+My5JSaxCAw7tZFjV807G1 CK09jueHBsCefjn8ZLLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tNAO5-00000009zIk-0aYc; Mon, 16 Dec 2024 12:39:49 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tN9Jj-00000009pn3-3XGZ for linux-rockchip@lists.infradead.org; Mon, 16 Dec 2024 11:31:17 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4BGBUxOX028690; Mon, 16 Dec 2024 20:31:01 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH v5 12/12] arm64: dts: rockchip: Sort nodes for Radxa ROCK 5C Date: Mon, 16 Dec 2024 11:30:52 +0000 Message-ID: <20241216113052.15696-13-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241216113052.15696-1-naoki@radxa.com> References: <20241216113052.15696-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241216_033116_093470_CEAB50B4 X-CRM114-Status: UNSURE ( 7.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Sort nodes alphanumerically. No functional change. Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C") Signed-off-by: FUKAUMI Naoki --- Changes in v5: - Reword commit message Changes in v4: - reflect other commits, no functional change Changes in v3: - none Changes in v2: - new --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts index 60eabe22ef02..a987d256c947 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts @@ -861,10 +861,6 @@ &uart2 { status = "okay"; }; -&usbdp_phy0 { - status = "okay"; -}; - &usb_host0_ehci { status = "okay"; }; @@ -886,7 +882,7 @@ &usb_host2_xhci { status = "okay"; }; -&vop_mmu { +&usbdp_phy0 { status = "okay"; }; @@ -894,6 +890,10 @@ &vop { status = "okay"; }; +&vop_mmu { + status = "okay"; +}; + &vp0 { vp0_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 { reg = ;