Commit ed13ffc5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

ARM: dts: vf: Fix PCA95xx GPIO expander properties on ZII CFU1

The PCA95xx GPIO expander requires GPIO controller properties to operate
properly.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9c7016f1
...@@ -225,6 +225,7 @@ io-expander@22 { ...@@ -225,6 +225,7 @@ io-expander@22 {
compatible = "nxp,pca9554"; compatible = "nxp,pca9554";
reg = <0x22>; reg = <0x22>;
gpio-controller; gpio-controller;
#gpio-cells = <2>;
}; };
lm75@48 { lm75@48 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment