mirror of https://gitee.com/openkylin/linux.git
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:
parent
9c7016f1ca
commit
ed13ffc597
|
@ -225,6 +225,7 @@ io-expander@22 {
|
|||
compatible = "nxp,pca9554";
|
||||
reg = <0x22>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
lm75@48 {
|
||||
|
|
Loading…
Reference in New Issue