summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-vicut1.dts
Commit message (Collapse)AuthorAgeFilesLines
* dts: update to v6.5-rc1Sascha Hauer2023-07-271-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: protonic: drop all devictree copies and start to use mainlined ↵Oleksij Rempel2021-03-231-63/+2
| | | | | | | | | kernel versions This should make maintaining work easier. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: protonic: disable on-die termination to fix PHY bootstrappingOleksij Rempel2020-10-091-1/+1
| | | | | | | | | | | | | | | | | If on-die termination is enabled, the RXC pin of iMX6 will be pulled high. Since we already have an 10K pull-down on board, the RXC level on PHY reset will be ~800mV, which is mostly interpreted as 1. On some reboots we get 0 instead and kernel can't detect the PHY properly. Since the default 0x020e07ac value is 0, it is sufficient to remove this entry from the affected imxcfg files. Since we get stable 0 on pin PHYADDR[2], the PHY address is changed from 4 to 0. Fixes: 00adc1e33ef8 ("ARM: add imx6 based Protonic boads") Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: imx6: vicut1: fix network supportOleksij Rempel2020-08-111-2/+16
| | | | | | | | Create the PHY node with properly configured phy-mode and reset lines. In this case we will not need board specific PHY fixups. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: imx6: add Protonic boardsOleksij Rempel2020-06-181-0/+52
This DTS will be replaced by kernel version Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>