otherprop         420 scripts/dtc/checks.c 	struct property *otherprop = NULL;
otherprop         426 scripts/dtc/checks.c 		otherprop = get_property_by_label(dt, label, &othernode);
otherprop         429 scripts/dtc/checks.c 					       &otherprop);
otherprop         434 scripts/dtc/checks.c 	if ((othernode != node) || (otherprop != prop) || (othermark != mark))
otherprop         438 scripts/dtc/checks.c 		     DESCLABEL_ARGS(othernode, otherprop, othermark));