]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pca953x: fix vendor prefix for PCA9654
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Thu, 16 Nov 2017 20:18:32 +0000 (23:18 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 2 Dec 2017 21:41:43 +0000 (22:41 +0100)
commit2c651241f4d58556c0d16847018293138c0054b9
tree3860872350b48d0a48f9b1d4b8e70ca80fcbb113
parent0eb76bfcc8a8e4e64d0e1a49c0468aae5de374e2
gpio: pca953x: fix vendor prefix for PCA9654

Despite commit fae40641e417 ("of: Add vendor prefix for ON Semiconductor
Corp.") was made long ago, the latter commit 004abc407817 ("gpio: pca953x:
add onsemi,pca9654 id") made use of another, undocumented vendor prefix.
Since such prefix doesn't seem to be used in any device trees, I think we
can just fix the "compatible" string in the driver and the bindings and be
done with that...

Fixes: 004abc407817 ("gpio: pca953x: add onsemi,pca9654 id")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
drivers/gpio/gpio-pca953x.c