Merge "ipq806x: 8033 PHY reset through GPIO32 for the 11ad dock"

This commit is contained in:
Linux Build Service Account 2018-02-12 07:18:31 -08:00 committed by Gerrit - the friendly Code Review server
commit 5e8f1fcc51

View file

@ -23,4 +23,27 @@
console = "/serial@16340000";
nand = "/nand@1A600000";
};
ak01_gmac_reset_gpio {
gpio32 {
gpio = <32>;
func = <0>;
out = <GPIO_OUT_LOW>;
pull = <GPIO_NO_PULL>;
drvstr = <GPIO_2MA>;
oe = <GPIO_OE_DISABLE>;
};
};
ak01_gmac_config_gpio {
gpio32 {
gpio = <32>;
func = <0>;
out = <GPIO_OUT_HIGH>;
pull = <GPIO_PULL_UP>;
drvstr = <GPIO_12MA>;
oe = <GPIO_OE_ENABLE>;
};
};
};