Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

LXFB: use the correct MSR number for panel support

A relatively recent version of the Geode LX datasheet listed the wrong
address for one of the MSRs that controls TFT panels, resulting in
breakage. This patch corrects the MSR address.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jordan Crouse and committed by
Linus Torvalds
62ec5652 e47776a0

+1 -1
+1 -1
drivers/video/geode/lxfb.h
··· 33 33 34 34 #define MSR_LX_GLD_CONFIG 0x48002001 35 35 #define MSR_LX_GLCP_DOTPLL 0x4c000015 36 - #define MSR_LX_DF_PADSEL 0x48000011 36 + #define MSR_LX_DF_PADSEL 0x48002011 37 37 #define MSR_LX_DC_SPARE 0x80000011 38 38 #define MSR_LX_DF_GLCONFIG 0x48002001 39 39