ARM: dts: am335x: lxm: fix PCA9539 GPIO expander properties
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 16 Sep 2020 15:57:08 +0000 (17:57 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 25 Sep 2020 11:36:11 +0000 (14:36 +0300)
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>
arch/arm/boot/dts/am335x-lxm.dts

index cd55f11260ea166ca64018974ae9fe930a78f714..0f078465297a19e41a3e8492c8160d49cebae7c7 100644 (file)
        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 {