Home
last modified time | relevance | path

Searched refs:linux_phandle (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Dchecks.c490 cell_t phandle, linux_phandle; in check_explicit_phandles() local
497 linux_phandle = check_phandle_prop(c, dti, node, "linux,phandle"); in check_explicit_phandles()
499 if (!phandle && !linux_phandle) in check_explicit_phandles()
503 if (linux_phandle && phandle && (phandle != linux_phandle)) in check_explicit_phandles()
507 if (linux_phandle && !phandle) in check_explicit_phandles()
508 phandle = linux_phandle; in check_explicit_phandles()