Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Jai Luthra" <jai.luthra@ideasonboard.com>
Cc: robh@kernel.org, devicetree@vger.kernel.org, conor+dt@kernel.org,
	krzk+dt@kernel.org
Subject: Re: [PATCH 3/4] arm64: dts: ti: k3-am67a-beagley-ai: Add overlay for IMX219 on CSI0
Date: Thu, 14 May 2026 19:56:25 +0000	[thread overview]
Message-ID: <20260514195625.BAC5BC2BCB3@smtp.kernel.org> (raw)
In-Reply-To: <20260514-beagley-cameras-v1-3-5c3500b5a436@ideasonboard.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The camera reset GPIO pin is incorrectly configured as PIN_INPUT instead of PIN_OUTPUT.
--

commit 993d862219c5039d0e1b221804ac5c16ba10eb4d
Author: Jai Luthra <jai.luthra@ideasonboard.com>

arm64: dts: ti: k3-am67a-beagley-ai: Add overlay for IMX219 on CSI0

This commit adds a device tree overlay for the BeagleY AI board to enable
the IMX219 camera sensor. It configures the clocks, regulators, pinmuxing,
and CSI2 receiver endpoints for the camera connected to the CSI0 port.

> diff --git a/arch/arm64/boot/dts/ti/k3-am67a-beagley-ai-csi0-imx219.dtso b/arch/arm64/boot/dts/ti/k3-am67a-beagley-ai-csi0-imx219.dtso
> new file mode 100644
> index 0000000000000..52698d1a0f08f
> --- /dev/null
> +++ b/arch/arm64/boot/dts/ti/k3-am67a-beagley-ai-csi0-imx219.dtso

[ ... ]

> +&mcu_pmx0 {
> +	cam0_reset_pins_default: cam0-default-reset-pins {
> +		pinctrl-single,pins = <
> +			J722S_MCU_IOPAD(0x003c, PIN_INPUT, 7) /* (C1) MCU_MCAN1_TX.MCU_GPIO0_15 */

Is PIN_INPUT the intended configuration for this camera reset pin?

Since this pin is used as an output signal to drive the reset line for the
IMX219 sensor, should it be configured as PIN_OUTPUT? While the GPIO
subsystem will set the direction correctly, configuring it as an input
enables the input receiver which might be unnecessary for a unidirectional
output.

> +		>;
> +	};
> +};

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260514-beagley-cameras-v1-0-5c3500b5a436@ideasonboard.com?part=3

  reply	other threads:[~2026-05-14 19:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-14 14:56 [PATCH 0/4] arm64: dts: ti: BeagleY-AI camera overlays Jai Luthra
2026-05-14 14:56 ` [PATCH 1/4] arm64: dts: ti: k3-am67a-beagley-ai: Add I2C2 pinctrl Jai Luthra
2026-05-14 14:56 ` [PATCH 2/4] arm64: dts: ti: k3-am67a-beagley-ai: Add DSI0/CSI1 mux Jai Luthra
2026-05-14 14:56 ` [PATCH 3/4] arm64: dts: ti: k3-am67a-beagley-ai: Add overlay for IMX219 on CSI0 Jai Luthra
2026-05-14 19:56   ` sashiko-bot [this message]
2026-05-14 14:56 ` [PATCH 4/4] arm64: dts: ti: k3-am67a-beagley-ai: Add overlay for IMX219 on CSI1 Jai Luthra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260514195625.BAC5BC2BCB3@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jai.luthra@ideasonboard.com \
    --cc=krzk+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox