Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Luis Garcia and committed by
Heiko Stuebner
6742b998 7f43ac10

+1 -1
+1 -1
arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
··· 451 451 status = "okay"; 452 452 453 453 wcam: camera@1a { 454 - compatible = "sony,imx258"; 454 + compatible = "sony,imx258-pdaf"; 455 455 reg = <0x1a>; 456 456 clocks = <&cru SCLK_CIF_OUT>; /* MIPI_MCLK0, derived from CIF_CLKO */ 457 457 lens-focus = <&wcam_lens>;