Merge "ipq806x: Added ar8033_gpio entry in AP160.2 board"

This commit is contained in:
Linux Build Service Account 2018-02-22 08:00:12 -08:00 committed by Gerrit - the friendly Code Review server
commit dcf42096fc

View file

@ -63,4 +63,21 @@
};
};
ar8033_gpio {
gpio2 {
gpio = <2>;
func = <0>;
pull = <GPIO_NO_PULL>;
drvstr = <GPIO_8MA>;
oe = <GPIO_OE_DISABLE>;
};
gpio66 {
gpio = <66>;
func = <0>;
pull = <GPIO_NO_PULL>;
drvstr = <GPIO_16MA>;
oe = <GPIO_OE_DISABLE>;
};
};
};