Commit d6abe63
committed
fix(hw): allowlist stock-Kuiper ZynqMP peripheral probe failures
The new ``assert_no_probe_errors`` check fires on three Kuiper
ZCU102 boots that have nothing to do with the ADC/DAC/JESD flow
under test:
- ``cdns-wdt: probe of ffcb0000.watchdog failed with error -2``
- ``zynqmp-display: probe of fd4a0000.display failed with error -22``
- ``ahci-ceva: probe of fd0c0000.ahci failed with error -22``
All three fire on every Kuiper ZCU102 boot regardless of the
overlay — the hardware is either unconfigured (DisplayPort with no
monitor attached), the clock tree isn't routed (Cadence WDT), or
the peripheral isn't wired out on the dev board at all (Ceva AHCI
/ SATA). Match by the specific device-node address so a genuine
regression on the same driver type (e.g. a real watchdog failure
elsewhere) still trips.1 parent 031b8ce commit d6abe63
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
311 | 319 | | |
312 | 320 | | |
313 | 321 | | |
| |||
0 commit comments