From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 06BDF2153E7; Wed, 10 Sep 2025 02:32:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757471561; cv=none; b=hsUOClmR2OPAyzalvZZkG1Yd2ucPGOfpVLHW2brpbk9YmJ0goch8W+IGxBOiVsU9xXeuNl22KSpHhIivDTHcv8Ug9cjmnjmcr11R4WKPvi/ZVVKnJrZdPvD6eZDIR19hDT67lcEFyiWlOfbywXO0LuvyZ09OyzbiclvwZz/bmOE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757471561; c=relaxed/simple; bh=uKnWLcPvL4FL5EbVfXRQWAlwJ32gTk07l7dEO35EovM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WSBNfdSr25LqqCpDqMfCEe3cagyqfPEI5QUKEKZW2tLC0Vy9A8Fp2NCR8rMxL6onfwMEw60FGRaFA74j9XSwGoIlSHT9sRG19mRMoxHK52O0oRSWgf7l7lJZM3MOc9zxueoLEIuP8sRhZMgiHtOmBLLK+kJcacOTB9qzi3/dZBM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kKdRxd5V; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kKdRxd5V" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45600C4CEF4; Wed, 10 Sep 2025 02:32:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757471560; bh=uKnWLcPvL4FL5EbVfXRQWAlwJ32gTk07l7dEO35EovM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kKdRxd5VDS70ED1efdOfAA+1WTSHm5aVv3nvZkgwDzJ1qge/g9SFe1s2Lm/LkMKti sGuVA1Pa6LNdzURqcUX/UrsrEWL09J14dUHCqn4PovezuTHer/JRKSV1ozJgCzjVAl 0OoxEanJ1Bd17pUgBTBHHwDqk3xUBvU5lYRgnHKdOZA1gUeqdKhRNCuilljCO8DSJQ Dd4UAKiGbyJd8dZqW9ZwRvTiY9cuPRtwuRTuVlRp6CY1z6TvbqS7+I4yvw2r6CJiwm F6wktYr8fPrRPAALKahxTh/KGOSkMYb5UCJEwZEhz8idVEmOpOZpAAyz2Ne9Ca3NrL VzAL2x5ECk0tg== Date: Tue, 9 Sep 2025 21:32:39 -0500 From: "Rob Herring (Arm)" To: Christian Marangi Cc: netdev@vger.kernel.org, Daniel Golle , linux-kernel@vger.kernel.org, Vladimir Oltean , DENG Qingfang , Heiner Kallweit , "Chester A. Unal" , linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, Matthias Brugger , AngeloGioacchino Del Regno , Jakub Kicinski , Srinivas Kandagatla , Simon Horman , Russell King , Krzysztof Kozlowski , Conor Dooley , Eric Dumazet , Lee Jones , Paolo Abeni , linux-arm-kernel@lists.infradead.org, Sean Wang , Andrew Lunn , "David S. Miller" Subject: Re: [net-next PATCH v16 02/10] dt-bindings: net: dsa: Document support for Airoha AN8855 DSA Switch Message-ID: <175747155888.3660326.7601418632786886363.robh@kernel.org> References: <20250909004343.18790-1-ansuelsmth@gmail.com> <20250909004343.18790-3-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: netdev@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: <20250909004343.18790-3-ansuelsmth@gmail.com> On Tue, 09 Sep 2025 02:43:33 +0200, Christian Marangi wrote: > Document support for Airoha AN8855 5-port Gigabit Switch. > > It does expose the 5 Internal PHYs on the MDIO bus and each port > can access the Switch register space by configurting the PHY page. > > Signed-off-by: Christian Marangi > --- > .../net/dsa/airoha,an8855-switch.yaml | 86 +++++++++++++++++++ > 1 file changed, 86 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/dsa/airoha,an8855-switch.yaml > Reviewed-by: Rob Herring (Arm)