projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbe7af
)
ARM: dts: am335x: lxm: fix PCA9539 GPIO expander properties
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 16 Sep 2020 15:57:08 +0000
(17:57 +0200)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am335x-lxm.dts
b/arch/arm/boot/dts/am335x-lxm.dts
index cd55f11260ea166ca64018974ae9fe930a78f714..0f078465297a19e41a3e8492c8160d49cebae7c7 100644
(file)
--- a/
arch/arm/boot/dts/am335x-lxm.dts
+++ b/
arch/arm/boot/dts/am335x-lxm.dts
@@
-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 {