diff options
author | Diego Dorta <diego.dorta@nxp.com> | 2016-06-15 13:34:41 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-16 10:05:17 +0800 |
commit | 6b75a66b6e04e30c0d2c2183b3632a891bffd7bf (patch) | |
tree | 111ee3114b20d5ce3700a5f2f81f1378158e8147 /arch/arm/boot/dts/imx6ul-pico-hobbit.dts | |
parent | 771db6c8ba944dca225e9ef507cc917ace7a87c1 (diff) | |
download | blackbird-obmc-linux-6b75a66b6e04e30c0d2c2183b3632a891bffd7bf.tar.gz blackbird-obmc-linux-6b75a66b6e04e30c0d2c2183b3632a891bffd7bf.zip |
ARM: dts: imx6ul-pico-hobbit: Fix Ethernet PHY reset GPIO
According to the imx6ul-pico-hobbit schematics the Ethernet PHY reset GPIO
is GPIO1_28, so fix it accordingly.
Also adjust the reset duration to 1ms, because the KSZ8081 datasheet
requires 500μs.
Signed-off-by: Diego Dorta <diego.dorta@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-pico-hobbit.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts index e5bff4bb9be0..86f68faded0e 100644 --- a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts +++ b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts @@ -151,8 +151,8 @@ phy-mode = "rmii"; phy-handle = <ðphy1>; status = "okay"; - phy-reset-gpios = <&gpio2 15 GPIO_ACTIVE_LOW>; - phy-reset-duration = <11>; + phy-reset-gpios = <&gpio1 28 GPIO_ACTIVE_LOW>; + phy-reset-duration = <1>; mdio { #address-cells = <1>; |