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 61418C433F5 for ; Sat, 29 Jan 2022 06:31:17 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=K8QaNEkyaEY29AJ+dbgfp58vox008QDXUS4HDmk3W2w=; b=WLFqYXQ+OI55Em 109SKQu7Ws2xZLya1ZyydPEkNZjRWNVyLAkaSs+/vivayizvyPJ0dKgqsRz8eZcD09ZtV1u0CjP9j y8E2X9FpzzJObgBVvVucZxywtwXPlmQxMzW2Z80gRuY3M18KWNJ95MjgEfXuZNI7H5EFEaCU48tkl ctB2DSt1Lkq1D652ls86Wch5eUfJADe+JbHhaGrAQo8yvxB2Wh5+wKb96pgIiHFj2So+/kWbEQ9aO 9JciWnefO6EVBx099kSg3NUpdTtUVi8HUMAHP48oATLH0DhsScstcEhTxgqHtHyfev4uhZ9JxgaRC k0TT+iMLjwLAF26BPrCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDhFV-0049Dk-Dw; Sat, 29 Jan 2022 06:30:13 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDhFS-0049Cx-9g for linux-arm-kernel@lists.infradead.org; Sat, 29 Jan 2022 06:30:11 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 05799B810B5; Sat, 29 Jan 2022 06:30:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17C18C340E5; Sat, 29 Jan 2022 06:30:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643437806; bh=n5bRWi0m5mJ6YjL6XrHyZXTFrOPN0+5O+FbZQVdAgPw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hZI12qGVt31IQWCnO7uDi1TjfJAq2qD+zjCb3tPNHbBRymbf32zuHSnyX4JEVvEY/ SFR+fDlDGetyMW0CD6rTNVVXVmOG2bqyGgjXnByUMP7sQzmS723mLW12VrRkqke4IY IwBNfhpf6TZz3v3QAFn1/Qn8g4eG3fRuzIYiIXo7yAzNCcFFqnf1eF4xEkkBXhEbko uRtVrFvmBc3Gxs1pmZa/3y8HFxKg7RgX1cM1oQOfMYXn3YmCi2eQ0kZIBcCJRONn02 V8EGHr+9wXWrpFmNq4nKbaRyKeO7WB9Sjufhbrv0S88NkL44Ao6RT9pogakKhBD7K7 Hlct81a10Ol4A== Date: Sat, 29 Jan 2022 14:30:00 +0800 From: Shawn Guo To: Martin Kepplinger Cc: robh@kernel.org, kernel@pengutronix.de, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, phone-devel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/2] arm64: dts: imx8mq: fix mipi_csi port numbering Message-ID: <20220129062959.GU4686@dragon> References: <20220121093326.2388251-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220121093326.2388251-1-martin.kepplinger@puri.sm> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220128_223010_502933_8A0E42B7 X-CRM114-Status: GOOD ( 16.34 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jan 21, 2022 at 10:33:24AM +0100, Martin Kepplinger wrote: > hi Shawn and all interested, > > This is a fix for an embarrassing bug that slipped into commit > bcadd5f66c2a ("arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions") > and commit fed7603597fa ("arm64: dts: imx8mq-librem5: describe the selfie cam"). > > When preparing the imx8mq.dtsi description I only tested with port@1 > being connected to the csi bridge, but what I sent said port@0. > > I have this on my list for a while and want to sort this out now. I'm > sorry for the inconvenience. Until now imx8mq-librem5 is the only user > (maybe because of this :). > > thank you, > > martin > > > Martin Kepplinger (2): > arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers > arm64: dts: imx8mq-librem5: fix mipi_csi1 port number to sensor Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel