[PATCH v1 7/8] drm: rcar-du: dsi: Add r8A779g0 support
Tomi Valkeinen
tomi.valkeinen at ideasonboard.com
Thu Nov 17 15:49:36 UTC 2022
On 17/11/2022 17:46, Kieran Bingham wrote:
>> + if (ret)
>> + return ret;
>> +
>> + if (setup_info->hsfreq <= MHZ(1000))
>> + ret = WRITE_PHTW(0x01020100, 0x01910170, 0x01020171,
>> + 0x01110172);
> The <=1Gbps reads:
>
> <=1Gbps
>
> Set PHTW=H’01020100
> Set PHTW=H’01010172
> Set PHTW=H’01570170
> Set PHTW=H’01060171
> Set PHTW=H’01110172
>
> Is it clear why theres a difference here?
What doc is that? Mine (R19UH0172EJ0054 Rev.0.54) says:
Set PHTW=H’01020100
Set PHTW=H’01910170
Set PHTW=H’01020171
Set PHTW=H’01110172
Tomi
More information about the dri-devel
mailing list