Re: [PATCH 01/12] drm/msm/dsi/phy: Add support for Kaanapali
From: Konrad Dybcio
Date: Mon Oct 27 2025 - 08:54:02 EST
On 10/24/25 5:27 AM, yuanjiey wrote:
> On Thu, Oct 23, 2025 at 02:02:45PM +0200, Konrad Dybcio wrote:
>> On 10/23/25 1:48 PM, Dmitry Baryshkov wrote:
>>> On Thu, Oct 23, 2025 at 03:53:50PM +0800, yuanjie yang wrote:
>>>> From: Yuanjie Yang <yuanjie.yang@xxxxxxxxxxxxxxxx>
>>>>
>>>> Add DSI PHY support for the Kaanapali platform.
>>>>
>>>> Signed-off-by: Yongxing Mou <yongxing.mou@xxxxxxxxxxxxxxxx>
>>>> Signed-off-by: Yuanjie Yang <yuanjie.yang@xxxxxxxxxxxxxxxx>
>>>> ---
>>
>> [...]
>>
>>>> + .io_start = { 0x9ac1000, 0xae97000 },
>>>
>>> These two addresses are very strange. Would you care to explain? Other
>>> than that there is no difference from SM8750 entry.
>>
>> They're correct.
>> Although they correspond to DSI_0 and DSI_2..
>>
>> Yuanjie, none of the DSI patches mention that v2.10.0 is packed with
>> new features. Please provide some more context and how that impacts
>> the hw description.
>
> Thanks for your reminder.
>
> Correct here:
> io_start = { 0x9ac1000, 0x9ac4000 } DSI_Phy0 DSI_phy1
>
> And v2.10.0 no clearly meaningful changes compared to v2.9.0.
> just some register address change.
Sorry, you're correct. v2.9 had a number of changes instead.
Konrad