From: Lokesh Vutla Date: Sat, 16 Mar 2013 06:16:48 +0000 (+0530) Subject: memory: emif: Load the correct custom config values from dt X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~139^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57f27bc6ed7106276004dd224aaeeb160a5b4b8;p=pandora-kernel.git memory: emif: Load the correct custom config values from dt of_get_property returns value in Big Endian format. Before using this value it should be converted to little endian using be32_to_cpup(). Custom configs of emif are read from dt using of_get_property, but these are not converted to litte endian format. Correcting the same here. Signed-off-by: Lokesh Vutla Acked-by: Santosh Shilimkar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed