ARM: ux500: Remove redundant #gpio-cell properties from Snowball DT
This property has no place here as the populated node is not related to a GPIO controller. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
73faf2b07f
commit
0ce89380de
|
@ -127,7 +127,6 @@
|
||||||
mmc-cap-mmc-highspeed;
|
mmc-cap-mmc-highspeed;
|
||||||
vmmc-supply = <&ab8500_ldo_aux3_reg>;
|
vmmc-supply = <&ab8500_ldo_aux3_reg>;
|
||||||
|
|
||||||
#gpio-cells = <1>;
|
|
||||||
cd-gpios = <&gpio6 26 0x4>; // 218
|
cd-gpios = <&gpio6 26 0x4>; // 218
|
||||||
cd-inverted;
|
cd-inverted;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue