[PATCH v4 2/2] arm64: dts: qcom: qcs8300: Add support for camss
Vladimir Zapolskiy
vladimir.zapolskiy at linaro.org
Thu Oct 16 02:52:07 PDT 2025
On 10/16/25 08:59, Krzysztof Kozlowski wrote:
> On 15/10/2025 20:49, Vladimir Zapolskiy wrote:
>> On 10/15/25 16:01, Vikram Sharma wrote:
>>> Add changes to support the camera subsystem on the QCS8300.
>>>
>>> Reviewed-by: Konrad Dybcio <konrad.dybcio at oss.qualcomm.com>
>>> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue at linaro.org>
>>> Signed-off-by: Vikram Sharma <quic_vikramsa at quicinc.com>
>>> ---
>>> arch/arm64/boot/dts/qcom/qcs8300.dtsi | 171 ++++++++++++++++++++++++++
>>> 1 file changed, 171 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/qcom/qcs8300.dtsi b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
>>> index 8d78ccac411e..acd475555115 100644
>>> --- a/arch/arm64/boot/dts/qcom/qcs8300.dtsi
>>> +++ b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
>>> @@ -4769,6 +4769,177 @@ videocc: clock-controller at abf0000 {
>>> #power-domain-cells = <1>;
>>> };
>>>
>>> + camss: isp at ac78000 {
>>> + compatible = "qcom,qcs8300-camss";
>>> +
>>> + reg = <0x0 0xac78000 0x0 0x1000>,
>>> + <0x0 0xac7a000 0x0 0xf00>,
>>> + <0x0 0xac7c000 0x0 0xf00>,
>>> + <0x0 0xac84000 0x0 0xf00>,
>>> + <0x0 0xac88000 0x0 0xf00>,
>>> + <0x0 0xac8c000 0x0 0xf00>,
>>> + <0x0 0xac90000 0x0 0xf00>,
>>> + <0x0 0xac94000 0x0 0xf00>,
>>> + <0x0 0xac9c000 0x0 0x2000>,
>>> + <0x0 0xac9e000 0x0 0x2000>,
>>> + <0x0 0xaca0000 0x0 0x2000>,
>>> + <0x0 0xacac000 0x0 0x400>,
>>> + <0x0 0xacad000 0x0 0x400>,
>>> + <0x0 0xacae000 0x0 0x400>,
>>> + <0x0 0xac4d000 0x0 0xf000>,
>>> + <0x0 0xac60000 0x0 0xf000>,
>>> + <0x0 0xac85000 0x0 0xd00>,
>>> + <0x0 0xac89000 0x0 0xd00>,
>>> + <0x0 0xac8d000 0x0 0xd00>,
>>> + <0x0 0xac91000 0x0 0xd00>,
>>> + <0x0 0xac95000 0x0 0xd00>;
>>> + reg-names = "csid_wrapper",
>>> + "csid0",
>>
>> The list of 'reg-names' is not alphanumerically sorted, this is a newly
>> introduced sorting order pattern of CAMSS 'reg' property values.
>
> Please stop inventing ad-hoc or fake rules. There is no such sorting
> pattern for this property, which I expressed multiple times. Last time
> you claimed there is some sorting by "values", now this.
>
The sorting order above does not resemble the order present on other CAMSS
devices, which is the alphanumerical sorting order.
The same order is supposed to be kept.
--
Best wishes,
Vladimir
More information about the linux-arm-kernel
mailing list