Page MenuHomeFreeBSD

D24362.diff
No OneTemporary

D24362.diff

Index: sys/dev/iicbus/lm75.c
===================================================================
--- sys/dev/iicbus/lm75.c
+++ sys/dev/iicbus/lm75.c
@@ -159,7 +159,8 @@
sc = device_get_softc(dev);
sc->sc_hwtype = HWTYPE_LM75;
#ifdef FDT
- if (!ofw_bus_is_compatible(dev, "national,lm75"))
+ if (!ofw_bus_is_compatible(dev, "national,lm75") &&
+ !ofw_bus_is_compatible(dev, "ti,lm75"))
return (ENXIO);
#endif
device_set_desc(dev, "LM75 temperature sensor");

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 10:49 PM (11 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15608609
Default Alt Text
D24362.diff (472 B)

Event Timeline