diff options
| author | Naresh Kumar Ravulapalli <[email protected]> | 2025-09-24 00:49:08 -0700 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-09-30 14:29:56 +0800 |
| commit | e3a11a240add752f092092fd514af68f441aab31 (patch) | |
| tree | e3c3c0fac882ff1c16bc3663b2afdb16d209a026 | |
| parent | 2ff686bcfd14689de3d6a6da9c35340449025ef5 (diff) | |
arch: arm: dts: Enable USB3.1 for Agilex5
USB 3.1 node is enabled for Agilex5.
Signed-off-by: Naresh Kumar Ravulapalli <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_agilex5_socdk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; }; |
