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 97C341BBBE5; Sun, 3 May 2026 01:07:07 +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=1777770428; cv=none; b=hQnIu7MPVPWV4hRLzuJvIUck9xTxjgrO36s5N/Ls8y8MUm7feQtw8VRjuWUro5CuMtbKq2LxCNCPWbs91nRRi7PIjnem8Zjft8ccsnWMOOcmtQksoTgjrGcRfNLkJysLKxQUFdp3Q3u+BYe7llkPq5/DCgQlWmSlbeyNuxEs6oo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777770428; c=relaxed/simple; bh=xHVeCTvro9mydvIDUiH+Ipm5YcNn5dH+Gj8qneqcIhc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rUwm0ETkUfve5cyV3ABsbA4lH1PjUIqofG+jMlM0lKVuIBhY46hhOR259+/nrQ0JJ5bnWH0uZT4ue97C9S37q6dGb6xXeNG2bQ9sdoOyFpHUJAll+eENbkhDqoQt2JibP34lkW1rleziorehDGce/TPCVnF0vWDSJZ9PS/nlqM0= 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=N2JoHuYi; 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="N2JoHuYi" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To: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=iTliig7XY22fu4H32jB0NZpBHHicET4PgwXZUH5txE4=; b=N2JoHuYiOIPFUgca2LUzPPX8pT qqh1+MInrcZI0EbTccvR75qQWgPnTk8kfEwc6xO8PVxqeJO9qAwf3FkV9PA53pj3WHYSBUrPKXWhU 3Uhi1k5uBi/zqgUeMQMajSkAJiGg3bU447q8BzAJsjL36J0mgWNyvhWjeJ3pPZ0HcOA0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wJLIO-0014NM-Ld; Sun, 03 May 2026 03:06:56 +0200 Date: Sun, 3 May 2026 03:06:56 +0200 From: Andrew Lunn To: ciprian.regus@analog.com Cc: Parthiban Veerasooran , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Jonathan Corbet , Shuah Khan , Heiner Kallweit , Russell King , Rob Herring , Krzysztof Kozlowski , Conor Dooley , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH net-next 5/5] dt-bindings: net: Add bindings for the ADIN1140 Message-ID: <05ae6249-1f40-4530-b2dc-e52e4f454c0d@lunn.ch> References: <20260503-adin1140-driver-v1-0-dd043cdd88f0@analog.com> <20260503-adin1140-driver-v1-5-dd043cdd88f0@analog.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260503-adin1140-driver-v1-5-dd043cdd88f0@analog.com> > + The ADIN1140 (also called AD3306) is a low power single port > + 10BASE-T1S MAC-PHY. It integrates an Ethernet PHY with a MAC > + and all the associated analog circuitry. > + The device implements the Open Alliance TC6 10BASE-T1x MAC-PHY The device _tries_ to implements the Open Alliance TC6 10BASE-T1x MAC-PHY. > +examples: > + - | > + #include > + > + spi { > + #address-cells = <1>; > + #size-cells = <0>; > + > + ethernet@0 { > + compatible = "adi,adin1140"; > + reg = <0>; > + spi-max-frequency = <23000000>; > + > + interrupt-parent = <&gpio>; > + interrupts = <6 IRQ_TYPE_EDGE_FALLING>; Table 1: OPEN serial 10BASE-T1x Interface Pin Definition IRQn MAC-PHY Interrupt Request (Active Low) Or is this something else which the device gets wrong? Andrew