From: Paul Gortmaker Date: Mon, 5 Dec 2011 16:41:07 +0000 (-0500) Subject: sbc834x: put full compat string in board match check X-Git-Tag: v3.3-rc1~181^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabc78403fc2ad96e6fc8b53c6c6abcc02e152ee;p=pandora-kernel.git sbc834x: put full compat string in board match check The commit 883c2cfc8bcc0fd00c5d9f596fb8870f481b5bda: "fix of_flat_dt_is_compatible() to match the full compatible string" causes silent boot death on the sbc8349 board because it was just looking for 8349 and not 8349E -- as originally there were non-E (no SEC/encryption) chips available. Just add the E to the board detection string since all boards I've seen were manufactured with the E versions. Signed-off-by: Paul Gortmaker Signed-off-by: Kumar Gala --- Reading git-diff-tree failed