commit | 78d759daceaf0a7058f37c4142bdca9948b6d987 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <rafal@milecki.pl> | Thu Dec 29 17:27:55 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Sat Dec 31 18:36:53 2016 +0000 |
tree | d573ea5fa76fbe867968e6ed7a4646ba4004406d | |
parent | fafd67940774733fa97f4b09412aea6981b82e0a [diff] |
spi: bcm53xx: set of_node to let DT specify device(s) Setting of_node of master's dev seems to be a common way of letting it work nicely with DT. This allows specifying device there instead of hardcoding one in the driver code. This was successfully tested with commit 1b47b98acce2 ("ARM: BCM5301X: Add DT entry for SPI controller and NOR flash") Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Mark Brown <broonie@kernel.org>