summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx51-zii-rdu1.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: rdu1: Implement RDU1 config loadingAndrey Smirnov2018-11-061-0/+7
| | | | | | | | | | | | | | | | RDU1 stores various configuration parameters, including FEC's MAC address, in a configuration blob that can be located in on of three places: SPI NOR, RAVE SP EEPROM or Microwire EEPROM. This patch add an initcall to load those configuration variables from a valid source (CRC8 checked) as well as expose then as "config_<var>" environment variables. This patch also adds appropriate code to register MAC address obtained from config blob. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: rdu1: Add an alias for Microwire EEPROMAndrey Smirnov2018-11-061-0/+5
| | | | | | | Add an alias for Microwire EEPROM to give it a better name in /dev. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: rdu1: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+13
| | | | | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: rdu1: Remove now redundant RAVE SP properties/nodesAndrey Smirnov2018-10-081-21/+0
| | | | | | | | Remove RAVE SP properties/nodes that are now availible from upstream Linux DTS files. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: imx51-zii-rdu1: Add USBH1,2 iomux configurationAndrey Smirnov2018-09-041-0/+42
| | | | | | | | Add iomux configuration for USBH1,2 to match what U-Boot (as well as Babbage board) would configure those pads to. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: rdu1: Make use of "zii,eeprom-name"Andrey Smirnov2018-07-051-9/+4
| | | | | | | | | Convert RAVE SP EEPROMs to use "zii,eeprom-name" instead of aliases in order to minimize differences with upstream Linux DT. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: rdu1: Add node for backlight deviceAndrey Smirnov2018-07-021-0/+4
| | | | | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: rdu1: Specify "boot-source" NVMEM cellAndrey Smirnov2018-07-021-0/+9
| | | | | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: rdu1: Add nodes for RAVE SP EEPROMAndrey Smirnov2018-07-021-0/+28
| | | | | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: Add support for ZII RDU1 boardAndrey Smirnov2018-07-021-0/+52
ZII RDU1 is a i.MX51 based, Babbagde board derivative supported by upstream kernel. This commit add support for it to Barebox. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>