From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 5BD07199BC; Thu, 10 Jul 2025 17:49:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752169745; cv=none; b=fr5g/lpiCT7pZg4YNx85E5qA/PIgmIBwZVCKrrbCktWzLNEqIuEsLK0xc6FyCl6ce9haA21hV/WhZaNssrxpVi2zlErC3+jUZNQ9DgU/4o03QVurAKJexhpzPL0gGuQWPI1XaumMuE4FQQQQ1waiyaDu+j7z7KyLMcpRAox4RI4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752169745; c=relaxed/simple; bh=8aMoKZ1sOL5EVDzlkK8be+F/TE619YYW1a1ZtVYqOhs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ejr0ODZUyY9ZU9P7kaXuqFaKZEXCAMZx2h9/HqjCHiTsuwZaL1Nnpt99Vi2/2v+KeX6Pvr1e/F88Rn2cJqSZc/dwkbCNZyC9wkdrbzhW14e1JrUHkd1SfT8Vy6m3GSTbLjIYv7+Tluh0h3hUNa5tdC9bses+Z7v32rqJXWvk4do= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=CFWNszdl; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="CFWNszdl" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id B15AEC0B; Thu, 10 Jul 2025 19:48:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1752169712; bh=8aMoKZ1sOL5EVDzlkK8be+F/TE619YYW1a1ZtVYqOhs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CFWNszdlfczeQzLNs7J34srOmd0hF5CwzvIhNmyBKPzeyUDJQqcZ6xGWXlCtoCdcy 4cwNX7v/3cm+kyY+o1lPu/RiRIcdsBolIX6utGV7yrZGJCPXdToUP11tv9zSb0XXLN HrAy4nRnxRa9BzGkCb9yhMxruIIw49eLND1GXhP8= From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Sakari Ailus , Mehdi Djait , Geert Uytterhoeven , Magnus Damm , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 14/72] arm64: dts: renesas: rzg2l-smarc: Drop clock-frequency from camera sensor node Date: Thu, 10 Jul 2025 20:47:10 +0300 Message-ID: <20250710174808.5361-15-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250710174808.5361-1-laurent.pinchart@ideasonboard.com> References: <20250710174808.5361-1-laurent.pinchart@ideasonboard.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The clock-frequency for camera sensors has been deprecated in favour of the assigned-clocks and assigned-clock-rates properties. As the clock source for the sensor is a fixed-frequency oscillator, simply drop the clock-frequency. Signed-off-by: Laurent Pinchart --- arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi b/arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi index c5bb63c63b47..4d2b0655859a 100644 --- a/arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi +++ b/arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi @@ -64,7 +64,6 @@ ov5645: camera@3c { compatible = "ovti,ov5645"; reg = <0x3c>; clocks = <&ov5645_fixed_clk>; - clock-frequency = <24000000>; vdddo-supply = <&ov5645_vdddo_1v8>; vdda-supply = <&ov5645_vdda_2v8>; vddd-supply = <&ov5645_vddd_1v5>; -- Regards, Laurent Pinchart