[U-Boot] [PATCH V4 0/5] Update DA850 to Device tree, SPI MTDPARTS, and DM
Adam Ford
aford173 at gmail.com
Mon Sep 18 01:43:43 UTC 2017
This series gives a general update to the DA850 Family. This series
ports the device trees from Linux 4.13 and enables DM, DM_SERIAL, DM_SPI,
and DM_I2C. At this time, DM_GPIO isn't yet available, but it's pending.
During the revamp, it was noted a discrepency between Linux and U-Boot
partition mapping when using SPI Flash, so MTDPARTS was updated to make
sure the partition mapping in Linux would match the mapping in U-Boot.
Adam Ford (5):
arm: dts: da850: Migrate da850-evm DTS files from Linux 4.13-RC5
spi: davinci_spi: Add da830-spi support for DM
arm: da850-evm: Enable DM and device tree support for da850-evm
arm: da850-evm: Enable MTD Parts in SPI Flash
ARM: da850-evm: Enable DM_I2C
arch/arm/dts/da850-evm-u-boot.dtsi | 23 ++
arch/arm/dts/da850-evm.dts | 304 ++++++++++++++++++
arch/arm/dts/da850.dtsi | 581 ++++++++++++++++++++++++++++++++++
arch/arm/dts/tps6507x.dtsi | 47 +++
board/davinci/da8xxevm/Kconfig | 2 +
board/davinci/da8xxevm/da850evm.c | 3 +-
configs/da850_am18xxevm_defconfig | 15 +-
configs/da850evm_defconfig | 15 +-
configs/da850evm_direct_nor_defconfig | 10 +-
drivers/spi/davinci_spi.c | 1 +
include/configs/da850evm.h | 57 +++-
11 files changed, 1040 insertions(+), 18 deletions(-)
create mode 100644 arch/arm/dts/da850-evm-u-boot.dtsi
create mode 100644 arch/arm/dts/da850-evm.dts
create mode 100644 arch/arm/dts/da850.dtsi
create mode 100644 arch/arm/dts/tps6507x.dtsi
--
2.7.4
More information about the U-Boot
mailing list