Skip to content

Commit

Permalink
set to cam1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 31, 2024
1 parent 7880c95 commit cf4bd64
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

/ {
metadata {
title = "Enable Hdmi In on CM3";
title = "Enable Hdmi In on CM3 on CAM1";
compatible = "radxa,cm3-rpi-cm4-io";
category = "camera";
exclusive = "csi2_dphy2";
description = "Enable Hdmi In on CM3";
exclusive = "csi2_dphy1";
description = "Enable Hdmi In on CM3 on CAM1";
};

fragment@0 {
Expand Down Expand Up @@ -55,12 +55,12 @@
};

fragment@1 {
target = <&i2c2>;
target = <&i2c0>;

__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c2m1_xfer>;
pinctrl-0 = <&i2c0_xfer>;
#address-cells = <1>;
#size-cells = <0>;

Expand Down Expand Up @@ -97,7 +97,7 @@
};

fragment@3 {
target = <&csi2_dphy2>;
target = <&csi2_dphy1>;

__overlay__ {
status = "okay";
Expand Down

0 comments on commit cf4bd64

Please sign in to comment.