Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671456 > unrolled thread
| Started by | <sean.wang@mediatek.com> |
|---|---|
| First post | 2017-06-21 10:00 +0200 |
| Last post | 2017-06-21 10:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] arm: dts: mt7623: fixup binding violation missing reset in ethernet node <sean.wang@mediatek.com> - 2017-06-21 10:00 +0200
| From | <sean.wang@mediatek.com> |
|---|---|
| Date | 2017-06-21 10:00 +0200 |
| Subject | [PATCH 2/2] arm: dts: mt7623: fixup binding violation missing reset in ethernet node |
| Message-ID | <tUIIq-3hT-23@gated-at.bofh.it> |
From: Sean Wang <sean.wang@mediatek.com> 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> --- arch/arm/boot/dts/mt7623.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 2202c40..2eca877 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -782,6 +782,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>; -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web