]> git.baikalelectronics.ru Git - kernel.git/commit
sbc834x: put full compat string in board match check
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 5 Dec 2011 16:41:07 +0000 (11:41 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 4 Jan 2012 21:27:59 +0000 (15:27 -0600)
commitb7de993947b269e406db5114ee307153856f27e6
treeeb356aa380aab4de38cf58aaf2bc1dc4b51a81ca
parent333a1e6c84b7621bc3f5b3308f423ea6edb9e748
sbc834x: put full compat string in board match check

The commit 93c9b7e6c2e7099e7a4a729c0a37f35a8ebdcc64:

 "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 <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/sbc834x.c