Skip to content

Commit

Permalink
arm: dts: n950, n9: Add secondary camera support
Browse files Browse the repository at this point in the history
FIXME

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
  • Loading branch information
Sakari Ailus authored and pali committed Feb 21, 2016
1 parent ccea823 commit 8b56f67
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/omap3-n9.dts
Expand Up @@ -35,6 +35,13 @@
};
};
};
smia_2: camera@10 {
port {
smia_2_1: endpoint {
remote-endpoint = <&ccp2b_phy1_ep>;
};
};
};
};

&isp {
Expand All @@ -51,5 +58,16 @@
lane-polarities = <1 1 1>;
};
};
port@1 {
reg = <1>;
ccp2b_phy1_ep: endpoint {
remote-endpoint = <&smia_2_1>;
data-lanes = <2>;
clock-lanes = <1>;
lane-polarity = <0 0>;
clock-inv = <0>;
strobe = <0>;
};
};
};
};

0 comments on commit 8b56f67

Please sign in to comment.