On Thu, 27 Oct 2016, tthayer@xxxxxxxxxxxxxxxxxxxxx wrote: > From: Thor Thayer <tthayer@xxxxxxxxxxxxxxxxxxxxx> > > Add the Altera Arria10 DevKit System Resource Monitor functionality > to the MFD device. > > Signed-off-by: Thor Thayer <tthayer@xxxxxxxxxxxxxxxxxxxxx> > --- > v2 Change from -mon to -monitor for clarity > --- > drivers/mfd/altera-a10sr.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/mfd/altera-a10sr.c b/drivers/mfd/altera-a10sr.c > index 06e1f7f..30de652 100644 > --- a/drivers/mfd/altera-a10sr.c > +++ b/drivers/mfd/altera-a10sr.c > @@ -33,6 +33,10 @@ > .name = "altr_a10sr_gpio", > .of_compatible = "altr,a10sr-gpio", > }, > + { > + .name = "altr_a10sr_monitor", > + .of_compatible = "altr,a10sr-monitor", So long as you use whichever compatible you agree on with Rob: For my own reference: Acked-for-MFD-by: Lee Jones <lee.jones@xxxxxxxxxx> > + }, > }; > > static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html