[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZP7kZUV2MQPYLZwM@smile.fi.intel.com>
Date: Mon, 11 Sep 2023 12:56:53 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Linhua Xu <Linhua.xu@...soc.com>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Orson Zhai <orsonzhai@...il.com>,
Baolin Wang <baolin.wang@...ux.alibaba.com>,
Chunyan Zhang <zhang.lyra@...il.com>,
linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
lh xu <xulh0829@...il.com>,
Zhirong Qiu <zhirong.qiu@...soc.com>,
Xiongpeng Wu <xiongpeng.wu@...soc.com>
Subject: Re: [PATCH V2 6/6] pinctrl: sprd: Add pinctrl support for UMS9621
On Fri, Sep 08, 2023 at 01:51:46PM +0800, Linhua Xu wrote:
> From: Linhua Xu <Linhua.Xu@...soc.com>
>
> Add the pin control driver for UNISOC UMS9621 platform.
> +#include <linux/kernel.h>
> +#include <linux/module.h>
> +#include <linux/mod_devicetable.h>
> +#include <linux/platform_device.h>
> +
...
> +#define PINCTRL_REG_OFFSET 0x44
0x0044
> +#define PINCTRL_REG_MISC_OFFSET 0x444
...
> +static const struct of_device_id sprd_pinctrl_of_match[] = {
> + { .compatible = "sprd,ums9621-pinctrl", },
Inner comma is not needed.
> + { }
> +};
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists