[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231006120159.3413789-1-bryan.odonoghue@linaro.org>
Date: Fri, 6 Oct 2023 13:01:54 +0100
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: agross@...nel.org, andersson@...nel.org, konrad.dybcio@...aro.org,
loic.poulain@...aro.org, rfoss@...nel.org, andi.shyti@...nel.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org, todor.too@...il.com, mchehab@...nel.org,
bryan.odonoghue@...aro.org
Cc: linux-arm-msm@...r.kernel.org, linux-i2c@...r.kernel.org,
linux-media@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] Add sc8280xp CCI and CAMSS core dtsi
The sc8280xp provides a standard Camera Control Interface and Camera
SubSystem hardware interface similar to antecedent parts sdm845 and
sm8250.
Per the target segments for this part, sc8280xp has more of everything.
More CCI, VFE, CSIPHY and therefore more interrupt lines and clocks to
declare.
CCI x 4
CSIPHY x 4
VFE x 4
VFE Lite x 4
CSID x 4
Bootable 6.5.y x13s:
https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/lenovo-x13s-linux-6.5.y
Linux next:
https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-10-06-sc8280xp-camss
This patch depends-on:
https://lore.kernel.org/lkml/20231004161853.86382-2-bryan.odonoghue@linaro.org/T/
Bryan O'Donoghue (5):
dt-bindings: i2c: qcom-cci: Document sc8280xp compatible
i2c: qcom-cci: Add sc8280xp compatible
arm64: dts: qcom: sc8280xp: camss: Add CCI definitions
media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding
arm64: dts: qcom: sc8280xp: camss: Add CAMSS block definition
.../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 +
.../bindings/media/qcom,sc8280xp-camss.yaml | 598 +++++++++++++++++
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 608 ++++++++++++++++++
drivers/i2c/busses/i2c-qcom-cci.c | 1 +
4 files changed, 1209 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/qcom,sc8280xp-camss.yaml
--
2.40.1
Powered by blists - more mailing lists