ARM: dts: dove: fix PCA95xx GPIO expander properties on A510
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 16 Sep 2020 15:57:13 +0000 (17:57 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Sun, 29 Nov 2020 10:51:09 +0000 (11:51 +0100)
The PCA95xx GPIO expander requires GPIO controller properties to operate
properly.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/dove-sbc-a510.dts

index 2bb85a9..df021f9 100644 (file)
        gpio_ext: gpio@20 {
                compatible = "nxp,pca9555";
                reg = <0x20>;
+               gpio-controller;
                #gpio-cells = <2>;
        };
 };