diff options
| author | Prasad Kummari <[email protected]> | 2025-01-07 17:59:15 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-02-05 16:22:55 +0100 |
| commit | e439ed0828c7db88af01ced6c1642b7b01218a79 (patch) | |
| tree | c0e8594f5d257a7a4ea9ad7e1c3dd13eedaaab35 /include | |
| parent | e5c9c4dd06348123f642a78077909a6b0b22bd86 (diff) | |
configs: zynqmp: Add usb_pgood_delay for SOM boards
Add usb_pgood_delay to ensure proper detection of USB devices.
Increase the USB power good delay on the SOM boards, as this
is required for certain USB sticks otherwise, they may not
be detected.
Signed-off-by: Prasad Kummari <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/xilinx_zynqmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index bb0db7c5ca3..13941ba3589 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -179,6 +179,7 @@ #ifndef CFG_EXTRA_ENV_SETTINGS #define CFG_EXTRA_ENV_SETTINGS \ ENV_MEM_LAYOUT_SETTINGS \ + "usb_pgood_delay=1000\0" \ BOOTENV #endif |
