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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2020-08-29 11:40:24 +02:00 committed by Shawn Guo
parent 9c7016f1ca
commit ed13ffc597
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ io-expander@22 {
compatible = "nxp,pca9554";
reg = <0x22>;
gpio-controller;
#gpio-cells = <2>;
};
lm75@48 {