Skip to content

Commit 6742b99

Browse files
luigi311mmind
authored andcommitted
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>
1 parent 7f43ac1 commit 6742b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
status = "okay";
452452

453453
wcam: camera@1a {
454-
compatible = "sony,imx258";
454+
compatible = "sony,imx258-pdaf";
455455
reg = <0x1a>;
456456
clocks = <&cru SCLK_CIF_OUT>; /* MIPI_MCLK0, derived from CIF_CLKO */
457457
lens-focus = <&wcam_lens>;

0 commit comments

Comments
 (0)