Commit 6742b998 authored by Luis Garcia's avatar Luis Garcia Committed by Heiko Stuebner
Browse files

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: default avatarLuis Garcia <git@luigi311.com>
Link: https://patch.msgid.link/20260119010633.3447863-1-git@luigi311.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7f43ac10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;