Lines Matching refs:lanes
93 - data-lanes: an array of physical data lane indexes. Position of an entry
96 "data-lanes = <1 2>;", assuming the clock lane is on hardware lane 0.
98 - clock-lanes: an array of physical clock lane indexes. Position of an entry
100 physical lane, e.g. for a MIPI CSI-2 bus we could have "clock-lanes = <0>;",
109 - lane-polarities: an array of polarities of the lanes starting from the clock
110 lane and followed by the data lanes in the same order as in data-lanes.
112 should be the combined length of data-lanes and clock-lanes properties.
206 clock-lanes = <0>;
207 data-lanes = <1 2>;
227 clock-lanes = <0>;
228 data-lanes = <2 1>;