lkml.org 
[lkml]   [2021]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Aw: Re: [PATCH] soc: mediatek: mmsys: fix HDMI output on mt7623/bananapi-r2
From
Date
Hi,

On 12.07.21 19:16, Frank Wunderlich wrote:
> Hi,
>
> it turns out that problem is the read+or of the new value
>
> i reverted my patch and changed
>
> reg = readl_relaxed(mmsys->regs + routes[i].addr) | routes[i].val;
> writel_relaxed(reg, mmsys->regs + routes[i].addr);
>
> to
>
> writel_relaxed(routes[i].val, mmsys->regs + routes[i].addr);
>
> and it works too, but maybe it breaks other platforms

Interesting, I can test if it fix that similar bug on mt8173 when resume from suspend.

Thanks,
Dafna

>
> regards Frank
>

\
 
 \ /
  Last update: 2021-07-12 19:34    [W:0.254 / U:1.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site