Hello!
On 12/21/2017 03:25 PM, Geert Uytterhoeven wrote:
We need to configure its GPIOs later.
Thanks for your patch!
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -338,6 +338,11 @@
&i2c4 {
status = "okay";
+ pca9654: gpio@20 {
+ compatible = "onsemi,pca9654";
+ reg = <0x20>;
Missing gpio-controller, #gpio-cells, and interrupts properties?
Indeed.
Seems like Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
can use some updates...
What do you mean? I've surely updated it in my vendor prefix fix:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8a64e557f399090f5d1917b2f32a065da2b12be1
Gr{oetje,eeting}s,
Geert
MBR, Sergei