Re: [PATCH 2/2] drm: ssd130x: Always apply segment remap setting

2022-03-08 Thread Javier Martinez Canillas
On 3/8/22 17:07, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai > > Currently the ssd130x driver only sets the segment remap setting when > the device tree requests it; it however does not clear the setting if > it is not requested. This leads to the setting incorrectly persisting > if the hardware is

[PATCH 2/2] drm: ssd130x: Always apply segment remap setting

2022-03-08 Thread Chen-Yu Tsai
From: Chen-Yu Tsai Currently the ssd130x driver only sets the segment remap setting when the device tree requests it; it however does not clear the setting if it is not requested. This leads to the setting incorrectly persisting if the hardware is always on and has no reset GPIO wired. This might