Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
ed13ffc5 9c7016f1

+1
+1
arch/arm/boot/dts/vf610-zii-cfu1.dts
··· 225 225 compatible = "nxp,pca9554"; 226 226 reg = <0x22>; 227 227 gpio-controller; 228 + #gpio-cells = <2>; 228 229 }; 229 230 230 231 lm75@48 {