mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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:
parent
7f43ac104a
commit
6742b99816
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user