On Tue, Apr 28, 2020 at 11:27 PM Simon Glass <s...@chromium.org> wrote:
>
> Hi Rayagonda,
>
> On Tue, 28 Apr 2020 at 02:11, Rayagonda Kokatanur
> <rayagonda.kokata...@broadcom.com> wrote:
> >
> > Add gpio driver support for Broadcom iproc-based socs.
> >
> > Signed-off-by: Rayagonda Kokatanur <rayagonda.kokata...@broadcom.com>
> > Signed-off-by: Sheetal Tigadoli <sheetal.tigad...@broadcom.com>
> > ---
> >  drivers/gpio/Kconfig      |  10 ++
> >  drivers/gpio/Makefile     |   1 +
> >  drivers/gpio/iproc_gpio.c | 260 ++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 271 insertions(+)
> >  create mode 100644 drivers/gpio/iproc_gpio.c
> >
>
> Please can you use the livetree interface? That is dev_read_...() - or
> maybe ofnode_...() if you need to read from a non-device node.

Thank you Simon, will fix it.

>
> Regards,
> Simon

Reply via email to