@@ -14,18 +14,20 @@ &camcc {
};
&camss {
+ status = "okay";
vdda-phy-supply = <&vreg_l5a_0p88>;
vdda-pll-supply = <&vreg_l9a_1p2>;
+
+ phys = <0>, <0>, <&csiphy2>, <0>, <0>, <0>;
+};
+
+&csiphy2 {
status = "okay";
- ports {
- /* The port index denotes CSIPHY id i.e. csiphy2 */
- port@2 {
- csiphy2_ep: endpoint {
- clock-lanes = <7>;
- data-lanes = <0 1 2 3>;
- remote-endpoint = <&imx577_ep>;
- };
+ port {
+ csiphy2_ep: endpoint {
+ data-lanes = <0 1 2 3>;
+ remote-endpoint = <&imx577_ep>;
};
};
};
The change provides a working example of using a new scheme of describing CSIPHY devices under CAMSS. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- For testing only, do not merge. .../dts/qcom/qrb5165-rb5-vision-mezzanine.dtso | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)