Re: [PATCH v4] rtc: isl12026: Add driver.
From: Andy Shevchenko <hidden>
Date: 2018-02-16 20:13:44
Also in:
linux-rtc, lkml
From: Andy Shevchenko <hidden>
Date: 2018-02-16 20:13:44
Also in:
linux-rtc, lkml
On Fri, Feb 16, 2018 at 9:44 PM, David Daney [off-list ref] wrote:
The ISL12026 is a combination RTC and EEPROM device with I2C interface. The standard RTC driver interface is provided. The EEPROM is accessed via the NVMEM interface via the "eeprom0" directory in the sysfs entry for the device.
+config RTC_DRV_ISL12026 + tristate "Intersil ISL12026"
depends on OF
+static struct i2c_driver isl12026_driver = {
+ .driver = {
+ .name = "rtc-isl12026",
+ .of_match_table = of_match_ptr(isl12026_dt_match),/of_match_ptr//
+ }, + .probe_new = isl12026_probe_new, + .remove = isl12026_remove, +};
-- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html