From patchwork Tue Dec 17 02:41:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Heidelberg X-Patchwork-Id: 13910923 Received: from ixit.cz (ip-89-177-23-149.bb.vodafone.cz [89.177.23.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E7A5E2595 for ; Tue, 17 Dec 2024 02:42:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=89.177.23.149 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734403349; cv=none; b=QZruKf69ptESEN9RclgOUgA4l3DDCjgPJanKF8ki+HZLTPzSzg5/risJrMUllpS7OKG1YIi/A71vv80K9Wq8tiHiHzmzViBF/ZEd0aZXwl+//ctNgfpg3+hx0KWrt7W9rnFfjI6moi1Lk0f3FarQE9tRaeIRPROC5rDHiEeJ4gQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734403349; c=relaxed/simple; bh=ZaW8jX56lhsA3mvxJABfmr0Sl4etpErYZC7vDB9jGkw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=gin03BoSiDZ2/ve3n7wTV/6v6/rHGmhm9vJpdKRXU6ib08YiZa4WuBph07KFG2N111t/V1qIlknhuQtn6/WbUlqmO5QC7n565WDuuBwWsBUQ+KGSzZQqAiwO3XX9QAaMHDtFyGswbie/2d2ZyOeem6z9ZummfF2xiH+KhtR3scw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ixit.cz; spf=pass smtp.mailfrom=ixit.cz; dkim=pass (1024-bit key) header.d=ixit.cz header.i=@ixit.cz header.b=Ya3k+FNL; arc=none smtp.client-ip=89.177.23.149 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ixit.cz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ixit.cz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ixit.cz header.i=@ixit.cz header.b="Ya3k+FNL" Received: from newone.lan (99-158-29-91.lightspeed.miamfl.sbcglobal.net [99.158.29.91]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 8316F160E15; Tue, 17 Dec 2024 03:42:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1734403337; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=hiGqN27tDAV5FzljGhw0omCZAMqhmOG3k/Hy3TcNcVQ=; b=Ya3k+FNLuQ/rfXYftJ0HcaO2J7yOnwSEdVqwRZYaxKfufAiTB4HqfXOV7rMlvd64vZkCQh pY1DL4jgthkHbO1JXxsIMOvu/JJwXXvLQfgl/OtdCFrEDqEscGOFAvkFM+qzERolzOSOK2 UeXP5HXFl4xBS4OGdrvgn6vMJ73e5+I= From: David Heidelberg To: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Dave Stevenson , David Heidelberg Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: media: imx219: Rename to include vendor prefix Date: Mon, 16 Dec 2024 21:41:50 -0500 Message-ID: <20241217024206.1700170-1-david@ixit.cz> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 imx219.yaml doesn't include the vendor prefix of sony, so rename to add it. Update the id entry and MAINTAINERS to match. Signed-off-by: David Heidelberg --- .../bindings/media/i2c/{imx219.yaml => sony,imx219.yaml} | 2 +- MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/devicetree/bindings/media/i2c/{imx219.yaml => sony,imx219.yaml} (97%) diff --git ./Documentation/devicetree/bindings/media/i2c/imx219.yaml ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml similarity index 97% rename from Documentation/devicetree/bindings/media/i2c/imx219.yaml rename to Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml index 07d088cf66e0..8b23e5fc6a24 100644 --- ./Documentation/devicetree/bindings/media/i2c/imx219.yaml +++ ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/media/i2c/imx219.yaml# +$id: http://devicetree.org/schemas/media/i2c/sony,imx219.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor diff --git ./MAINTAINERS ./MAINTAINERS index 453ba75fce3b..32a4d057a559 100644 --- ./MAINTAINERS +++ ./MAINTAINERS @@ -21796,7 +21796,7 @@ M: Dave Stevenson L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media.git -F: Documentation/devicetree/bindings/media/i2c/imx219.yaml +F: Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml F: drivers/media/i2c/imx219.c SONY IMX258 SENSOR DRIVER From patchwork Tue Dec 17 02:41:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Heidelberg X-Patchwork-Id: 13910924 Received: from ixit.cz (ip-89-177-23-149.bb.vodafone.cz [89.177.23.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EC54E13B7A1 for ; Tue, 17 Dec 2024 02:42:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=89.177.23.149 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734403364; cv=none; b=m7iK+cSYdv3gDekbC74UV0Oo2ZnQwqq+nOX45ZOupWSalNMR4b7LaZtNiWh8SAj0fH0UQidl5MyHlijQs/O8MP2MrIHDY/I/o5FvWSVVz7dQWPnumrr2OFPZMANhBWJwtQFKjMGPh09zP3QmfmUTsU+A8g2hNwo1fHpGXHQQ19U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734403364; c=relaxed/simple; bh=A102L0fk4A8NCVFDrVauUTQZqLxYnrqSEqC65emxM0U=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=STfwSmE2CuqYUfqBWyBosHfIMH6yscHai7O+wh9UKwRjFsPKnX8lLigQyKb+xeYhPZ4b5Wutf9nJUsK10DRjhzdcY9zNJ+1XkzsTYCdRZuNgc370iyJJebyl/kIIWpMPUExVIOsSR4v57Qs2qJNsFDdhoJyLxz1oPx7K7ziy9fs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ixit.cz; spf=pass smtp.mailfrom=ixit.cz; dkim=pass (1024-bit key) header.d=ixit.cz header.i=@ixit.cz header.b=wR95ql9q; arc=none smtp.client-ip=89.177.23.149 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ixit.cz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ixit.cz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ixit.cz header.i=@ixit.cz header.b="wR95ql9q" Received: from newone.lan (99-158-29-91.lightspeed.miamfl.sbcglobal.net [99.158.29.91]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 0CFA7160E15; Tue, 17 Dec 2024 03:42:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1734403360; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8KV2xbQSHKJvj/DTKYIg0pZucUjVVxC63u16azmPWVg=; b=wR95ql9qIuXR/kO/Sx2tUoawOYHaahfOaPX575MFHun0NvBiCFGmqMQH75AbY0kSFSdHvC CEmxgwFH8TDmdDbgOjjdzUmYYtpJADqDsp2mQWB0ehn8NaP8izJchk/VNpY8ScRSsv3ZMB d7iB030lOxyfNnvmWPFNFFfmVB5fHdg= From: David Heidelberg To: Dave Stevenson , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam Cc: David Heidelberg , linux-media@vger.kernel.org, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] dt-bindings: media: imx219: Describe sensor address using the reg property Date: Mon, 16 Dec 2024 21:41:51 -0500 Message-ID: <20241217024206.1700170-2-david@ixit.cz> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241217024206.1700170-1-david@ixit.cz> References: <20241217024206.1700170-1-david@ixit.cz> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Use the reg property instead of text in the description. Drop useless description of reg property. Signed-off-by: David Heidelberg Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml index 8b23e5fc6a24..066eeb7af5e3 100644 --- ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml +++ ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml @@ -12,7 +12,7 @@ maintainers: description: |- The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor with an active array size of 3280H x 2464V. It is programmable through - I2C interface. The I2C address is fixed to 0x10 as per sensor data sheet. + I2C interface. Image data is sent through MIPI CSI-2, which is configured as either 2 or 4 data lanes. @@ -21,8 +21,7 @@ properties: const: sony,imx219 reg: - description: I2C device address - maxItems: 1 + const: 0x10 clocks: maxItems: 1