Re: [PATCH v3 4/7] ARM: dts: ti: omap3-n9: Replace clock-frequency in camera sensor node

Aaro Koskinen <[email protected]>
Newsgroups org.kernel.vger.linux-omap,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree
Message-ID <[email protected]>
Hi,

On Mon, Aug 10, 2026 at 09:06:01PM +0300, Laurent Pinchart wrote:
> The clock-frequency for camera sensors has been deprecated in favour of
> the assigned-clocks and assigned-clock-rates properties. Replace it in
> the device tree.
> 
> Signed-off-by: Laurent Pinchart <[email protected]>

Acked-by: Aaro Koskinen <[email protected]>

A.

> ---
>  arch/arm/boot/dts/ti/omap/omap3-n9.dts | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/ti/omap/omap3-n9.dts b/arch/arm/boot/dts/ti/omap/omap3-n9.dts
> index a3cf3f443785..2edc1933449b 100644
> --- a/arch/arm/boot/dts/ti/omap/omap3-n9.dts
> +++ b/arch/arm/boot/dts/ti/omap/omap3-n9.dts
> @@ -21,8 +21,11 @@ smia_1: camera@10 {
>  		reg = <0x10>;
>  		/* No reset gpio */
>  		vana-supply = <&vaux3>;
> +
>  		clocks = <&isp 0>;
> -		clock-frequency = <9600000>;
> +		assigned-clocks = <&isp 0>;
> +		assigned-clock-rates = <9600000>;
> +
>  		flash-leds = <&as3645a_flash &as3645a_indicator>;
>  		port {
>  			smia_1_1: endpoint {
> -- 
> Regards,
> 
> Laurent Pinchart
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.