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

Aaro Koskinen aaro.koskinen at iki.fi
Tue Aug 11 11:32:08 PDT 2026


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 <laurent.pinchart at ideasonboard.com>

Acked-by: Aaro Koskinen <aaro.koskinen at iki.fi>

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 at 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
> 



More information about the linux-arm-kernel mailing list