From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 DC00C2C3247; Mon, 2 Jun 2025 13:49:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872144; cv=none; b=hUxkmEr/n9+CrLjieOOZaE4Lk5fGLxWGVRYNk6vJiSVQfosUu6z+pE7WKgKm0J+VF8sPpwIJ7HZkwpDS+zSwFjtlvwpEtHYMTi3vX8VO+rfUY3X5hDetlIv9O3DtVgYMKkdtFC3FxySTmCtqZlWbE9RSAk+10rwLJiTJPnEEDWs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872144; c=relaxed/simple; bh=WTTVkjM91EbRPoZyLbHwF18j+s4v+zn4yxg3+QJS7nA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=KOx7bpsZTLt/jJ2OQ4+kwy5V1hcDQAR8MHJT+Mq2YVRM7zcZUPa7xDCsJu+yZ+y/TIdvxLARIfo6iMaUQNpHqG3eDeaNmTYYHxXkgcEQXN3xPXrei5zPAXg5iuObk9pzDfj/Qw2yTImHrO134gtVcE3CdVh2w/HDvSDURPB73SY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Kcc7H28x; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Kcc7H28x" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E041CC4CEEB; Mon, 2 Jun 2025 13:49:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748872143; bh=WTTVkjM91EbRPoZyLbHwF18j+s4v+zn4yxg3+QJS7nA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Kcc7H28xOokkYUUndxYw/bs6xWsDkxywSJY8z51rCWp1+TS9Ju+12+708poJgIsrB JEhoDXfEt278GGmZ66gpJ7KiTMFs6ptAzmfRd/KH4C3caLZ+Vcu2gay9WXj2Mb38dT VILTfUD0KvFMJzlEt6ukBYAA2tkgpjUiozTq8d7U= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Yemike Abhilash Chandra , Neha Malcom Francis , Jai Luthra , Nishanth Menon Subject: [PATCH 6.15 30/49] arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay Date: Mon, 2 Jun 2025 15:47:22 +0200 Message-ID: <20250602134239.129153030@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250602134237.940995114@linuxfoundation.org> References: <20250602134237.940995114@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Yemike Abhilash Chandra commit c68ab54a89a8c935732589a35ea2596e2329f167 upstream. 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: 4111db03dc05 ("arm64: dts: ti: k3-am62x: Add overlay for IMX219") Cc: stable@vger.kernel.org Signed-off-by: Yemike Abhilash Chandra Reviewed-by: Neha Malcom Francis Reviewed-by: Jai Luthra Link: https://lore.kernel.org/r/20250415111328.3847502-6-y-abhilashchandra@ti.com Signed-off-by: Nishanth Menon Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso | 1 - 1 file changed, 1 deletion(-) --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-csi2-imx219.dtso @@ -39,7 +39,6 @@ reg = <0x10>; clocks = <&clk_imx219_fixed>; - clock-names = "xclk"; reset-gpios = <&exp1 13 GPIO_ACTIVE_HIGH>;