[PATCH v4 5/6] arm64: dts: qcom: sc7280: Add support for camss
Bryan O'Donoghue
bryan.odonoghue at linaro.org
Thu Oct 31 11:09:04 PDT 2024
On 30/10/2024 10:53, Vikram Sharma wrote:
> Add changes to support the camera subsystem on the SC7280.
>
> Signed-off-by: Suresh Vankadara <quic_svankada at quicinc.com>
> Signed-off-by: Trishansh Bhardwaj <quic_tbhardwa at quicinc.com>
> Signed-off-by: Vikram Sharma <quic_vikramsa at quicinc.com>
> ---
> arch/arm64/boot/dts/qcom/sc7280.dtsi | 175 +++++++++++++++++++++++++++
> 1 file changed, 175 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> index 55db1c83ef55..690051708dec 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> @@ -4426,6 +4426,181 @@ cci1_i2c1: i2c-bus at 1 {
> };
> };
>
> + camss: camss at acaf000 {
> + compatible = "qcom,sc7280-camss";
> +
> + clocks = <&camcc CAM_CC_CAMNOC_AXI_CLK>,
Order of declaration of the nodes needs to conform to
Documentation/devicetree/bindings/dts-coding-style.rst
i.e. reg should come first after compatible
---
bod
More information about the linux-arm-kernel
mailing list