arm64: dts: qcom: sdm845: Define the number of available ports

The number of available ports is SoC specific so we should define it in the
SoC dtsi. For the case of the sdm845 that is 4 CSI PHYs => four ports.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221117003232.589734-2-bryan.odonoghue@linaro.org
This commit is contained in:
Bryan O'Donoghue
2022-11-17 00:32:26 +00:00
committed by Bjorn Andersson
parent 1aaa077274
commit 0ddcea2f76

View File

@@ -4368,6 +4368,22 @@ camss: camss@a00000 {
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
};
port@1 {
reg = <1>;
};
port@2 {
reg = <2>;
};
port@3 {
reg = <3>;
};
};
};