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 2140B25C70C; Sun, 8 Jun 2025 21:25:31 +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=1749417933; cv=none; b=o40/AU1c8hnd1OgxO/3PpRwTwerfQIWr8kapqQOSaQjAAnm9fimqMCELW9Dx+Av0L7NbWyfdNy+MAPYuX2tZ1fyzrJbRn3VJJvN0+p34b9qvhD577o9M77aQJchy+38XKm++44RYNYONJ7c5HKtwntjJ8gNQr9jycHiOMWSRqXs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749417933; c=relaxed/simple; bh=xl4y0i3YhCOPQ0cTxa+mPgTY1GeEUKzUFI1a2mwOvH0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WNcHhnhe7mD4Vr0iSrqBEhx9vun2Xl8UphC0Ia2lHuUuGQDbz0SXPIhHKk3/JfBezMJBUJMwbtCYMfXCKAXLM8rTckLN4uy1KiqRxEwCFrJHv7WpDeCFEWx6NIirMzVJ1ussDpatbzRQm60/NUbSTDQE4vzZRr048IqzHQlFVQ8= 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=TKVshFrl; 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="TKVshFrl" 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=E/mQ7BoLcVrO59Xnl3ZQlHndr969rCpRyg45FKaGvoI=; b=TKVshFrl5DXthqifrs05BGdJyK m8KjuamhBugZEL/wfcv5dN1DjtwKrWBClnWVuqVwuPgQd1VAe48o6HiestzuDpnHgwFmkwUJG7mKM yWD6DPX6+v2jJXY25PcJGwPiROdNZ3cbFLznRaparNONitVTfLHH1/MwmKmBaayYjDlw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1uONVw-00F6gT-IO; Sun, 08 Jun 2025 23:25:12 +0200 Date: Sun, 8 Jun 2025 23:25:12 +0200 From: Andrew Lunn To: Frank Wunderlich Cc: MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Georgi Djakov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Frank Wunderlich , Jia-Wei Chang , Johnson Wang , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Landen Chao , DENG Qingfang , Sean Wang , Daniel Golle , Lorenzo Bianconi , Felix Fietkau , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v3 07/13] arm64: dts: mediatek: mt7988: add switch node Message-ID: <1fdfba6b-1bf6-4865-be21-2b4d716fbfc0@lunn.ch> References: <20250608211452.72920-1-linux@fw-web.de> <20250608211452.72920-8-linux@fw-web.de> Precedence: bulk X-Mailing-List: devicetree@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: <20250608211452.72920-8-linux@fw-web.de> > + mdio { > + #address-cells = <1>; > + #size-cells = <0>; > + mediatek,pio = <&pio>; > + > + gsw_phy0: ethernet-phy@0 { > + compatible = "ethernet-phy-ieee802.3-c22"; > + reg = <0>; > + interrupts = <0>; > + phy-mode = "internal"; More phys with a phy-mode? Andrew