mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rv1106-evb-cam: support camera ircut
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I73feabef84ce9a31b207420e06560ec9976d58f3
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
|
||||
*
|
||||
*/
|
||||
/ {
|
||||
cam_ircut0: cam_ircut {
|
||||
status = "okay";
|
||||
compatible = "rockchip,ircut";
|
||||
ircut-open-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||
ircut-close-gpios = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>;
|
||||
rockchip,camera-module-index = <0>;
|
||||
rockchip,camera-module-facing = "back";
|
||||
};
|
||||
};
|
||||
|
||||
&csi2_dphy_hw {
|
||||
status = "okay";
|
||||
@@ -119,6 +129,7 @@
|
||||
rockchip,camera-module-facing = "back";
|
||||
rockchip,camera-module-name = "CMK-OT2117-PC1";
|
||||
rockchip,camera-module-lens-name = "30IRC-F16";
|
||||
lens-focus = <&cam_ircut0>;
|
||||
port {
|
||||
sc4336_out: endpoint {
|
||||
remote-endpoint = <&csi_dphy_input2>;
|
||||
|
||||
Reference in New Issue
Block a user