From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0F492194C98; Wed, 24 Jun 2026 11:50:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782301829; cv=none; b=tcEfHnFTP9isu05qfmnbkGFAXvojnEkEZKAqBwjhfhla2NrbzRb1ndnMPMCEG8a0mWmK6A7vwSK7AoXuTEV+DUJYFJozFffRasTqkyjd+r6EHRCOO7u0+ufje0YQfRqc5hfGoNv1I7axn2BCuMybKsnkoB0YBmQ8kstuuT+rq/A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782301829; c=relaxed/simple; bh=b7o9n0s7UOikx/wyEZYrKOmML/ARCFoQ9cl3aVk9rBg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=EDAs5KwTMqV6IejJFm49cQqm5lS71sxEbecp4WI1Mgzfl5BFBKFce092dtekQY1IPIzI4ZQG8o7zO+pqcOBDOfePAdszpgXxxIk6TTnrXgdiWbsU/qMkkdWAvMAJ35oSs3JIAPnzAJIwYa+VsxHKa+SCmdyO58hBwyDUVjZyEO8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=JS+xJ88s; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="JS+xJ88s" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=lO0hgqE9Avytw8qlzJRPWePoOJiVJlIHiSjn9i+FEbY=; b=JS+xJ88sBGk93oWMEscysoluuC 658s0tG+Eb4BXXO3akz+agVe/Jt+aXOYv2fXFLbrdICbc+MuROfcLS3A/nh3BBKYkgEuDGb/WFDDG PATyEu5Fnzn8oWGgZvdczD+JRj5myMae9Mz66E4XTxUE0lXwVL3nqes7544YKUN3wgh/pKysIX99R 7ev3OruvWpvTIqHLBkN90QmQTLzqyml9JRnFcPZfbWaUew/Y+KcMHuaGTPre8O7357Rj9QJjcsBO/ 3cvZJbi+WdsmL5vQiofJInlGVAc7GDPseiPSKDh2HyhsipnxgugUCx642Gpkk+R/qzRwbV4InFP5M 5TDFFbvg==; From: Heiko =?UTF-8?B?U3TDvGJuZXI=?= To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , David Wu , Maxime Coquelin , Alexandre Torgue , Yanan He Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Yanan He Subject: Re: [PATCH 3/7] dt-bindings: net: rockchip-dwmac: Allow 9 clocks Date: Wed, 24 Jun 2026 13:50:18 +0200 Message-ID: <3779785.hdfAi7Kttb@diego> In-Reply-To: <20260624-rv1126-alientek-dlrv1126-v1-3-5aef608a3f64@gmail.com> References: <20260624-rv1126-alientek-dlrv1126-v1-0-5aef608a3f64@gmail.com> <20260624-rv1126-alientek-dlrv1126-v1-3-5aef608a3f64@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Am Mittwoch, 24. Juni 2026, 10:44:40 Mitteleurop=C3=A4ische Sommerzeit schr= ieb Yanan He: > RV1126 has a separate GMAC Ethernet output clock used as the external > PHY reference clock. This clock is described in addition to the existing > GMAC clocks. AS stated in the driver patch, this is the input clock for the phy and ethernet phys are perfectly capable of handling their input clocks. See reference in the driver patch. Heiko > Signed-off-by: Yanan He > --- > Documentation/devicetree/bindings/net/rockchip-dwmac.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml b/= Documentation/devicetree/bindings/net/rockchip-dwmac.yaml > index 80c252845349..86a7e83675ae 100644 > --- a/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml > +++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml > @@ -71,7 +71,7 @@ properties: > =20 > clocks: > minItems: 4 > - maxItems: 8 > + maxItems: 9 > =20 > clock-names: > contains: >=20 >=20