[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-382-ge75a482ad
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-07-10 08:11:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via e75a482ad4dd45f34e2a373159c40c102d12786f (commit)
from f1a73e59fe5871b358c6f5f1c5b9995846121ba5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e75a482ad4dd45f34e2a373159c40c102d12786f
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 10 10:10:21 2023 +0200
[LINUX] 5.10: apf27: patch to enable UART3
-----------------------------------------------------------------------
Summary of changes:
.../5.10/0205-ARM-dts-apf27-enable-UART3.patch | 51 ++++++++++++++++++++++
1 file changed, 51 insertions(+)
create mode 100644 patches/linux/5.10/0205-ARM-dts-apf27-enable-UART3.patch
diff --git a/patches/linux/5.10/0205-ARM-dts-apf27-enable-UART3.patch b/patches/linux/5.10/0205-ARM-dts-apf27-enable-UART3.patch
new file mode 100644
index 000000000..2cf64ad28
--- /dev/null
+++ b/patches/linux/5.10/0205-ARM-dts-apf27-enable-UART3.patch
@@ -0,0 +1,51 @@
+From e74d92cea7f0c007c91c90d8f32b87b2f3e4a10f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Fri, 7 Jul 2023 17:42:41 +0200
+Subject: [PATCH 205/205] ARM: dts: apf27: enable UART3
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+On APF27 SoM, the UART3 is connected to a RS-232-Compatible transceiver.
+Enable the UART3.
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ arch/arm/boot/dts/imx27-apf27.dts | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts
+index dea082947f4b..81b4e13da411 100644
+--- a/arch/arm/boot/dts/imx27-apf27.dts
++++ b/arch/arm/boot/dts/imx27-apf27.dts
+@@ -68,6 +68,13 @@ MX27_PAD_UART1_RXD__UART1_RXD 0x0
+ >;
+ };
+
++ pinctrl_uart3: uart3grp {
++ fsl,pins = <
++ MX27_PAD_UART3_TXD__UART3_TXD 0x0
++ MX27_PAD_UART3_RXD__UART3_RXD 0x0
++ >;
++ };
++
+ pinctrl_usbotg: usbotg {
+ fsl,pins = <
+ MX27_PAD_USBOTG_NXT__USBOTG_NXT 0x0
+@@ -93,6 +100,12 @@ &uart1 {
+ status = "okay";
+ };
+
++&uart3 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_uart3>;
++ status = "okay";
++};
++
+ &fec {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_fec1>;
+--
+2.39.3
+
hooks/post-receive
--
armadeus
|