Re: [PATCH] gpio: dwapb: Correct the DT node name in the example

2018-11-26 Thread Linus Walleij
On Tue, Nov 20, 2018 at 12:17 PM Phil Edworthy wrote: > The sub-nodes should not be called gpio-controller, but simply gpio. > > Signed-off-by: Phil Edworthy Patch applied. Yours, Linus Walleij

[PATCH] gpio: dwapb: Correct the DT node name in the example

2018-11-20 Thread Phil Edworthy
The sub-nodes should not be called gpio-controller, but simply gpio. Signed-off-by: Phil Edworthy --- Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt b/D