Message ID | 20250409134128.2098195-4-y-abhilashchandra@ti.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Fix dtbs_check warnings in CSI overlays | expand |
On 4/9/2025 7:11 PM, Yemike Abhilash Chandra wrote: > The IMX219 sensor device tree bindings do not include a clock-names > property. Remove the incorrectly added clock-names entry to avoid > dtbs_check warnings. > > Fixes: f767eb918096 ("arm64: dts: ti: k3-j721e-sk: Add overlay for IMX219") > Cc: stable@vger.kernel.org > Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.com> > --- > arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso b/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso > index 47bb5480b5b0..4a395d1209c8 100644 > --- a/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso > +++ b/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso > @@ -34,7 +34,6 @@ imx219_0: imx219-0@10 { > reg = <0x10>; > > clocks = <&clk_imx219_fixed>; > - clock-names = "xclk"; > > port { > csi2_cam0: endpoint { > @@ -56,7 +55,6 @@ imx219_1: imx219-1@10 { > reg = <0x10>; > > clocks = <&clk_imx219_fixed>; > - clock-names = "xclk"; > > port { > csi2_cam1: endpoint { Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Hi Abhilash, Thanks for the fix. On Wed, Apr 09, 2025 at 07:11:24PM +0530, Yemike Abhilash Chandra wrote: > The IMX219 sensor device tree bindings do not include a clock-names > property. Remove the incorrectly added clock-names entry to avoid > dtbs_check warnings. > > Fixes: f767eb918096 ("arm64: dts: ti: k3-j721e-sk: Add overlay for IMX219") > Cc: stable@vger.kernel.org > Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.com> Reviewed-by: Jai Luthra <jai.luthra@linux.dev> > --- > arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso b/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso > index 47bb5480b5b0..4a395d1209c8 100644 > --- a/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso > +++ b/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso > @@ -34,7 +34,6 @@ imx219_0: imx219-0@10 { > reg = <0x10>; > > clocks = <&clk_imx219_fixed>; > - clock-names = "xclk"; > > port { > csi2_cam0: endpoint { > @@ -56,7 +55,6 @@ imx219_1: imx219-1@10 { > reg = <0x10>; > > clocks = <&clk_imx219_fixed>; > - clock-names = "xclk"; > > port { > csi2_cam1: endpoint { > -- > 2.34.1 >
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso b/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso index 47bb5480b5b0..4a395d1209c8 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso +++ b/arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso @@ -34,7 +34,6 @@ imx219_0: imx219-0@10 { reg = <0x10>; clocks = <&clk_imx219_fixed>; - clock-names = "xclk"; port { csi2_cam0: endpoint { @@ -56,7 +55,6 @@ imx219_1: imx219-1@10 { reg = <0x10>; clocks = <&clk_imx219_fixed>; - clock-names = "xclk"; port { csi2_cam1: endpoint {
The IMX219 sensor device tree bindings do not include a clock-names property. Remove the incorrectly added clock-names entry to avoid dtbs_check warnings. Fixes: f767eb918096 ("arm64: dts: ti: k3-j721e-sk: Add overlay for IMX219") Cc: stable@vger.kernel.org Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@ti.com> --- arch/arm64/boot/dts/ti/k3-j721e-sk-csi2-dual-imx219.dtso | 2 -- 1 file changed, 2 deletions(-)