Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195937
b: refs/heads/master
c: 6f1f3d0
h: refs/heads/master
i:
  195935: c166d67
v: v3
  • Loading branch information
Steve Deiters authored and David Woodhouse committed May 10, 2010
1 parent 62f9d47 commit 4fc00e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29da3380de40e8aa908eb70fa09a54c288b0b3f4
refs/heads/master: 6f1f3d0ab5c3eeea9f04486481c25e9afdfa26c5
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/mpc5121_nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,10 +666,10 @@ static int __devinit mpc5121_nfc_probe(struct of_device *op,

/*
* Check SoC revision. This driver supports only NFC
* in MPC5121 revision 2.
* in MPC5121 revision 2 and MPC5123 revision 3.
*/
rev = (mfspr(SPRN_SVR) >> 4) & 0xF;
if (rev != 2) {
if ((rev != 2) && (rev != 3)) {
dev_err(dev, "SoC revision %u is not supported!\n", rev);
return -ENXIO;
}
Expand Down

0 comments on commit 4fc00e1

Please sign in to comment.