From: Bryan O'Donoghue Date: Fri, 11 Aug 2023 23:47:32 +0000 (+0100) Subject: arm64: dts: qcom: msm8916: Define CAMSS ports in core dtsi X-Git-Tag: v6.6-rc1~130^2~6^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=349a13a1e735ef84ff1af8e56a1309171f86f989;p=thirdparty%2Fkernel%2Flinux.git 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: Bryan O'Donoghue Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20230811234738.2859417-2-bryan.odonoghue@linaro.org Signed-off-by: Bjorn Andersson --- 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 @@ ports { #address-cells = <1>; #size-cells = <0>; + + port@0 { + reg = <0>; + }; + + port@1 { + reg = <1>; + }; }; };