Skip to content

Commit

Permalink
Update radxa-cm3-rpi-cm4-veye-m2m.dts
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 20, 2024
1 parent a99a986 commit fbb4636
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
clk_cam_24m: external-camera-clock-24m {
status = "okay";
compatible = "fixed-clock";
clock-frequency = <4000000>;
clock-frequency = <24000000>;
clock-output-names = "clk_cam_24m";
#clock-cells = <0>;
};
Expand All @@ -41,8 +41,8 @@
status = "okay";
compatible = "veye,veyecam2m";
reg = <0x3b>;
clocks = <&cru CLK_CIF_OUT>;
clock-names = "xvclk";
clocks = <&clk_cam_24m>;
clock-names = "xvclk";
pwdn-gpios = <&gpio4 RK_PC1 GPIO_ACTIVE_HIGH>;
power-domains = <&power RK3568_PD_VI>;
pinctrl-names = "default";
Expand Down

0 comments on commit fbb4636

Please sign in to comment.