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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 831A6C433F5 for ; Thu, 24 Feb 2022 17:09:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LhXPurlWvhRZ20HhNTn2XATjEw3IFBsHtJc2pkgs4gk=; b=0TYXgx49WtZ931 boT/6KgLjh8sRMVAEnsYaw8b/CpyFqETs0Qz5DczC6tm/7O+KtmdWkTRf/0uKtVVaTv8nKD4vMVIM frIb2p0Xrr9EqnHRCZtUlJITimxtoh6LT7Jcimu3Ju/jhtV/u2fw5ym7jonUlK1Hdk34RkeWk3iOM uGlCkIzyV3VDvh/4o+KspYruLm6yM/7/+y/aZYXIauFJmZMEiPm7tRFKyWjRWOGtDAX6byXQvOgY8 X7hgP41Tg5eTAWG66mVwJOAsaCETc5CJlQGLUfk0swmASLe/EK3tTM/p0ZRvX06LGibUQgkHaLYyP AqbdvTthbNNkzXfBb7lQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNHaq-001hqH-SU; Thu, 24 Feb 2022 17:07:53 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNHan-001hpF-Fu; Thu, 24 Feb 2022 17:07:51 +0000 Received: from [IPV6:2a01:e0a:169:7140:ce74:6df2:4b76:b230] (unknown [IPv6:2a01:e0a:169:7140:ce74:6df2:4b76:b230]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1BA3BDD; Thu, 24 Feb 2022 18:07:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1645722464; bh=D2a93rPWkVKoG+sE648U0MWSh1vgQGn4Uo4Xu0sEm3c=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jBNuK1nmNYi/KC7/e63HfnZG1cDRE3nntQC7BVbabJbb++KCDv9Gaae8J3ZnlsDiZ MyPYShK4RjDeWJuwx690bAj23fduA0nzl/tUAQ7ex4Hbl4ZopIySqDVqLHdUh0L/Bw 0l+hoVQ4956lGlMx7FyEO7BK912Dsr5tioUmg1yQ= Message-ID: <944bdedc-afbb-e427-bd1d-676f8ed21a48@ideasonboard.com> Date: Thu, 24 Feb 2022 18:07:41 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v5.1 2/2] ARM: dts: bcm2711: Add unicam CSI nodes Content-Language: en-US To: Stefan Wahren , linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, devicetree@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, sbranden@broadcom.com, rjui@broadcom.com, f.fainelli@gmail.com, nsaenz@kernel.org, robh+dt@kernel.org, laurent.pinchart@ideasonboard.com, dave.stevenson@raspberrypi.com, naush@raspberrypi.com References: <20220208155027.891055-7-jeanmichel.hautbois@ideasonboard.com> <20220223143434.71853-1-jeanmichel.hautbois@ideasonboard.com> <20220223143434.71853-2-jeanmichel.hautbois@ideasonboard.com> <3fceae58-b43e-0034-19c2-078f18010001@i2se.com> From: Jean-Michel Hautbois In-Reply-To: <3fceae58-b43e-0034-19c2-078f18010001@i2se.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220224_090749_741903_A52317FB X-CRM114-Status: GOOD ( 13.96 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Stefan, On 24/02/2022 18:03, Stefan Wahren wrote: > Hi Jean-Michel, > > the version v5.1 is a little bit confusing, because it looks like to be > applied to stable linux-5.1, which is not intended. Sorry for the confusion, I don't want to send a full v6 now, as it will need to be rebased on top of the multiplexed streams series in its v11 which is not yet posted on the ML :-). > > Am 23.02.22 um 15:34 schrieb Jean-Michel Hautbois: >> Add both MIPI CSI-2 nodes in the core bcm2711 tree. Use the 3-cells >> interrupt declaration, corresponding clocks and default as disabled. >> >> Thanks to Stefan Wahren for his guidance on how to deal with different >> RPi variants. > > Can you please explain why you split these patches from the original series? Because the firmware clocks are independent from the csi nodes and so, it sounded logical to split it in half ? > > I didn't had the time to test, but applying these patches would > "disable" bcm2835-camera driver? Wasn't it already the case ? It is intended, we don't want those to be "okay" by default ? Or do I miss your point maybe (probably :-)) ? Thanks, JM > > Best regards > Stefan > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel