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)
commit8a64e557f399090f5d1917b2f32a065da2b12be1
tree3860872350b48d0a48f9b1d4b8e70ca80fcbb113
parent7f8e2a85c1b0bd440ffe87be82c79fdc319e8291
gpio: pca953x: fix vendor prefix for PCA9654

Despite commit 55020c8056a8 ("of: Add vendor prefix for ON Semiconductor
Corp.") was made long ago, the latter commit 9f49f6dd0473 ("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: 9f49f6dd0473 ("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