On 8/7/2024 1:33 PM, Depeng Shao wrote:
The sm8550 provides Camera SubSystem hardware interface similar to
antecedent parts sdm845 and sm8250, but different interrupt lines,
clocks and other resources are declared.
This dtsi definition has been developed and validated on a AIM300 AIoT
board, the description for this board can be found from below link.
https://lore.kernel.org/lkml/20240618072202.2516025-1-quic_tengfan@xxxxxxxxxxx/
The driver can be found from below link.
https://lore.kernel.org/all/20240709160656.31146-1-quic_depengs@xxxxxxxxxxx/
Depeng Shao (2):
dt-bindings: media: camss: Add qcom,sm8550-camss binding
arm64: dts: qcom: sm8550: camss: Add CAMSS block definition
.../bindings/media/qcom,sm8550-camss.yaml | 517 ++++++++++++++++++
arch/arm64/boot/dts/qcom/sm8550.dtsi | 199 +++++++
2 files changed, 716 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/qcom,sm8550-camss.yaml
base-commit: d4560686726f7a357922f300fc81f5964be8df04
Hi All,
Sorry to disturb you, please ignore this series, I will resend the dtsi
patch and drop the bindings patch in this series.
Thanks,
Depeng