]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: renesas: renesas-smarc2: Move usb3 nodes to board DTS
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 24 Mar 2026 11:43:15 +0000 (11:43 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Mar 2026 18:56:25 +0000 (19:56 +0100)
The SMARC2 board DTSI is common to multiple SoCs.  Move the USB3 nodes
to the board DTS, as some SoCs (e.g. RZ/G3[SL]) do not support USB3.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://patch.msgid.link/20260324114329.268249-11-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts
arch/arm64/boot/dts/renesas/renesas-smarc2.dtsi

index 9be57785d9d59da9fd86bf66305a08e0be1b53a0..6372f582a7c4167e6340d14885acc3b834e017f8 100644 (file)
        vqmmc-supply = <&vqmmc_sd1_pvdd>;
 };
 
+&usb3_phy {
+       status = "okay";
+};
+
 &xhci {
        pinctrl-0 = <&usb3_pins>;
        pinctrl-names = "default";
+
+       status = "okay";
 };
index e2a34577a1a1b3afcc542ecb07123d1ebbfdc321..696a933af808a8eb13154db3f9773cfe3248172c 100644 (file)
 
        status = "okay";
 };
-
-&usb3_phy {
-       status = "okay";
-};
-
-&xhci {
-       status = "okay";
-};