From: Naresh Kumar Ravulapalli Date: Wed, 24 Sep 2025 07:49:08 +0000 (-0700) Subject: arch: arm: dts: Enable USB3.1 for Agilex5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3a11a240add752f092092fd514af68f441aab31;p=thirdparty%2Fu-boot.git arch: arm: dts: Enable USB3.1 for Agilex5 USB 3.1 node is enabled for Agilex5. Signed-off-by: Naresh Kumar Ravulapalli Reviewed-by: Tien Fong Chee --- diff --git a/arch/arm/dts/socfpga_agilex5_socdk.dts b/arch/arm/dts/socfpga_agilex5_socdk.dts index 2ab143e38f8..886cc89fdb6 100644 --- a/arch/arm/dts/socfpga_agilex5_socdk.dts +++ b/arch/arm/dts/socfpga_agilex5_socdk.dts @@ -87,6 +87,10 @@ disable-over-current; }; +&usb31 { + status = "okay"; +}; + &watchdog0 { status = "okay"; };