Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion arch/arm/boot/dts/overlays/tc358743-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/ {
compatible = "brcm,bcm2835";

fragment@100 {
legacy_frag: fragment@100 {
target = <&csi1>;
__overlay__ {
compatible = "brcm,bcm2835-unicam-legacy";
Expand All @@ -17,5 +17,12 @@

__overrides__ {
media-controller = <0>,"!100";
// Overwrites the cam0 override from tc358743.dtsi as we need to
// update legacy_frag.
cam0 = <&i2c_frag>, "target:0=",<&i2c_csi_dsi0>,
<&csi_frag>, "target:0=",<&csi0>,
<&clk_frag>, "target:0=",<&cam0_clk>,
<&tc358743>, "clocks:0=",<&cam0_clk>,
<&legacy_frag>, "target:0=",<&csi0>;
};
};