projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
ARM: dts: rockchip: add reset property for rk3066a-rayeager emac phy
author
Chris Zhong
<
[email protected]
>
Wed, 8 Nov 2017 09:50:41 +0000
(17:50 +0800)
committer
Heiko Stuebner
<
[email protected]
>
Sat, 16 Dec 2017 20:09:37 +0000
(21:09 +0100)
The ethernet phy of rk3066a-rayeager has a reset pin, it controlled by
GPIO1_D6, this pin should be pull down then pull up to reset the phy.
Add a reset-gpios property in phy0, make the phy can be reset when emac
power on.
Signed-off-by: Chris Zhong <
[email protected]
>
Signed-off-by: Heiko Stuebner <
[email protected]
>
arch/arm/boot/dts/rk3066a-rayeager.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3066a-rayeager.dts
b/arch/arm/boot/dts/rk3066a-rayeager.dts
index cdf301f5778b129f0d2007c8cfa5cd0f13b93d61..4d7057a10a4cc1eac3598b9225af699bc466e43f 100644
(file)
--- a/
arch/arm/boot/dts/rk3066a-rayeager.dts
+++ b/
arch/arm/boot/dts/rk3066a-rayeager.dts
@@
-177,6
+177,7
@@
phy0: ethernet-phy@0 {
reg = <0>;
+ reset-gpios = <&gpio1 RK_PD6 GPIO_ACTIVE_LOW>;
};
};