summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx51.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: move barebox,bootsource-mmc aliases to chosen nodeSascha Hauer2024-02-271-0/+3
| | | | | | | | | The barebox,bootsource-* properties are looked for in /chosen, not in /aliases. Move the properties to the correct node. Fixes: 7eedf79ba9 ("ARM: i.MX: add barebox,bootsource-mmc aliases") Link: https://lore.barebox.org/20240226153117.743128-1-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: add barebox,bootsource-mmc aliasesSascha Hauer2024-02-201-0/+4
| | | | | | | | | | | | Several boards overwrite the standard mmc aliases to give them a board specific numbering. This breaks our assumption that the bootsource instance number matches the mmc alias numbering. barebox supports barebox,bootsource-mmc aliases to provide a mapping between the bootsource and the device nodes that provides them. Add these aliases for the newer i.MX SoCs. Link: https://lore.barebox.org/20240220104402.2475000-1-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add pwm aliases to device treeSascha Hauer2014-11-201-0/+6
| | | | | | Needed for accessing the PWMs in barebox. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: i.MX51: Use upstream dts filesSascha Hauer2014-04-281-551/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Sync DT files with kernelAlexander Shiyan2014-01-101-381/+84
| | | | | | | | This patch includes update i.MX51 template and porting some barebox DTS files to use new template. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Update DTS templateAlexander Shiyan2013-10-221-317/+393
| | | | | | | Update i.MX51 DT template from kernel. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add pata aliasSascha Hauer2013-06-181-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add usbmisc devicetree nodeSascha Hauer2013-06-181-0/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add USBH1 and USBH2 pinmux entriesSascha Hauer2013-06-181-0/+39
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add aliases for MMC controllersSascha Hauer2013-05-271-0/+4
| | | | | | | To get persistent names for the MMC controllers add aliases to them Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Fixup fec pads in dtsSascha Hauer2013-05-231-17/+18
| | | | | | | | | The Kernel dts relies on reset default pad settings for the FEC. Add correct pad settings. Also, add missing MX51_PAD_NANDF_D11__FEC_RX_DV. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add IIM devicetree nodeSascha Hauer2013-05-231-0/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add devicetree filesSascha Hauer2013-05-231-0/+711
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>