From: Yoshihiro Shimoda Date: Wed, 7 Jan 2015 01:13:10 +0000 (+0900) Subject: thermal: rcar: fix ENR register value X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~279^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11313746547015ace605c4c347a40350753051e4;p=pandora-kernel.git thermal: rcar: fix ENR register value On R-Mobile APE6, since it has 3 thermal zones, ENR register has enable bits in bit 19-16, bit 11-8 and bit 3-0. However, on R-Car gen2, since it has 1 thermal zone, ENR register has enable bits in bit 3-0. (In other words, the write value should always be 0 for bit 31-4 of ENR register.) So, this patch fixes the ENR register value using I/O resource sets. Acked-by: Geert Uytterhoeven Signed-off-by: Yoshihiro Shimoda Signed-off-by: Eduardo Valentin --- Reading git-diff-tree failed