projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d29c071
)
arm: dts: mt7623: fixup binding violation missing reset in ethernet node
author
Sean Wang
<sean.wang@mediatek.com>
Wed, 21 Jun 2017 07:49:52 +0000
(15:49 +0800)
committer
Matthias Brugger
<matthias.bgg@gmail.com>
Thu, 20 Jul 2017 10:58:58 +0000
(12:58 +0200)
fix up binding violation where the reset property is required
additionally.
Cc: John Crispin <john@phrozen.org>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt7623.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/mt7623.dtsi
b/arch/arm/boot/dts/mt7623.dtsi
index d81158b2b02f00cba1446bbba3e62139481f0d89..016e932e322caf8b44bac413888aed8827a3f0b8 100644
(file)
--- a/
arch/arm/boot/dts/mt7623.dtsi
+++ b/
arch/arm/boot/dts/mt7623.dtsi
@@
-650,6
+650,10
@@
<ðsys CLK_ETHSYS_GP2>,
<&apmixedsys CLK_APMIXED_TRGPLL>;
clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
+ resets = <ðsys MT2701_ETHSYS_FE_RST>,
+ <ðsys MT2701_ETHSYS_GMAC_RST>,
+ <ðsys MT2701_ETHSYS_PPE_RST>;
+ reset-names = "fe", "gmac", "ppe";
power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>;
mediatek,ethsys = <ðsys>;
mediatek,pctl = <&syscfg_pctl_a>;