Commit 349a13a1 authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8916: Define CAMSS ports in core dtsi



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: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230811234738.2859417-2-bryan.odonoghue@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 57000675
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1712,6 +1712,14 @@ camss: camss@1b0ac00 {
			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				port@0 {
					reg = <0>;
				};

				port@1 {
					reg = <1>;
				};
			};
		};