]> git.baikalelectronics.ru Git - uboot.git/commit
spi: designware: convert to livetree
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Thu, 9 May 2019 20:11:57 +0000 (22:11 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 10 May 2019 20:48:11 +0000 (22:48 +0200)
commitba3dae36cfa4df93bf23a8cfd14f0abf7eb45744
tree1f61a9fcac8d350d7217dfdff96c6c4e8359f49f
parentf34b0b60e915002387d663ab6fe4309c71ff1d5a
spi: designware: convert to livetree

Convert 'dw_spi_ofdata_to_platdata' to use 'dev_read_u32_default'
instead of 'fdtdec_get_int' and get rid of DECLARE_GLOBAL_DATA_PTR.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
drivers/spi/designware_spi.c