Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: dove: fix PCA95xx GPIO expander properties on A510

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>

authored by

Krzysztof Kozlowski and committed by
Gregory CLEMENT
6ac30b5c 8f322209

+1
+1
arch/arm/boot/dts/dove-sbc-a510.dts
··· 143 143 gpio_ext: gpio@20 { 144 144 compatible = "nxp,pca9555"; 145 145 reg = <0x20>; 146 + gpio-controller; 146 147 #gpio-cells = <2>; 147 148 }; 148 149 };