Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67521
b: refs/heads/master
c: 082ea86
h: refs/heads/master
i:
  67519: 74b5d4f
v: v3
  • Loading branch information
Peter Korsgaard authored and Kumar Gala committed Oct 8, 2007
1 parent f2efd68 commit b3661ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 803dedb60849a8e4ec38e66ca41f51188c18a87d
refs/heads/master: 082ea86fce463f8c2f1ce059cc959f21dc1ef24a
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,11 @@ int __init fsl_spi_init(struct spi_board_info *board_infos,
unsigned int i;
const u32 *sysclk;

/* SPI controller is either clocked from QE or SoC clock */
np = of_find_node_by_type(NULL, "qe");
if (!np)
np = of_find_node_by_type(NULL, "soc");

if (!np)
return -ENODEV;

Expand Down

0 comments on commit b3661ab

Please sign in to comment.