There is no need to add these by default for all of SDM670. Originally, they were added so there could be a label for each port. This is unnecessary if the endpoints are all added in a fixup to the camss node. Suggested-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> Link: https://lore.kernel.org/r/488281f6-5e5d-4864-8220-63e2a0b2d7f2@xxxxxxxxxx Signed-off-by: Richard Acayan <mailingradian@xxxxxxxxx> --- arch/arm64/boot/dts/qcom/sdm670.dtsi | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm670.dtsi b/arch/arm64/boot/dts/qcom/sdm670.dtsi index c33f3de779f6..c275089237e4 100644 --- a/arch/arm64/boot/dts/qcom/sdm670.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm670.dtsi @@ -1768,26 +1768,14 @@ ports { port@0 { reg = <0>; - - camss_endpoint0: endpoint { - status = "disabled"; - }; }; port@1 { reg = <1>; - - camss_endpoint1: endpoint { - status = "disabled"; - }; }; port@2 { reg = <2>; - - camss_endpoint2: endpoint { - status = "disabled"; - }; }; }; }; -- 2.51.0