Message ID | 20241025-b4-linux-next-24-10-25-camss-dts-fixups-v1-0-cdff2f1a5792@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | qcom: camss: dts: Prune and tidy x13s, rb5 and rb3 CAMSS dts | expand |
On Fri, 25 Oct 2024 16:43:22 +0100, Bryan O'Donoghue wrote: > This series does a refresh on upstream x13s, rb5 and rb3 dts. > > Firstly: > Moving from static dts files for the mezzanine cards to dtso. > A recent examples of this approach is here: > > Commit: bc90f56a1699 ("arm64: dts: sm8650-hdk: add support for the Display Card overlay") > > [...] Applied, thanks! [1/6] arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Convert mezzanine riser to dtbo commit: 231c03c6119d98ae26c7fe72c3281091eb41a35e [2/6] arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Convert mezzanine riser to dtso commit: 30df676a31b7a4881352097d8ae7c2bb83515a17 [3/6] arm64: dts: qcom: sc8280xp-x13s: Drop redundant clock-lanes from camera@10 commit: ec83cf7581bd0a03e2a4a7145ffb4eda1f2e243a [4/6] arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Drop redundant clock-lanes from camera@1a commit: 2d444a792b3c3d763e291f05402c4650d4ae7a9b [5/6] arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Add cma heap for libcamera softisp support commit: 99d557cfe4fcf89664762796678e26009aa3bdd9 [6/6] arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Add cma heap for libcamera softisp support commit: d40fd02c1faf8faad57a7579b573bc5be51faabe Best regards,
This series does a refresh on upstream x13s, rb5 and rb3 dts. Firstly: Moving from static dts files for the mezzanine cards to dtso. A recent examples of this approach is here: Commit: bc90f56a1699 ("arm64: dts: sm8650-hdk: add support for the Display Card overlay") Taking this example this series converts rb3 and rb5 to the same overlay format. The apq8016-sbc-d3-camera-mezzanine.dtb is omitted from this series as I haven't had an opportunity to test on this platform but, will do so at a later date. Secondly: rb3 and rb5 both declare clock-lanes in their respective sensor blocks. Neither sensor actually requires this declaration. Drop in both cases. Finally: Declare CMA heaps for both mezzanine boards so that libcamera's DMA buf will work with upstream rb3/rb5 camera mezzanine boards. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- Bryan O'Donoghue (6): arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Convert mezzanine riser to dtbo arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Convert mezzanine riser to dtso arm64: dts: qcom: sc8280xp-x13s: Drop redundant clock-lanes from camera@10 arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Drop redundant clock-lanes from camera@1a arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Add cma heap for libcamera softisp support arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Add cma heap for libcamera softisp support arch/arm64/boot/dts/qcom/Makefile | 6 ++++++ ...zzanine.dts => qrb5165-rb5-vision-mezzanine.dtso} | 19 +++++++++++++++++-- .../boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 1 - ...e.dts => sdm845-db845c-navigation-mezzanine.dtso} | 20 ++++++++++++++++++-- 4 files changed, 41 insertions(+), 5 deletions(-) --- base-commit: a39230ecf6b3057f5897bc4744a790070cfbe7a8 change-id: 20241025-b4-linux-next-24-10-25-camss-dts-fixups-1a094dc5a60f Best regards,