From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta0.migadu.com (out-59.mta0.migadu.com [91.218.175.59]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 03D26443A97 for ; Fri, 28 Aug 2026 11:46:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.59 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787917584; cv=none; b=tZxc0a8el+H/zzJpIlJ9DXAqj0qVFpd6/R7kSxKfXFRShSYe/tDMwZDQ2pGfoaPOmFmZI58CwVlPI1mFd2qNWqM+mC4WdbhQpdUH5YwfrJ8LNET/8k6uIXASDpuKtWI8Tqk1i+n4uDOjb7Gh4hlV4WQb5CiEU0ahkjRFaJJvU6Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787917584; c=relaxed/simple; bh=wmwMhWrF6KGODbRj6xonI0AjvaUS1Sgws1dCNYUbeRc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NyT84p1ZSlP57drD+IvbayjNbQbgWBr+DmIUtpVQTgqU9AhJ8nx0l1niUMhKhD9uLk363TKylKBJHQTxNLE1fBeXG6gbxwBromAqnjCyTQ1bEdWnVyMqQ5LJc+o0ksJ2srLIxYqjtOX//m9+0BKOQjs54Notdqs+diCqfIuEEis= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com; spf=pass smtp.mailfrom=cknow-tech.com; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b=YD/1b/Gt; arc=none smtp.client-ip=91.218.175.59 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b="YD/1b/Gt" X-Envelope-To: devicetree@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=wmwMhWrF6KGODbRj6xonI0AjvaUS1Sgws1dCNYUbeRc=; c=simple/simple; d=cknow-tech.com; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1787917561; v=1; x=1788522361; b=YD/1b/GtJDqWV6yIst0E6WvjXEm0Z8fs4mNJ0Qnd5JIUvnt0mwChOBOvWyGFzA/jaxWlwdFx d4dIGGLFIn3xtO2zkY3cKG0Ib4Av+jR49GqMMHNcY91qJFeKsMztrlyvHC2pX+uzmGaQl69gFOL JzzoEjHqF0yx5oSaac3QD/2C3QRExHqYzB4YsuMIABbAmMlpvxLpsFKYIRlAFUhiXj3s65VVqas RCkOMNl63ZGAegdXpC3YkRLhC54mokfyne3a1EFsr9DESYVuahRLcEFi+ds9U0qV87pazgZp2JK jWcb+CkmkiGuVlOMqMB8arukZPlIGB+bjrJASRQ335i4A== X-Envelope-To: devicetree@vger.kernel.org Received: by smtp.migadu.com with ESMTPS id 0812658b5ce5c458; Fri, 28 Aug 2026 11:46:01 +0000 X-Mizu-Trace-ID: 0812658b5ce5c458 X-Migadu-Flow: FLOW_OUT From: Diederik de Haas To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: Ricardo Pardini , Marcin Juszkiewicz , Daniele Briguglio , Hugh Cole-Baker , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Diederik de Haas Subject: [PATCH 5/7] arm64: dts: rockchip: Sort usb nodes on NanoPC-T6 Date: Fri, 28 Aug 2026 13:43:05 +0200 Message-ID: <20260828114530.1315798-6-diederik@cknow-tech.com> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260828114530.1315798-1-diederik@cknow-tech.com> References: <20260828114530.1315798-1-diederik@cknow-tech.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Nodes shall be ordered alpha-numerically by the node name. Signed-off-by: Diederik de Haas --- .../boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi index 2c9390d2968c..e42b2a14fc82 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi @@ -1164,12 +1164,6 @@ &tsadc { status = "okay"; }; -&uart2 { - pinctrl-0 = <&uart2m0_xfer>; - pinctrl-names = "default"; - status = "okay"; -}; - &u2phy0 { status = "okay"; }; @@ -1186,15 +1180,11 @@ &u2phy1_otg { status = "okay"; }; -&u2phy2_host { - status = "okay"; -}; - -&u2phy3_host { +&u2phy2 { status = "okay"; }; -&u2phy2 { +&u2phy2_host { status = "okay"; }; @@ -1202,31 +1192,13 @@ &u2phy3 { status = "okay"; }; -&usbdp_phy0 { - mode-switch; - orientation-switch; - sbu1-dc-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>; - sbu2-dc-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>; +&u2phy3_host { status = "okay"; - - port { - #address-cells = <1>; - #size-cells = <0>; - - usbdp_phy0_typec_ss: endpoint@0 { - reg = <0>; - remote-endpoint = <&usbc0_ss>; - }; - - usbdp_phy0_typec_sbu: endpoint@1 { - reg = <1>; - remote-endpoint = <&usbc0_sbu>; - }; - }; }; -&usbdp_phy1 { - phy-supply = <&vbus5v0_usb>; +&uart2 { + pinctrl-0 = <&uart2m0_xfer>; + pinctrl-names = "default"; status = "okay"; }; @@ -1249,16 +1221,44 @@ usb_host0_xhci_drd_sw: endpoint { }; }; +&usb_host1_ehci { + status = "okay"; +}; + +&usb_host1_ohci { + status = "okay"; +}; + &usb_host1_xhci { dr_mode = "host"; status = "okay"; }; -&usb_host1_ehci { +&usbdp_phy0 { + mode-switch; + orientation-switch; + sbu1-dc-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>; + sbu2-dc-gpios = <&gpio4 RK_PA7 GPIO_ACTIVE_HIGH>; status = "okay"; + + port { + #address-cells = <1>; + #size-cells = <0>; + + usbdp_phy0_typec_ss: endpoint@0 { + reg = <0>; + remote-endpoint = <&usbc0_ss>; + }; + + usbdp_phy0_typec_sbu: endpoint@1 { + reg = <1>; + remote-endpoint = <&usbc0_sbu>; + }; + }; }; -&usb_host1_ohci { +&usbdp_phy1 { + phy-supply = <&vbus5v0_usb>; status = "okay"; }; -- 2.55.0