[U-Boot] [PATCH] board: freescale: ls2080a: Intergrate and enable PPA on LS2080A

2016-12-29 Thread Abhimanyu Saini
Integrate and enable PPA on LS2080ARDB, LS2080AQDS, LS2088ARDB and LS2088AQDS boards. Signed-off-by: Abhimanyu Saini --- board/freescale/ls2080aqds/ls2080aqds.c | 6 ++ board/freescale/ls2080ardb/ls2080ardb.c | 6 ++ include/configs/ls2080aqds.h| 10 ++ include

[U-Boot] [PATCH] armv8: dts: fsl: Remove cpu nodes from Layerscape DTSIs

2016-06-14 Thread Abhimanyu Saini
Currently layescape SoCs are not using cpu nodes. So removing them in favour of compatibly with similar SoCs that have different cores like LS2080A and LS2088A. This has been tested on LS2080AQDS, LS1043ARDB, LS1012ARDB. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Abhimanyu Saini