of_compat_cmp
if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \
if (of_compat_cmp(cp, compat, strlen(compat)) == 0) {
if (of_compat_cmp(cp, compat, strlen(compat)) == 0)
#if !defined(of_compat_cmp)