Message ID | 20211118124819.1902427-5-robert.foss@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Remove clock-lanes DT property from CAMSS | expand |
On Thu 18 Nov 04:48 PST 2021, Robert Foss wrote: > The clock-lanes property is no longer used as it is not programmable by > the CSIPHY hardware block of Qcom ISPs and should be removed. > > Signed-off-by: Robert Foss <robert.foss@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > --- > arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > index 13f80a0b6faa..2cf4b932aee2 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts > @@ -1125,7 +1125,6 @@ ports { > port@0 { > reg = <0>; > csiphy0_ep: endpoint { > - clock-lanes = <7>; > data-lanes = <0 1 2 3>; > remote-endpoint = <&ov8856_ep>; > }; > @@ -1166,7 +1165,6 @@ camera@10 { > > port { > ov8856_ep: endpoint { > - clock-lanes = <1>; > link-frequencies = /bits/ 64 > <360000000 180000000>; > data-lanes = <1 2 3 4>; > @@ -1211,7 +1209,6 @@ camera@60 { > > port { > ov7251_ep: endpoint { > - clock-lanes = <1>; > data-lanes = <0 1>; > // remote-endpoint = <&csiphy3_ep>; > }; > -- > 2.32.0 >
diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts index 13f80a0b6faa..2cf4b932aee2 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -1125,7 +1125,6 @@ ports { port@0 { reg = <0>; csiphy0_ep: endpoint { - clock-lanes = <7>; data-lanes = <0 1 2 3>; remote-endpoint = <&ov8856_ep>; }; @@ -1166,7 +1165,6 @@ camera@10 { port { ov8856_ep: endpoint { - clock-lanes = <1>; link-frequencies = /bits/ 64 <360000000 180000000>; data-lanes = <1 2 3 4>; @@ -1211,7 +1209,6 @@ camera@60 { port { ov7251_ep: endpoint { - clock-lanes = <1>; data-lanes = <0 1>; // remote-endpoint = <&csiphy3_ep>; };
The clock-lanes property is no longer used as it is not programmable by the CSIPHY hardware block of Qcom ISPs and should be removed. Signed-off-by: Robert Foss <robert.foss@linaro.org> --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 3 --- 1 file changed, 3 deletions(-)