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 7B5C52C11FA; Fri, 17 Oct 2025 17:31:40 +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=1760722302; cv=none; b=QMM9bH8/uPUxR2X/S4fYl+x2hEqsT1Nx0ncV3rmWJmt3wU+CjMctOOs8OXDXTk3NE6RJStXnwFVqE9CJR6LitvW5MPvTD6LqvxPL5stZ4ezLWg6aKkFGIXpfOc4V680G8/v14Xwhus/mJcb9UrqQxHzW+bI7ynS4LCuvkU9D+HM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760722302; c=relaxed/simple; bh=Ze3f1tJJ24yazD5JAx454eM8j9zZjc6+81oNaD3ShfI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VKAABWxNDrGLKn+4vDg1YKbT/MS8kg9uHOMQSIb5+vHMq5emvm7V1gdHqrmwsPEP3rpWFZRlLoMRAt1HRb5qCtBDgAW7VFUGQHkT5IdIsnw0HA5tdzGtRtXIyE/mL2bIe3fqso+0yzutxfgvxbOyond14CZfvTtwzTZBAhaXP+g= 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=k5xqLqJK; 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="k5xqLqJK" 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=RpZd1tj1bdlAikG78M1AtN1//sBbUtAKJycJQnMcO0I=; b=k5xqLqJKhRARb5ytADU7xZtirc 7/tjOuLlIpzAp3PBll7Cpo7PQRPMJ0qIkeBRQjzB9J0d2q2n2zqQam60URKJkRWFBnULl7xHEX+4p yd0TWCO1wIPR2HLOmO9PCECuvBZ1EFQrFg4j4kuAGEyu0n14fmJK3BWTciIyVobXCYVY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1v9oIO-00BJGV-CQ; Fri, 17 Oct 2025 19:31:16 +0200 Date: Fri, 17 Oct 2025 19:31:16 +0200 From: Andrew Lunn To: Sjoerd Simons Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Ryder Lee , Jianjun Wang , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Chunfeng Yun , Vinod Koul , Kishon Vijay Abraham I , Lee Jones , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Lorenzo Bianconi , Felix Fietkau , kernel@collabora.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-pci@vger.kernel.org, linux-phy@lists.infradead.org, netdev@vger.kernel.org, Daniel Golle , Bryan Hinton Subject: Re: [PATCH 12/15] arm64: dts: mediatek: mt7981b-openwrt-one: Enable Ethernet Message-ID: <4f82aa17-1bf8-4d72-bc1f-b32f364e1cf6@lunn.ch> References: <20251016-openwrt-one-network-v1-0-de259719b6f2@collabora.com> <20251016-openwrt-one-network-v1-12-de259719b6f2@collabora.com> Precedence: bulk X-Mailing-List: linux-pci@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: <20251016-openwrt-one-network-v1-12-de259719b6f2@collabora.com> > +&mdio_bus { > + phy15: ethernet-phy@f { > + compatible = "ethernet-phy-id03a2.a411"; > + reg = <0xf>; > + interrupt-parent = <&pio>; > + interrupts = <38 IRQ_TYPE_EDGE_FALLING>; This is probably wrong. PHY interrupts are generally level, not edge. Andrew