Message ID | 20240819221051.31489-7-mailingradian@gmail.com |
---|---|
Headers | show |
Series | Add SDM670 camera subsystem | expand |
On Mon, Aug 19, 2024 at 06:10:53PM -0400, Richard Acayan wrote: > The CCI on the Snapdragon 670 is the interface for controlling camera > hardware over I2C. Add the compatible so it can be added to the SDM670 > device tree. > > @@ -138,6 +139,23 @@ allOf: > - const: cci > - const: camss_ahb > > + - if: > + properties: > + compatible: > + contains: > + enum: > + - qcom,sdm670-cci > + then: > + properties: > + clocks: > + minItems: 4 maxItems: 4 > + clock-names: Best regards, Krzysztof
On 19/08/2024 23:10, Richard Acayan wrote: > Add the camera subsystem and CCI used to interface with cameras on the > Snapdragon 670. > > Signed-off-by: Richard Acayan <mailingradian@gmail.com> > --- > arch/arm64/boot/dts/qcom/sdm670.dtsi | 188 +++++++++++++++++++++++++++ > 1 file changed, 188 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm670.dtsi b/arch/arm64/boot/dts/qcom/sdm670.dtsi > index ba93cef33dbb..37bc4fa04286 100644 > --- a/arch/arm64/boot/dts/qcom/sdm670.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm670.dtsi This looks neater - better indentation for example than what we have for 845 upstream. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>