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 X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D6F4C433E2 for ; Tue, 8 Sep 2020 14:45:02 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A49A5224B8 for ; Tue, 8 Sep 2020 14:45:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FevndBNW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A49A5224B8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:References:In-Reply-To:Date:To:From:Subject:Message-ID:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=VrsBWVXxJcUufOWIxr4E4y+vAgKDHzwRW3CayKlLtrU=; b=FevndBNW6e3qyghp+Sf9a2KHs HqAGLngloEYtPNQVsaK2LzRxEsF2z3IzH2QfFY+ZP8zsflXgGuiepj5cjzX8E4oN+sYAR/1tqXwwh B2CY3ltEC2NXcL/zR+F/uisUVznBmsG4pUo1WovhAroSOZVerSrOV0RDOW4XiJAp45QHEyUPEWKlI qaSN9Z2exkcQmQ+HLKqG6D9S+IgY8+yBCY0cMQjy6AWLXzRniontkqv6xWI7dhK9W8FO1gCPgWD6c Hxo/jRwbVt5K+V2e7jqAiWAs4g4tuTHeFD4QLcU9lN400jr54TXNKqgEeAe+t42KfQztaGb3fBk6i 5eQGI0xfA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFepU-0003Gz-Kz; Tue, 08 Sep 2020 14:42:40 +0000 Received: from mx2.suse.de ([195.135.220.15]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFepS-0003GP-AI; Tue, 08 Sep 2020 14:42:39 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 16E07B6A8; Tue, 8 Sep 2020 14:42:38 +0000 (UTC) Message-ID: Subject: Re: [PATCH] clk: bcm: dvp: Select the reset framework From: Nicolas Saenz Julienne To: Maxime Ripard , Mike Turquette , Stephen Boyd Date: Tue, 08 Sep 2020 16:42:35 +0200 In-Reply-To: <20200903082636.3844629-1-maxime@cerno.tech> References: <20200903082636.3844629-1-maxime@cerno.tech> User-Agent: Evolution 3.36.5 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200908_104238_472831_7CA7E840 X-CRM114-Status: GOOD ( 17.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tim Gover , Dave Stevenson , linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, Phil Elwell , linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============6490253218576787458==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============6490253218576787458== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-DQWfpvPHOzPAvyI/v7yy" --=-DQWfpvPHOzPAvyI/v7yy Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2020-09-03 at 10:26 +0200, Maxime Ripard wrote: > The DVP driver depends both on the RESET_SIMPLE driver but also on the > reset framework itself. Let's make sure we have it enabled. >=20 > Fixes: 1bc95972715a ("clk: bcm: Add BCM2711 DVP driver") > Signed-off-by: Maxime Ripard > --- > drivers/clk/bcm/Kconfig | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig > index 784f12c72365..ec738f74a026 100644 > --- a/drivers/clk/bcm/Kconfig > +++ b/drivers/clk/bcm/Kconfig > @@ -5,6 +5,7 @@ config CLK_BCM2711_DVP > depends on ARCH_BCM2835 ||COMPILE_TEST > depends on COMMON_CLK > default ARCH_BCM2835 > + select RESET_CONTROLLER > select RESET_SIMPLE > help > Enable common clock framework support for the Broadcom BCM2711 Acked-by: Nicolas Saenz Julienne I guess this should go through the clk tree right? Thanks! Nicolas --=-DQWfpvPHOzPAvyI/v7yy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl9XmFsACgkQlfZmHno8 x/7IPQf+IvNcI5/8rN2HDc54c91eHfLGW5+D4Cry68G5oXQ8h2t4ALTM2NeQw0a9 u+dcu93OO13KGrtb9HPUXi/RUR0pGnjLY+8oyQ1TeWBYybjdcleYF5bOKWFVnEYo 6iiKpvKvw8xAkONJk/q7oVAaTxNamzjpbVovYTWKKq0yrR9iofrtG0K897vOg3HR C0LqGoYQeqaeBKUW4i9RNnQyE0nIFUUTinZwkyb2PiMvKhZtHdR8Wqk4a+Bt0Jph d4tTsznESYohF9MgZ2Zk/tam/pgdoMYNBDviZRzpN6kFK6B+uezYfuq9JMGguKjw e1+IyGPsWHevJC28sFxnr7YmnsFaJA== =k3/E -----END PGP SIGNATURE----- --=-DQWfpvPHOzPAvyI/v7yy-- --===============6490253218576787458== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============6490253218576787458==--