Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-29 | board: sama5d4ek: Convert to CONFIG_DM_VIDEO | Wenyou Yang | |
Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2017-04-13 | ARM: dts: at91: add dts file for sama5d4ek | Wenyou Yang | |
Add the device tree file for sama5d4ek board. The dts file is copied from Linux-4.4, do the following changes. - add the "u-boot,dm-pre-reloc" property to determine which nodes which are needed by SPL and by the board_init_f stage. - fix the compilation warning. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> |