V3: - Fixes licensing boilerplate error in d3 mezzanine - Stephan - Moves regulators into d3 mezzanine - Stephan - Drops redundant enable of camss in d3 mezzanine - Stephan - Declares ports in core dtsi - Konrad - Adds R/B for assigned-clocks - Konrad Link: https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-08-07-db410c-rb3-camss-dts-v3 V2: - Adds R/B - Konrad - Adds newline as flagged - Konrad - Squashes patch#6 into patch#5 ammends commit log - Following up on TPG comentary: The CAMSS would not have populated device nodes prior to this series save for the case a user had a D3 Engineering board. Splitting out the sensor from the core board is correct w/r/t the hardware/dts since few db410c have the mezzanine. Once split we can enable the basic camss node by default and thus get the TPG going for both the mezzanine and non-mezzanine cases. Link: https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-08-07-db410c-rb3-camss-dts-v2 V1: This is a series which updates the apq8016-sbc to fixup CAMSS support. The first four patches fixup the current state of the ov5640 bindings for the apq8016. Following on from that we move the ov5640 sensor from the main apq8016-sbc into a standalone mezzanine dts with an accompanying patch to enable the sensor by default in the mezzaine. This makes sense since the D3 Engineering camera mezzanine is but one of a slew of camera mezzanines we can attach here. The final patch switches on CAMSS in the core apq8016-sbc allowing us to use the test-pattern-generator TPG on apq8016-sbc with or without a camera mezzaine attached. This to me is a good idea since it means we can test out and verify the CAMSS on this board absent a camera mezzaine on the main apq8016 board. Link: https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-08-07-db410c-rb3-camss-dts Bryan O'Donoghue (7): arm64: dts: qcom: msm8916: Define CAMSS ports in core dtsi arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names arm64: dts: qcom: apq8016-sbc: Fix ov5640 data-lanes declaration arm64: dts: qcom: apq8016-sbc: Set ov5640 assigned-clock arm64: dts: qcom: apq8016-sbc: Rename ov5640 enable-gpios to powerdown-gpios arm64: dts: qcom: apq8016-sbc-d3-camera-mezzanine: Move default ov5640 to a standalone dts arm64: dts: qcom: apq8016-sbc: Enable camss for non-mezzanine cases arch/arm64/boot/dts/qcom/Makefile | 1 + .../qcom/apq8016-sbc-d3-camera-mezzanine.dts | 81 +++++++++++++++++++ arch/arm64/boot/dts/qcom/apq8016-sbc.dts | 68 ---------------- arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++ 4 files changed, 90 insertions(+), 68 deletions(-) create mode 100644 arch/arm64/boot/dts/qcom/apq8016-sbc-d3-camera-mezzanine.dts -- 2.41.0