linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add UART4 pinmux in imx28.dtsi
@ 2021-11-24  3:11 Fred Lamer
  0 siblings, 0 replies; only message in thread
From: Fred Lamer @ 2021-11-24  3:11 UTC (permalink / raw)
  To: shawnguo, s.hauer, linux-arm-kernel; +Cc: kernel, festevam, linux-imx

 From 56d6c6e70d4142e76ed6b69e8292af25ae7d315d Mon Sep 17 00:00:00 2001
From: Fred Lamer <shark.engs@gmail.com>
Date: Tue, 23 Nov 2021 21:43:53 -0500
Subject: [PATCH] Add UART4 pinmux in imx28.dtsi:
To: linux-arm-kernel@lists.infradead.org,
     shawnguo@kernel.org,
     s.hauer@pengutronix.de
Cc: kernel@pengutronix.de,
     festevam@gmail.com,
     linux-imx@nxp.com

  - Added missing UART4 pinmux in the common imx28.dtsi device tree 
include file.

Signed-off-by: Fred Lamer <shark.engs@gmail.com>
---
  arch/arm/boot/dts/imx28.dtsi | 11 +++++++++++
  1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 94dfbf5b3f34..426e497c2ff4 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -424,6 +424,17 @@ MX28_PAD_AUART0_RTS__AUART4_TX
                      fsl,pull-up = <MXS_PULL_DISABLE>;
                  };

+                auart4_2pins_c: auart4@2 {
+                    reg = <2>;
+                    fsl,pinmux-ids = <
+                        MX28_PAD_SAIF0_BITCLK__AUART4_RX
+                        MX28_PAD_SAIF0_SDATA0__AUART4_TX
+                    >;
+                    fsl,drive-strength = <MXS_DRIVE_4mA>;
+                    fsl,voltage = <MXS_VOLTAGE_HIGH>;
+                    fsl,pull-up = <MXS_PULL_DISABLE>;
+                };
+
                  mac0_pins_a: mac0@0 {
                      reg = <0>;
                      fsl,pinmux-ids = <
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-24  3:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-24  3:11 [PATCH] Add UART4 pinmux in imx28.dtsi Fred Lamer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).