Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp1369101pxb; Fri, 21 Jan 2022 16:44:37 -0800 (PST) X-Google-Smtp-Source: ABdhPJzCk9g1vG/gSvUOec+5yTIAMD5UGIH2Apb33fbhq+hkFyvcML+C99SxhSVxUJ5zsEuaRB3A X-Received: by 2002:a05:6a00:1592:b0:4c2:7f6e:c37d with SMTP id u18-20020a056a00159200b004c27f6ec37dmr5996488pfk.82.1642812277067; Fri, 21 Jan 2022 16:44:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642812277; cv=none; d=google.com; s=arc-20160816; b=R8EEnDQy5UfYnCASQuSWmtkPSMM1OepwJrGToRQkyC3vSJ6wLmZPbIv8qPNchoz4Ax W1AjPvFp1fAg6X07xa1xS5BclFhBTeSwnM1eW4tJZqzYYtZJz9KRCpGSsimFP0egUKNL obOQR1GgPG5nPa7y2gW2l/fR646DogYfCbiLE371miYfv6+eiKQSO8CL2vkBPjz1eXBw BeoxdjNfLCve6RBN11tZDcnvjG4ycBhBGi+zwldLoG9Mtj9YxsR8JKLwws6UwxoWxpGt BiCR2zxVDwUnoLYAau+0EnuKnC7L7OJa1cz4FRHiGHSG3WAtx0aLNe6AoClcpmc5ulVy 2svQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=2uFXAis0OjEHl/nLc6/tkhrhWAqwnuKqOfA6jI6qHEo=; b=HtbcxjkZJoWNKQMiRrMk3s1nXIWEAvx3olETfWdcNJYQqdNmx89traESFX1d/X7l4b divgHSW1OtB65EvPda6bzJzjHvoxiUGXVXakkhaVZwB8fwELOf92blUa8K6XT5sf2moM N/nhhqT0eKAuvQDXLMNTN4Nlw7KdddjNTjNyRpcLEMbYZa8m5K3FlOI6cTbfTUVj4Ceq ZOFTOR56MyhLtrl6nnnE6ARvN5tRkh5Ezl1bHvTLeHfy73pVWlDsCsT/d88zRESL8z2c ENRn/HPAT0YT2M28/Zg0MB83WmrAQOzZP6SGgBbmLj39kArHJlGM3n5iuHeVZDrcjFss 0k5Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h20si7061328pfn.59.2022.01.21.16.44.25; Fri, 21 Jan 2022 16:44:37 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379752AbiAUJeK (ORCPT + 99 others); Fri, 21 Jan 2022 04:34:10 -0500 Received: from comms.puri.sm ([159.203.221.185]:56104 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349592AbiAUJeJ (ORCPT ); Fri, 21 Jan 2022 04:34:09 -0500 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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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(-) -- 2.30.2