Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: xillybus: Changed Open Firmware "compatible" property

The previous "compatible" string was poorly chosen, but remains in the
match list to support existing DTBs. There is no risk for a naming clash.

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Eli Billauer and committed by
Greg Kroah-Hartman
24b33c90 35afa9fc

+2 -1
+2 -1
drivers/staging/xillybus/xillybus_of.c
··· 31 31 32 32 /* Match table for of_platform binding */ 33 33 static struct of_device_id xillybus_of_match[] = { 34 - { .compatible = "xlnx,xillybus-1.00.a", }, 34 + { .compatible = "xillybus,xillybus-1.00.a", }, 35 + { .compatible = "xlnx,xillybus-1.00.a", }, /* Deprecated */ 35 36 {} 36 37 }; 37 38