]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: Enable device tree support for P1020RDB
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Tue, 20 Aug 2019 09:35:28 +0000 (09:35 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Mon, 26 Aug 2019 15:53:21 +0000 (21:23 +0530)
commit0439e177a6b185893d7ff555a216297b20ce87b0
tree2c84fcfce4c2808e9f0d5933fae68a160dd22dea
parent160e65b85ec174e610622e60aabffeefd23fe603
powerpc: Enable device tree support for P1020RDB

Add device tree for P1020RDB boards and enable CONFIG_OF_CONTROL
so that device tree can be compiled.
Update board README for device tree usage.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
20 files changed:
arch/powerpc/dts/Makefile
arch/powerpc/dts/e500v2_power_isa.dtsi [new file with mode: 0644]
arch/powerpc/dts/p1020-post.dtsi [new file with mode: 0644]
arch/powerpc/dts/p1020.dtsi [new file with mode: 0644]
arch/powerpc/dts/p1020rdb-pc.dts [new file with mode: 0644]
arch/powerpc/dts/p1020rdb-pc_36b.dts [new file with mode: 0644]
arch/powerpc/dts/p1020rdb-pd.dts [new file with mode: 0644]
board/freescale/p1_p2_rdb_pc/README
configs/P1020RDB-PC_36BIT_NAND_defconfig
configs/P1020RDB-PC_36BIT_SDCARD_defconfig
configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
configs/P1020RDB-PC_36BIT_defconfig
configs/P1020RDB-PC_NAND_defconfig
configs/P1020RDB-PC_SDCARD_defconfig
configs/P1020RDB-PC_SPIFLASH_defconfig
configs/P1020RDB-PC_defconfig
configs/P1020RDB-PD_NAND_defconfig
configs/P1020RDB-PD_SDCARD_defconfig
configs/P1020RDB-PD_SPIFLASH_defconfig
configs/P1020RDB-PD_defconfig