of_property_match_string
idx = of_property_match_string(dev->of_node, "memory-region-names", name);
} else if (of_property_match_string(dev->of_node, "apple,connector-type", "HDMI-A") >= 0)
else if (of_property_match_string(dev->of_node, "apple,connector-type", "DP") >= 0)
else if (of_property_match_string(dev->of_node, "apple,connector-type", "USB-C") >= 0)