Message ID | 20211118124819.1902427-4-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> Although I'd be happy to take the two dts patches through the Qualcomm tree, once the driver changes has landed. Regards, Bjorn > --- > arch/arm64/boot/dts/qcom/apq8016-sbc.dts | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts > index a5320d6d30e7..b7a578aafcbb 100644 > --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts > +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts > @@ -253,7 +253,6 @@ ports { > port@0 { > reg = <0>; > csiphy0_ep: endpoint { > - clock-lanes = <1>; > data-lanes = <0 2>; > remote-endpoint = <&ov5640_ep>; > status = "okay"; > @@ -289,7 +288,6 @@ camera_rear@3b { > > port { > ov5640_ep: endpoint { > - clock-lanes = <1>; > data-lanes = <0 2>; > remote-endpoint = <&csiphy0_ep>; > }; > -- > 2.32.0 >
On Mon, 6 Dec 2021 at 16:05, Bjorn Andersson <bjorn.andersson@linaro.org> wrote: > > 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> > > Although I'd be happy to take the two dts patches through the Qualcomm > tree, once the driver changes has landed. Thanks Bjorn. I'll split the series and submit two fully reviewed v4 series.
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts index a5320d6d30e7..b7a578aafcbb 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dts +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dts @@ -253,7 +253,6 @@ ports { port@0 { reg = <0>; csiphy0_ep: endpoint { - clock-lanes = <1>; data-lanes = <0 2>; remote-endpoint = <&ov5640_ep>; status = "okay"; @@ -289,7 +288,6 @@ camera_rear@3b { port { ov5640_ep: endpoint { - clock-lanes = <1>; data-lanes = <0 2>; remote-endpoint = <&csiphy0_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/apq8016-sbc.dts | 2 -- 1 file changed, 2 deletions(-)