aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx53-ppd.dts
Commit message (Collapse)AuthorAgeFilesLines
* imx53: synchronise device tree with linuxMarcel Ziswiler2022-10-241-26/+61
| | | | | | Synchronise device tree with linux v6.0-rc1. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
* board: ge: bx50v3, imx53ppd: use DM I2CRobert Beckett2020-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | Remove old (pre-DM) i2c setup code. Enable DM i2c. Convert common code to use DM rtc. Convert common code to read VPD from eeprom partition. Convert the generic i2c PMIC init code to use the new da9063 driver. mx53ppd only: Correct RTC compatible in device tree. Enable MXC DM i2c driver. Define CONFIG_SYS_MALLOC_F_LEN so that DM is available in pre-reloc. Make GPIO banks available during preloc, since initialisation is done in board_early_init_f(). Add gpio_request() calls to satisfy the DM_GPIO compatibility API. Remove unused power configuration. Signed-off-by: Robert Beckett <bob.beckett@collabora.com> Signed-off-by: Ian Ray <ian.ray@ge.com>
* board: ge: bx50v3, imx53ppd: add eeprom partitionsRobert Beckett2020-02-091-1/+2
| | | | | | Add eeprom partitions to device tree. Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
* board: ge: mx53ppd: use imx wdtRobert Beckett2020-01-071-0/+1
| | | | | | | Enable DM imx WDT Enable SYSRESET_WATCHDOG to maintain WDT based reset ability Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
* board: ge: ppd: sync device tree from LinuxRobert Beckett2020-01-071-19/+1061
| | | | | | Copy device tree from linux for PPD. Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
* board: ge: ppd: Enable CONFIG_DM_MMCIan Ray2019-04-131-0/+29
| | | | | | | 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: ppd: Enable CONFIG_DMIan Ray2019-04-131-0/+14
Add simplified, generalised, ppd device tree and enable CONFIG_DM. Signed-off-by: Ian Ray <ian.ray@ge.com>