
On 20 January 2016 at 13:27, Simon Glass sjg@chromium.org wrote:
On 13 January 2016 at 20:39, Bin Meng bmeng.cn@gmail.com wrote:
Move /chosen node out of the board device tree.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- New patch to split off board device tree
arch/arm/dts/Makefile | 2 +- arch/arm/dts/ls1021a-twr-duart.dts | 16 ++++++++++++++++ arch/arm/dts/{ls1021a-twr.dts => ls1021a-twr.dtsi} | 3 +-- configs/ls1021atwr_nor_defconfig | 2 +- configs/ls1021atwr_qspi_defconfig | 2 +- configs/ls1021atwr_sdcard_qspi_defconfig | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 arch/arm/dts/ls1021a-twr-duart.dts rename arch/arm/dts/{ls1021a-twr.dts => ls1021a-twr.dtsi} (96%)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!