Skip to content

Commit

Permalink
dts: ov5647: Fix incorrect link frequency
Browse files Browse the repository at this point in the history
Updated the link frequency from 297000000 to the
correct values of 218500000 and 208333000

Link frequency 297000000  was not used in the driver and was incorrect.

Signed-off-by: Dominik Bajec <[email protected]>
  • Loading branch information
Bajec committed Oct 22, 2024
1 parent 2f31f9c commit c2e44e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/overlays/ov5647.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ cam_node: ov5647@36 {
/bits/ 64 <218500000 208333000>;
};
};
};

};

Check failure on line 24 in arch/arm/boot/dts/overlays/ov5647.dtsi

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: adding a line without newline at end of file

0 comments on commit c2e44e1

Please sign in to comment.