Re: [PATCH 5/5] gpio: davinci: Add a separate compatible for k2g
From: Keerthy <j-keerthy@ti.com>
Date: 2016-10-27 03:28:43
Also in:
linux-gpio, linux-omap
From: Keerthy <j-keerthy@ti.com>
Date: 2016-10-27 03:28:43
Also in:
linux-gpio, linux-omap
On Thursday 27 October 2016 02:38 AM, Rob Herring wrote:
On Wed, Oct 19, 2016 at 11:03:59AM +0530, Keerthy wrote:quoted
In the case of k2g the clocks are handled differently as when compared with other keystones. Hence adding a separate compatible and match tables accordingly. Signed-off-by: Keerthy <j-keerthy@ti.com> --- .../devicetree/bindings/gpio/gpio-davinci.txt | 2 +- drivers/gpio/gpio-davinci.c | 45 ++++++++++++++++++++-- 2 files changed, 42 insertions(+), 5 deletions(-)diff --git a/Documentation/devicetree/bindings/gpio/gpio-davinci.txt b/Documentation/devicetree/bindings/gpio/gpio-davinci.txt index 5079ba7..a76abd2 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-davinci.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-davinci.txt@@ -1,7 +1,7 @@ Davinci/Keystone GPIO controller bindings Required Properties: -- compatible: should be "ti,dm6441-gpio", "ti,keystone-gpio" +- compatible: should be "ti,dm6441-gpio", "ti,keystone-gpio", "ti,k2g-gpio"Is this "one of" or all? Seems line the former in which case please reformat to one per line.
It is One of. I will reformat.
quoted
- reg: Physical base address of the controller and the size of memory mapped registers.