Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Kumar, Udit" <u-kumar1@ti.com>
To: Yemike Abhilash Chandra <y-abhilashchandra@ti.com>, <nm@ti.com>,
	<vigneshr@ti.com>, <kristo@kernel.org>, <robh@kernel.org>,
	<krzk+dt@kernel.org>, <conor+dt@kernel.org>
Cc: <Frank.Li@nxp.com>, <s.hauer@pengutronix.de>,
	<kernel@pengutronix.de>, <festevam@gmail.com>,
	<andersson@kernel.org>, <geert@linux-m68k.org>,
	<dmitry.baryshkov@oss.qualcomm.com>, <arnd@arndb.de>,
	<ebiggers@kernel.org>, <luca.weiss@fairphone.com>,
	<michal.simek@amd.com>, <sven@kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<imx@lists.linux.dev>, <r-donadkar@ti.com>, <devarsht@ti.com>
Subject: Re: [PATCH v2 01/18] arm64: dts: ti: k3-{j721e/j721s2}-main: Fix indentation in CSI2RX node
Date: Mon, 27 Jul 2026 09:38:15 +0530	[thread overview]
Message-ID: <24572ff4-1d5f-441c-b7e2-237d6caaa6bf@ti.com> (raw)
In-Reply-To: <20260713113423.2310443-2-y-abhilashchandra@ti.com>



On 7/13/2026 5:04 PM, Yemike Abhilash Chandra wrote:
> From: Vaishnav Achath <vaishnav.a@ti.com>
> 
> Fix a few minor indentation errors in the cdns csi2rx clocks and
> clock-names properties.
> 

Not sure, if this need fixes tag, Vignesh ?

For change set

Reviewed-by: Udit Kumar <u-kumar1@ti.com>

> Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
> Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.com>
> ---
>  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi  | 4 ++--
>  arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 8 ++++----
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> index d5fd30a01032..5a8414fc5751 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> @@ -612,9 +612,9 @@ cdns_csi2rx0: csi-bridge@4504000 {
>  				     <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
>  			interrupt-names = "error_irq", "irq";
>  			clocks = <&k3_clks 26 2>, <&k3_clks 26 0>, <&k3_clks 26 2>,
> -				<&k3_clks 26 2>, <&k3_clks 26 3>, <&k3_clks 26 3>;
> +				 <&k3_clks 26 2>, <&k3_clks 26 3>, <&k3_clks 26 3>;
>  			clock-names = "sys_clk", "p_clk", "pixel_if0_clk",
> -				"pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk";
> +				      "pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk";
>  			phys = <&dphy0>;
>  			phy-names = "dphy";
>  
> diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
> index 1228ac5711bf..5cac119e4292 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
> @@ -1251,9 +1251,9 @@ cdns_csi2rx0: csi-bridge@4504000 {
>  				     <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
>  			interrupt-names = "error_irq", "irq";
>  			clocks = <&k3_clks 38 3>, <&k3_clks 38 1>, <&k3_clks 38 3>,
> -				<&k3_clks 38 3>, <&k3_clks 38 4>, <&k3_clks 38 4>;
> +				 <&k3_clks 38 3>, <&k3_clks 38 4>, <&k3_clks 38 4>;
>  			clock-names = "sys_clk", "p_clk", "pixel_if0_clk",
> -				"pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk";
> +				      "pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk";
>  			phys = <&dphy0>;
>  			phy-names = "dphy";
>  
> @@ -1307,9 +1307,9 @@ cdns_csi2rx1: csi-bridge@4514000 {
>  				     <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
>  			interrupt-names = "error_irq", "irq";
>  			clocks = <&k3_clks 39 3>, <&k3_clks 39 1>, <&k3_clks 39 3>,
> -				<&k3_clks 39 3>, <&k3_clks 39 4>, <&k3_clks 39 4>;
> +				 <&k3_clks 39 3>, <&k3_clks 39 4>, <&k3_clks 39 4>;
>  			clock-names = "sys_clk", "p_clk", "pixel_if0_clk",
> -				"pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk";
> +				      "pixel_if1_clk", "pixel_if2_clk", "pixel_if3_clk";
>  			phys = <&dphy1>;
>  			phy-names = "dphy";
>  



  reply	other threads:[~2026-07-27  4:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-13 11:34 [PATCH v2 00/18] Add DT support for CSI2RX multi-stream Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 01/18] arm64: dts: ti: k3-{j721e/j721s2}-main: Fix indentation in CSI2RX node Yemike Abhilash Chandra
2026-07-27  4:08   ` Kumar, Udit [this message]
2026-07-13 11:34 ` [PATCH v2 02/18] arm64: dts: ti: k3-j721e-main: Add multiple channels for CSI2RX DMA Yemike Abhilash Chandra
2026-07-27  4:13   ` Kumar, Udit
2026-07-13 11:34 ` [PATCH v2 03/18] arm64: dts: ti: k3-j721s2-main: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 04/18] arm64: dts: ti: k3-j784s4-j742s2-main-common: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 05/18] arm64: dts: ti: k3-am62p-j722s: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 06/18] arm64: dts: ti: k3-j722s-main: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 07/18] arm64: dts: ti: k3-j721e: Add overlay for fusion application daughter board Yemike Abhilash Chandra
2026-07-27  5:29   ` Kumar, Udit
2026-07-13 11:34 ` [PATCH v2 08/18] arm64: dts: ti: k3-j721s2: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 09/18] arm64: dts: ti: k3-j721e-sk: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 10/18] arm64: dts: ti: k3-j722s-evm: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 11/18] arm64: dts: ti: k3-am68-sk: Add overlay for dual Arducam V3link fusion Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 12/18] arm64: dts: ti: k3-j722s-evm: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 13/18] arm64: dts: ti: k3-j784s4-evm: Add overlay for J7EXPA01EVM Fusion2 Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 14/18] arm64: dts: ti: k3-j722s-evm: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 15/18] arm64: dts: ti: k3-j721s2: Add overlay for DS90UB954-Q1EVM Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 16/18] arm64: dts: ti: k3-j721e: " Yemike Abhilash Chandra
2026-07-13 11:34 ` [PATCH v2 17/18] arm64: dts: ti: k3-v3link: Add overlay for IMX219+UB953 serializer Yemike Abhilash Chandra
2026-07-27  6:12   ` Kumar, Udit
2026-07-13 11:34 ` [PATCH v2 18/18] arm64: defconfig: Enable DS90UB960 deserializer and DS90UB953 serializer Yemike Abhilash Chandra

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=24572ff4-1d5f-441c-b7e2-237d6caaa6bf@ti.com \
    --to=u-kumar1@ti.com \
    --cc=Frank.Li@nxp.com \
    --cc=andersson@kernel.org \
    --cc=arnd@arndb.de \
    --cc=conor+dt@kernel.org \
    --cc=devarsht@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=ebiggers@kernel.org \
    --cc=festevam@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=kristo@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luca.weiss@fairphone.com \
    --cc=michal.simek@amd.com \
    --cc=nm@ti.com \
    --cc=r-donadkar@ti.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sven@kernel.org \
    --cc=vigneshr@ti.com \
    --cc=y-abhilashchandra@ti.com \
    /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