Commit 53b36dc9 authored by Frank Li's avatar Frank Li
Browse files

ARM: dts: imx7s-warp: Remove data-lanes and clock-lanes for ov2680

The ov2680 only support 1 lane. Needn't additional property to descript it.

Remove it to fix below DTB_CHECK warnings:
  camera@36 (ovti,ov2680): port:endpoint: 'clock-lanes', 'data-lanes' do not match any of the regexes: '^pinctrl-[0-9]+$'
        from schema $id: http://devicetree.org/schemas/media/i2c/ovti,ov2680.yaml



Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent abfd55dd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -199,8 +199,6 @@ ov2680: camera@36 {
		port {
			ov2680_to_mipi: endpoint {
				remote-endpoint = <&mipi_from_sensor>;
				clock-lanes = <0>;
				data-lanes = <1>;
				link-frequencies = /bits/ 64 <330000000>;
			};
		};