Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106132682
D24362.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D24362.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24362: Add support for TI version of LM75.
Attached
Detach File
Event Timeline
Log In to Comment