summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-bx50v3.dts
Commit message (Collapse)AuthorAgeFilesLines
* board: ge: bx50v3: sync devicetrees from LinuxRobert Beckett2020-01-071-74/+4
| | | | | | | | | | Copy device trees from linux, keeping them as separate files for each board to ease future sync. Update board code to use generic bx50v3 dt initially, then select the specific dt based on board detection. Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
* board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASHIan Ray2019-04-131-0/+27
| | | | | | | Use SPI flash device model, and remove SPI pin configuration code since the pinctrl driver is used. Signed-off-by: Ian Ray <ian.ray@ge.com>
* board: ge: bx50v3: Enable CONFIG_DM_MMCIan Ray2019-04-131-0/+47
| | | | | | | Use MMC device model, and remove USDHC pin configuration code since the pinctrl driver is used. Signed-off-by: Ian Ray <ian.ray@ge.com>
* board: ge: bx50v3: Enable CONFIG_DMIan Ray2019-04-131-0/+15
Add simplified, generalised, bx50v3 device tree and enable CONFIG_DM. Signed-off-by: Ian Ray <ian.ray@ge.com>