summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-07-10 12:30:20 +0400
committerMark Brown <broonie@linaro.org>2014-07-10 14:38:45 +0400
commit4b153a2137c5d2914794c8944d78c731c1b0ae9d (patch)
tree681bf3d71076ec7cd50c22211c4a80145b0c6836 /Documentation
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
downloadlinux-4b153a2137c5d2914794c8944d78c731c1b0ae9d.tar.xz
spi: xilinx: Use pdev->id instead of pdev->dev.id for the SPI bus number
The Xilinx SPI driver initializes the bus_num field of the SPI master to pdev->dev.id. pdev->dev.id is always 0 for platform devices which causes bus number conflicts for the SPI controller when creating multiple device instances of the driver. Instead use pdev->id which will have the assignt platform device id. If the device is instantiated via devicetree pdev->id is -1 which will cause the SPI core to dynamically assign a id (or use the id defined via a alias in the devicetree). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions