https://github.com/torvalds/linux
Revision 13047a092c6d3f23b7d684b5b3fe46b2b50423b9 authored by Edmund Dea on 20 April 2021, 22:31:53 UTC, committed by Maarten Lankhorst on 21 October 2021, 09:08:08 UTC
Don't clear the shared DPHY registers common to MIPI Rx and MIPI Tx during
DSI initialization since this was causing MIPI Rx reset. Rest of the
writes are bitwise, so will not affect Mipi Rx side.

Fixes: 98521f4d4b4c ("drm/kmb: Mipi DSI part of the display driver")
Signed-off-by: Edmund Dea <edmund.j.dea@intel.com>
Signed-off-by: Anitha Chrisanthus <anitha.chrisanthus@intel.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20211013233632.471892-3-anitha.chrisanthus@intel.com
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
1 parent a79f40c
Raw File
Tip revision: 13047a092c6d3f23b7d684b5b3fe46b2b50423b9 authored by Edmund Dea on 20 April 2021, 22:31:53 UTC
drm/kmb: Remove clearing DPHY regs
Tip revision: 13047a0
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top