Change "chiptype" to "compatible". Making the hint name the same as the FDT

property name should make it easier to document the list of names accepted
by both configuration mechanisms.
This commit is contained in:
ian 2017-08-13 21:45:46 +00:00
parent 20355d09a6
commit 52efca2b95

View File

@ -495,7 +495,7 @@ ds13rtc_get_chiptype(device_t dev)
* We can only attach if provided a chiptype hint string.
*/
if (resource_string_value(device_get_name(dev),
device_get_unit(dev), "chiptype", &htype) != 0)
device_get_unit(dev), "compatible", &htype) != 0)
return (TYPE_NONE);
/*