Skip to content

Commit

Permalink
Merge remote-tracking branch 'spi/topic/pl022' into spi-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Jun 26, 2013
2 parents 3d09da1 + 5b547a7 commit 37553b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,7 @@ pl022_platform_data_dt_get(struct device *dev)
}

pd->bus_id = -1;
pd->enable_dma = 1;
of_property_read_u32(np, "num-cs", &tmp);
pd->num_chipselect = tmp;
of_property_read_u32(np, "pl022,autosuspend-delay",
Expand Down

0 comments on commit 37553b9

Please sign in to comment.