1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Krzysztof Kozlowski 2020-09-16 17:57:08 +02:00 committed by Tony Lindgren
parent 8cbe7afc92
commit 97b16ed103
1 changed files with 4 additions and 0 deletions

View File

@ -160,11 +160,15 @@
serial_config1: serial_config1@20 {
compatible = "nxp,pca9539";
reg = <0x20>;
gpio-controller;
#gpio-cells = <2>;
};
serial_config2: serial_config2@21 {
compatible = "nxp,pca9539";
reg = <0x21>;
gpio-controller;
#gpio-cells = <2>;
};
tps: tps@2d {