summaryrefslogtreecommitdiff
path: root/configs/am335x_gp_evm_defconfig
Commit message (Collapse)AuthorAgeLines
* defconfig: am335x: gp_evm: enable mmc driver modelMugunthan V N2015-10-22-0/+1
| | | | | | | | enable mmc driver model for am335x gp_evm as omap_hsmmc supports driver model Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
* defconfig: am335x: gp_evm: enable ethernet driver modelMugunthan V N2015-10-22-0/+1
| | | | | | | | enable ethernet driver model for am335x gp evm as cpsw supports driver model Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
* Reorder defconfigs with 'savedefconfig'Bin Meng2015-09-28-1/+0
| | | | | | Some boards' defconfigs are disordered. Reorder them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
* am33xx: Update DT files, add am335x_gp_evm_config targetTom Rini2015-08-12-0/+14
- Re-sync DT files for am33xx with Linux Kernel v4.1 - Include DT file now for the "AM335x GP EVM" and build target for it, via device tree and DM. - We only need to provide platform data for UART when OF_CONTROL isn't also enabled really. We can just push GPIO to coming from DT Signed-off-by: Tom Rini <trini@konsulko.com>