From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 ABD9248BD49; Tue, 5 May 2026 21:25:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778016361; cv=none; b=WyqR4SEPu9UEd4DUlHrOSjhDJVGOr+an1pivGRSDqUV6t6xQss5mv19DsrLz6zU100bLros68Q4aTkp1B1fEADUWaXC4nAQjeYurMA+BwTtCGLTRmg4Oh9oUHgRyiQhOuhSiW1DapiiuF54G1aNOrTy0eVz3HZNjTGVjp2Fthro= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778016361; c=relaxed/simple; bh=xZnw39K/DeQf2sm1hoSQLMbfqfeFzMjBH3G9OXw8fqY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CP+XyqJOW4hYa9j6AvHMHHORa+x0lYv6EqaZAY9DE0NcSrPtX2ARRZm035/XZT5UxTpuySHmQh6Bh4uLKibQt6E55Z0uYY2Q1Lz76wSyTN7fl5JmRTxIM8JaMuVvqIEnkM56Nj3Qa2Kf7cmGly4VKtM6xyGxMUCWmQKa8/hjcKQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=uDSBtltR; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="uDSBtltR" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=B6ObEsvrwmrpQxTdDdXD3hOMgpbD3e7Bhld15+j07/E=; b=uD SBtltRLTP6fDU4pXeIDHTD0IeNoAjMrZQO0avYldgd07zFR0VEEdUlEtaM7PojFqnjNlXIvraQKIa u9NZ1ERQ1OIqt039o08TebuESvgp7jNlx8FfEuKBCjqvGASnYKtgj51w3+MPOhKEFXKkLaAprYLHz J/pepskGSEcdD80=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wKNH3-001XQ8-DO; Tue, 05 May 2026 23:25:49 +0200 Date: Tue, 5 May 2026 23:25:49 +0200 From: Andrew Lunn To: Piergiorgio Beruto Cc: Selvamani Rajagopal , Rob Herring , "andrew+netdev@lunn.ch" , "davem@davemloft.net" , "edumazet@google.com" , "kuba@kernel.org" , "pabeni@redhat.com" , "krzk+dt@kernel.org" , "conor+dt@kernel.org" , "netdev@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH net-next 1/5] dt-bindings: net: add onsemi's TS2500/NCN26010 10BASE-T1S MACPHY Message-ID: <8fb3a66e-28cf-4db7-a0eb-308f477d3945@lunn.ch> References: <20260505134434.GA2493310-robh@kernel.org> <7fad56ee-88c8-4e0a-8411-eeb5c0ab4a38@lunn.ch> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: > As far as I’m concerned, we can remove the 15 MHz lower limit, but I would > leave some note somewhere if possible. A comment in the device tree binding next to the maximum speed requirement would make sense. Andrew