All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: ifc: add define for IFC_CSPRn TE bit
@ 2020-11-26 10:45 Aleksandar Gerasimovski
  2020-12-11  7:53 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandar Gerasimovski @ 2020-11-26 10:45 UTC (permalink / raw)
  To: u-boot

To drive TE pin high is supported IFC configuration that can be used on
some designs.

Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>
---
 include/fsl_ifc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/fsl_ifc.h b/include/fsl_ifc.h
index fd91533..e1e6214 100644
--- a/include/fsl_ifc.h
+++ b/include/fsl_ifc.h
@@ -52,6 +52,8 @@
 /* Machine Select */
 #define CSPR_MSEL			0x00000006
 #define CSPR_MSEL_SHIFT			1
+/* External Transceiver Enable */
+#define CSPR_TE			0x00000010
 /* NOR */
 #define CSPR_MSEL_NOR			0x00000000
 /* NAND */
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] drivers: ifc: add define for IFC_CSPRn TE bit
  2020-11-26 10:45 [PATCH] drivers: ifc: add define for IFC_CSPRn TE bit Aleksandar Gerasimovski
@ 2020-12-11  7:53 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2020-12-11  7:53 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Aleksandar
>Gerasimovski
>Sent: Thursday, November 26, 2020 4:15 PM
>To: u-boot at lists.denx.de
>Cc: prabhakar.kushwaha at nxp.com
>Subject: [PATCH] drivers: ifc: add define for IFC_CSPRn TE bit
>
>To drive TE pin high is supported IFC configuration that can be used on some
>designs.
>
>Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-
>powergrids.com>
>---
<snip>
Applied to fsl-qoriq. 
Awaiting upstream

Regards
Priyanka

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-11  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 10:45 [PATCH] drivers: ifc: add define for IFC_CSPRn TE bit Aleksandar Gerasimovski
2020-12-11  7:53 ` Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.