summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx7-tqma7.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imx7-tqma7: add SPI-NOR flashMatthias Schiffer2021-10-051-0/+43
| | | | | | | | | | | | | The SPI-NOR flash on the SoM was missing from the device tree. The TQMa7 as a designated QSPI_RESET# pin, however depending on the hardware configuration the pin may be unconnected, or be used for a different purpose. With this in mind, we mux the pin as a pullup and define an input hog for it, but keep it a separate pin group, so that it is easy for dependent Device Trees to modify the configuration. Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx7-tqma7/mba7: correct spelling of "TQ-Systems"Matthias Schiffer2021-10-051-2/+2
| | | | | | | "TQ-Systems" is written with a dash. Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: imx7: Correct CPU supply nameAnson Huang2020-04-141-1/+1
| | | | | | | | i.MX7 uses cpufreq-dt driver which requires the CPU supply name to be either "cpu0-supply" or "cpu-supply", correct it. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: bugfix tqma7 soft reset issueBruno Thomsen2019-04-221-0/+17
| | | | | | | | | | | | | | | | Running reboot command on the TQMa7 board would just hang infinite at the end of the system shutdown process. Handling of i.MX7 errata e10574: Watchdog: A watchdog timeout or software trigger will not reset the SOC. Moved pinctrl from common mba7 to common tqma7 dtsi as it improves readability of errata handling. Most integrators of this SoM will likely use the development board as inspiration for handling this SoC issue. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: dts: tq imx7 common board supportBruno Thomsen2019-04-111-0/+232
This adds TQMa7 and MBa7 board support. TQMa7 can be mounted with either i.MX7 Solo or Dual. All TQMa7 board variants can be mounted in MBa7 carrier board. Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>