From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 B1A1F18E743 for ; Wed, 9 Oct 2024 10:16:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728468964; cv=none; b=cNspnRPiT1DjYAe48k3zaiUwnbqB0YWKNcXBkISUy48x/J+GbXtSc3ykkBtIDdTOkFdvJ77uWzGwWUQi7LqMUNXcGOWE7yEDDTkmoSOKH1MSeE+gSmsykLqMaHsm562/3jj9Awx49bMk/ErYBwUHXTCUdlz6HlNqMMEL7RPpvsg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728468964; c=relaxed/simple; bh=0eimK0Ie+sE2DLqpiXqX1l42nk9HuNAsOPrgHj/pl5g=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=q9e4NmPIvdzUhJ9K/u7Ezj0kjFv4YkwPUekmG0VE4NxdAT/aWr29O/84/Gc/LMA1WKniQYu682ZEpDbrjadbq1Z6tAiyrvdFnxgw/RbsPA3GwfHXwnUdxVur97N+tZQ2zG5loRUw5mdtscRRKPo1v1BWjvKCEkRhDR13owEgPXo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1syTjK-000804-O1; Wed, 09 Oct 2024 12:15:42 +0200 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1syTjK-000a0y-8g; Wed, 09 Oct 2024 12:15:42 +0200 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1syTjK-0006wK-0X; Wed, 09 Oct 2024 12:15:42 +0200 Message-ID: <1bd631cc78a40ad75866b834e43682e103c20f5e.camel@pengutronix.de> Subject: Re: [PATCH v7 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency From: Philipp Zabel To: Herve Codina , Geert Uytterhoeven , Andy Shevchenko , Simon Horman , Lee Jones , Arnd Bergmann , Derek Kiernan , Dragan Cvetic , Greg Kroah-Hartman , Bjorn Helgaas , Lars Povlsen , Steen Hegelund , Daniel Machon , UNGLinuxDriver@microchip.com, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Saravana Kannan Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Horatiu Vultur , Andrew Lunn , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Allan Nielsen , Luca Ceresoli , Thomas Petazzoni Date: Wed, 09 Oct 2024 12:15:42 +0200 In-Reply-To: <20241003081647.642468-5-herve.codina@bootlin.com> References: <20241003081647.642468-1-herve.codina@bootlin.com> <20241003081647.642468-5-herve.codina@bootlin.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org On Do, 2024-10-03 at 10:16 +0200, Herve Codina wrote: > The sparx5 reset controller depends on the SPARX5 architecture or the > LAN966x SoC. >=20 > This reset controller can be used by the LAN966x PCI device and so it > needs to be available when the LAN966x PCI device is enabled. >=20 > Signed-off-by: Herve Codina > Reviewed-by: Steen Hegelund Reviewed-by: Philipp Zabel regards Philipp