arm64: dts: rockchip: Fix imx258 variant on pinephone pro

imx258 had the driver updated a while back and it introduced
two variants, the imx258 and imx258-pdaf. The pinephone pro
is using the pdaf variant so this switches it to the correct
variant and eliminates the pdaf pixels from the sensor output
resulting in a much cleaner image.

Signed-off-by: Luis Garcia <git@luigi311.com>
Link: https://patch.msgid.link/20260119010633.3447863-1-git@luigi311.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Luis Garcia 2026-01-18 18:06:33 -07:00 committed by Heiko Stuebner
parent 7f43ac104a
commit 6742b99816

View File

@ -451,7 +451,7 @@ &i2c1 {
status = "okay";
wcam: camera@1a {
compatible = "sony,imx258";
compatible = "sony,imx258-pdaf";
reg = <0x1a>;
clocks = <&cru SCLK_CIF_OUT>; /* MIPI_MCLK0, derived from CIF_CLKO */
lens-focus = <&wcam_lens>;