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

ARM: dts: am335x: lxm: fix PCA9539 GPIO expander properties

The PCA9539 GPIO expander requires GPIO controller properties to operate
properly.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Krzysztof Kozlowski and committed by
Tony Lindgren
97b16ed1 8cbe7afc

+4
+4
arch/arm/boot/dts/am335x-lxm.dts
··· 160 160 serial_config1: serial_config1@20 { 161 161 compatible = "nxp,pca9539"; 162 162 reg = <0x20>; 163 + gpio-controller; 164 + #gpio-cells = <2>; 163 165 }; 164 166 165 167 serial_config2: serial_config2@21 { 166 168 compatible = "nxp,pca9539"; 167 169 reg = <0x21>; 170 + gpio-controller; 171 + #gpio-cells = <2>; 168 172 }; 169 173 170 174 tps: tps@2d {