spi/bcm63xx: allow for probing through devicetree
authorJonas Gorski <jonas.gorski@gmail.com>
Tue, 21 Feb 2017 10:58:22 +0000 (11:58 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 21 Feb 2017 23:04:14 +0000 (15:04 -0800)
commitc29f08890ae337e398becf5ba586114553e99771
tree7584194f189a7f680e2e227c2d922c7505bd02bf
parent0135c03df914f0481c61f097c78d37cece84f330
spi/bcm63xx: allow for probing through devicetree

Add required binding support to probe through device tree.

Use the compatible instead of the resource size for identifiying the
block type, and allow reducing the number of cs lines through OF.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm63xx.c