From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 25 Apr 2016 22:05:17 +0200 Subject: [U-Boot] [PATCH] drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definition In-Reply-To: <1461612307-16201-1-git-send-email-martin.pietryka@chello.at> References: <1461612307-16201-1-git-send-email-martin.pietryka@chello.at> Message-ID: <20160425220517.111f9c5e@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 25 Apr 2016 21:25:07 +0200 Martin Pietryka martin.pietryka at chello.at wrote: > According to the TRM you have to set bits [21:20] to 0b10 for RAW mode, so > (0x10 << 20) is obviously wrong here. > > Signed-off-by: Martin Pietryka > --- > drivers/video/am335x-fb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-video/master. Thanks! -- Anatolij