From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D718C433FE for ; Wed, 9 Feb 2022 17:36:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238372AbiBIRgj (ORCPT ); Wed, 9 Feb 2022 12:36:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234972AbiBIRgf (ORCPT ); Wed, 9 Feb 2022 12:36:35 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4F23C0613C9; Wed, 9 Feb 2022 09:36:35 -0800 (PST) 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=SAEY4tO5RFqhLp5ofFgnaaShi4GQVJzf3c7KN8jXJCg=; b=ezurnzFXJYf65/MurHowP3chYp pyHXtrCZ49enm52qiHMmG9WyyteyTzLzPDL1l131YOrbbMP/5DUeFuVSgQbSLu8Ihvi64be1vZ7mY yJk5Qf8Xmwxggy67jKp9BczL7Y/6/rTmPc402TktVfyFftkppcZ75Wnu5213+EBFcmU0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nHqt4-0059nG-Jq; Wed, 09 Feb 2022 18:36:14 +0100 Date: Wed, 9 Feb 2022 18:36:14 +0100 From: Andrew Lunn To: Alvin =?utf-8?Q?=C5=A0ipraga?= Cc: Rob Herring , Luiz Angelo Daros de Luca , Linus Walleij , "devicetree@vger.kernel.org" , Arnd Bergmann , Olof Johansson , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Florian Fainelli , Stephen Rothwell , Vivien Didelot , Vladimir Oltean , "David S . Miller" , Jakub Kicinski , "open list:NETWORKING DRIVERS" , open list Subject: Re: [PATCH] dt-bindings: net: dsa: realtek-smi: convert to YAML schema Message-ID: References: <20211228072645.32341-1-luizluca@gmail.com> <87zgn0gf3k.fsf@bang-olufsen.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zgn0gf3k.fsf@bang-olufsen.dk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > So, in summary: > > - one interrupt for the switch > - the switch is an interrupt-controller > - ... and is the interrupt-parent for the phy nodes. This pattern is pretty common for DSA switches, which have internal PHYs. You can see this in the mv88e6xxx binding for example. Andrew