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

powerpc/xsysace: add compatible string for non-ipcore instance

Add "xlnx,sysace" compatible string to the of_platform binding
table. Platforms which have the SysACE chip on board (e.g.
Katmai) instead of via a Xilinx generated IP core will use
this value in their device tree.

Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

authored by

Yuri Tikhonov and committed by
Grant Likely
f5020384 ddd527d5

+1
+1
drivers/block/xsysace.c
··· 1206 1206 { .compatible = "xlnx,opb-sysace-1.00.b", }, 1207 1207 { .compatible = "xlnx,opb-sysace-1.00.c", }, 1208 1208 { .compatible = "xlnx,xps-sysace-1.00.a", }, 1209 + { .compatible = "xlnx,sysace", }, 1209 1210 {}, 1210 1211 }; 1211 1212 MODULE_DEVICE_TABLE(of, ace_of_match);