On 9/26/25 11:25 AM, Ayushi Makhija wrote:
> On 9/26/2025 3:32 AM, Dmitry Baryshkov wrote:
>> On Thu, Sep 25, 2025 at 11:06:01AM +0530, Ayushi Makhija wrote:
>>> Add device tree nodes for the DSI0 controller with their corresponding
>>> PHY found on Qualcomm QCS8300 SoC.
>>>
>>> Signed-off-by: Ayushi Makhija <[email protected]>
>>> ---
[...]
>>> + mdss_dsi0_phy: phy@ae94400 {
>>> + compatible = "qcom,sa8775p-dsi-phy-5nm";
>>
>> Add qcs8300-specific compatible and use sa8775p as a fallback
>>
>
> Hi Dmitry,
>
> I have one doubt, even though the ctrl and phy versions for sa8775p(LeMans)
> and qcs8300(Monaco) are same.
> Why can't we use the same compatible string that we have used for LeMans ctrl
> and phy ? what is the need to define a separate
> compatible string for monaco ctrl and phy ?
Because they're different SoCs and if it turns out there's e.g.
a silicon bug specific to monaco, we can apply a quirk to just
monaco this way
Konrad