Re: [PATCH V1 2/3] dt-bindings: ufs: Document bindings for SA8255P UFS Host Controller
From: Krzysztof Kozlowski
Date: Thu Dec 11 2025 - 01:31:07 EST
On 10/12/2025 16:56, Ram Kumar Dwivedi wrote:
>>> +unevaluatedProperties: false
>>> +
>>> +examples:
>>> + - |
>>> + #include <dt-bindings/interrupt-controller/arm-gic.h>
>>> +
>>> + soc {
>>> + #address-cells = <2>;
>>> + #size-cells = <2>;
>>> +
>>> + ufshc@1d84000 {
>>> + compatible = "qcom,sa8255p-ufshc";
>>> + reg = <0x0 0x01d84000 0x0 0x3000>;
>>
>> Drop the two 0x0 and you don't need to change address/size-cells.
>
> Hi Bjorn,
>
> All current Qualcomm chipsets, including lemans, sm8550, sm8650,sm8750,
> use a 2-cell format (#address-cells = <2>; #size-cells = <2>;) at the
> SoC level, so I followed the same pattern here for consistency.
> We plan to use the same 2-cell format in the device tree for
> this chipset as well. Please let me know your opinion.
That's not relevant. Read Bjorn's response again, till you agree and
change your code.
Best regards,
Krzysztof