mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 21:24:00 +08:00
arm: dts: mt7623: fixup binding violation missing reset in ethernet node
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>
This commit is contained in:
parent
d29c071db7
commit
d60129dbea
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user