- 25 Oct, 2019 6 commits
-
-
Weijie Gao authored
This patch updates reset controller node for mt7628 Signed-off-by:
Weijie Gao <weijie.gao@mediatek.com>
-
Weijie Gao authored
This patch adds default pinctrl for uart nodes Signed-off-by:
Weijie Gao <weijie.gao@mediatek.com>
-
Weijie Gao authored
This patch adds pinctrl node with default pin state for mt7628an.dtsi. Signed-off-by:
Weijie Gao <weijie.gao@mediatek.com>
-
Weijie Gao authored
This patch adds clkctrl node for mt7628 and adds clocks property for some node. Signed-off-by:
Weijie Gao <weijie.gao@mediatek.com>
-
Weijie Gao authored
All three UARTs of mt7628 are actually MediaTek's high-speed UARTs which support baudrate up to 921600. The high-speed UART is compatible with ns16550 when baudrate <= 115200. Add compatible string to dtsi file so u-boot can use it when serial_mtk driver is built in. Reviewed-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Weijie Gao <weijie.gao@mediatek.com>
-
Weijie Gao authored
The UART of MT7628 has fixed 40MHz input clock so there is no need to put clock-frequency in every dts files. Just put it into the common dtsi file. Reviewed-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Weijie Gao <weijie.gao@mediatek.com>
-
- 30 Nov, 2018 1 commit
-
-
Stefan Roese authored
As the driver has been changed to be more specific, the DT compatible property also needs to be adapted. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
- 18 Nov, 2018 3 commits
-
-
Stefan Roese authored
Add the watchdog DT node to the DTS file. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
Stefan Roese authored
Add the GPIO DT nodes to the DTS file. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
Stefan Roese authored
Add the ethernet DT node to the DTS file. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
- 23 Sep, 2018 2 commits
-
-
Stefan Roese authored
This patch adds the clock-frequency property to the SPI controller DT node. It will be used by the SPI driver to calculate the baud rate. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
Stefan Roese authored
This patch adds the necessary sysreset DT node and enables the required drivers via Kconfig. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
- 22 Sep, 2018 1 commit
-
-
Stefan Roese authored
This patch adds basic support for the MediaTek MT7620/88 SoCs. Parts of the code is copied from the MediaTek GitHub repository: https://github.com/MediaTek-Labs/linkit-smart-uboot.git The mt7628a.dtsi file is imported from Linux v4.17. Support for the LinkIt Smart 7688 module and the Gardena Smart Gateway both based on the MT7688 will be added in further patches. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-