mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
dpaa2: fdt improve detection for dpmac/phys
'pcs-handles' are not mandatory in the device tree here so do not enforce them. This allows us to find dpmac entries needed for phys on the WHLE-LS1 as well. Reviewed by: jceel, dsl Differential Revision: https://reviews.freebsd.org/D42644 (cherry picked from commit 6c46ebb05dccdcee18f64dc122e6685c05180217)
This commit is contained in:
parent
c18c5774e0
commit
9197f220d8
1 changed files with 0 additions and 2 deletions
|
|
@ -272,8 +272,6 @@ dpaa2_mc_fdt_attach(device_t dev)
|
|||
continue;
|
||||
if (!OF_hasprop(child, "reg"))
|
||||
continue;
|
||||
if (!OF_hasprop(child, "pcs-handle"))
|
||||
continue;
|
||||
if (dpaa2_mc_fdt_probe_child(dev, child) != 0)
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue