Partially merge Perforce changeset 219944 to head:
Consistently use the vendor name "sri-cambridge" for device compatibility strings on the BERI platform. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
121041d601
commit
d4d853b37b
@ -62,7 +62,7 @@ static int
|
||||
terasic_de4led_fdt_probe(device_t dev)
|
||||
{
|
||||
|
||||
if (ofw_bus_is_compatible(dev, "cambridge,de4led")) {
|
||||
if (ofw_bus_is_compatible(dev, "sri-cambridge,de4led")) {
|
||||
device_set_desc(dev, "Terasic DE4 8-element LED");
|
||||
return (BUS_PROBE_DEFAULT);
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ static int
|
||||
terasic_mtl_fdt_probe(device_t dev)
|
||||
{
|
||||
|
||||
if (ofw_bus_is_compatible(dev, "cambridge,mtl")) {
|
||||
if (ofw_bus_is_compatible(dev, "sri-cambridge,mtl")) {
|
||||
device_set_desc(dev, "Terasic Multi-touch LCD (MTL)");
|
||||
return (BUS_PROBE_DEFAULT);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user