From: Sean Wang <sean.w...@mediatek.com>

fix up binding violation where the reset property is required
additionally.

Cc: John Crispin <j...@phrozen.org>
Signed-off-by: Sean Wang <sean.w...@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 @@
                         <&ethsys CLK_ETHSYS_GP2>,
                         <&apmixedsys CLK_APMIXED_TRGPLL>;
                clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
+               resets = <&ethsys MT2701_ETHSYS_FE_RST>,
+                        <&ethsys MT2701_ETHSYS_GMAC_RST>,
+                        <&ethsys MT2701_ETHSYS_PPE_RST>;
+               reset-names = "fe", "gmac", "ppe";
                power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>;
                mediatek,ethsys = <&ethsys>;
                mediatek,pctl = <&syscfg_pctl_a>;
-- 
2.7.4

Reply via email to