commit | aa63b070195b1f3e6f6baa545f6a314a40815400 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Apr 21 10:11:03 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sat Apr 25 09:30:16 2020 -0500 |
tree | 477abc17ed582c74c31f87a2ea62a813a1915e89 | |
parent | b8ade7856d5fba6dc39ec395494925989e4ea034 [diff] |
drivers: spi: spi_sam0: rework devicetree support Rework the devicetree to utilize new DT_INST macros and extract per instance data for clocks and dma from devicetree. We update the atmel,sam0-spi binding for dma to replace the rxdma and txdma properties with proper 'dmas' property. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>