Message ID | 20230811234738.2859417-2-bryan.odonoghue@linaro.org |
---|---|
State | Accepted |
Commit | 349a13a1e735ef84ff1af8e56a1309171f86f989 |
Headers | show |
Series | apq8016: camss: Update dts with various fixes | expand |
On 12.08.2023 01:47, Bryan O'Donoghue wrote: > Each CSIPHY in CAMMS maps to a port here in the dtsi, since the number of > CSIPHYs is fixed per SoC define the 8916 ports for both available PHYs. > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index c4d6739046989..33fb65d731046 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1712,6 +1712,14 @@ camss: camss@1b0ac00 { ports { #address-cells = <1>; #size-cells = <0>; + + port@0 { + reg = <0>; + }; + + port@1 { + reg = <1>; + }; }; };
Each CSIPHY in CAMMS maps to a port here in the dtsi, since the number of CSIPHYs is fixed per SoC define the 8916 ports for both available PHYs. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)