From: Tomi Valkeinen Date: Wed, 22 Oct 2014 08:21:11 +0000 (+0300) Subject: OMAPDSS: DSI: Fix PLL_SELFEQDCO field width X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~37^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f91edfdd009f1a282b9359cf6cd1ef797ced9f;p=pandora-kernel.git OMAPDSS: DSI: Fix PLL_SELFEQDCO field width PLL_SELFREQDCO bitfield is from bit 3 to 1, but the driver writes bits from 4 to 1. The bit 4 is 'reserved', so this probably should not cause any issues, but it's better to fix it. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed