Re: [PATCH v6 2/5] ARM: davinci: da8xx: Add CFGCHIP syscon platform declaration.

From: Sekhar Nori
Date: Wed Oct 26 2016 - 05:59:49 EST


On Wednesday 26 October 2016 08:36 AM, David Lechner wrote:
> The CFGCHIP registers are used by a number of devices, so using a syscon
> device to share them. The first consumer of this will by the phy-da8xx-usb

"will be the .."

Also, in subject line, "platform device" instead of "platform
declaration". Also lose the period at at the end of subject line

> driver.
>
> Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx>

Applied to v4.10/soc. Here is the final commit text.

---
ARM: davinci: da8xx: Add CFGCHIP syscon platform device

The CFGCHIP registers are used by a number of devices, so use a syscon
device to share them. The first consumer of this will by the phy-da8xx-usb
driver.

Add the syscon device and register it.

Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx>
[nsekhar@xxxxxx: minor commit message fixes]
Signed-off-by: Sekhar Nori <nsekhar@xxxxxx>
---

Thanks,
Sekhar