From patchwork Fri Jan 21 09:33:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 12719541 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 45254C433EF for ; Fri, 21 Jan 2022 09:35:51 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=RZoW0eRfOvBlvWDc5H10MJzg/80gBCHEzKQsEHx60+Q=; b=LDnjqker3NdmYY XP0vsmLGTD70JFufW0i//klcsU5zlHkRtHRDZhc4Hn2++vXGKTJ2XAdHWlQIjRJsmoJHw7P9H/Rj3 b2Kf9kJBeEswjtBrmTgG1hw9alUV/4ONolmR0eGWjABhiC3c0c9XS1LsMtE2G2Vh9ppD7UIyxuG44 fFGrROjQH+SRA2AiuyNIfW0lmd8yVEt2bm2lDBUaaH8YuF/kKkXTbLsmPspIwvqJEBTOsb4jbfhIy SHEG0F7ID+YP3cwnCY/+UWskGCcPT1pygWKpszjn7L7gSiOL6yY9sgFNZXO2PJXxYSZxbYUtbYWfO KPIv/pyq8d+ZYjlJpeuA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAqJg-00EUAu-IG; Fri, 21 Jan 2022 09:34:44 +0000 Received: from comms.puri.sm ([159.203.221.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAqJd-00EUA6-6d for linux-arm-kernel@lists.infradead.org; Fri, 21 Jan 2022 09:34:42 +0000 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id CE625DF9DC; Fri, 21 Jan 2022 01:34:08 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D8b-TvVhkATg; Fri, 21 Jan 2022 01:34:08 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org Cc: 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, Martin Kepplinger Subject: [PATCH v1 0/2] arm64: dts: imx8mq: fix mipi_csi port numbering Date: Fri, 21 Jan 2022 10:33:24 +0100 Message-Id: <20220121093326.2388251-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220121_013441_268207_297C7A84 X-CRM114-Status: GOOD ( 10.33 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-)