From: Ezequiel Garcia Date: Mon, 28 Oct 2013 00:51:48 +0000 (-0300) Subject: ARM: OMAP2+: gpmc: Move legacy GPMC width setting X-Git-Tag: omap-for-v3.14/fixes-not-urgent-signed^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc28cdbd003be5ceeaf644be3533e898c25da2b;p=pandora-kernel.git ARM: OMAP2+: gpmc: Move legacy GPMC width setting After the introduction of gpmc_set_legacy(), move the GPMC width setting to be done inside it. Currently, in the DT probed case, this is (wrongly) done twice: first at gpmc_read_settings_dt(), and then based in the NAND width setting. Fix this and use only the value obtained from the DT. Signed-off-by: Ezequiel Garcia Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed