mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay
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: f767eb9180 ("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: Neha Malcom Francis <n-francis@ti.com>
Reviewed-by: Jai Luthra <jai.luthra@linux.dev>
Link: https://lore.kernel.org/r/20250415111328.3847502-4-y-abhilashchandra@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
7edf0a4d3b
commit
24ab76e55e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user