public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/2] mc34704: Add the definition of ONOFFA bit
@ 2015-02-21 19:22 Fabio Estevam
  2015-02-21 19:22 ` [U-Boot] [PATCH v2 2/2] mx25pdk: Turn on the LCD supply Fabio Estevam
  2015-03-02  9:41 ` [U-Boot] [PATCH v2 1/2] mc34704: Add the definition of ONOFFA bit Stefano Babic
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2015-02-21 19:22 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@freescale.com>

ONOFFA is the bit 3 of the GENERAL2 register.

Add its definition.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- Use fsl email address

 include/mc34704.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/mc34704.h b/include/mc34704.h
index 53716e0..482d51a 100644
--- a/include/mc34704.h
+++ b/include/mc34704.h
@@ -40,6 +40,7 @@ enum {
 /* GENERAL2 register fields */
 #define ONOFFE		(1 << 0)
 #define ONOFFD		(1 << 1)
+#define ONOFFA		(1 << 3)
 #define ALLOFF		(1 << 4)
 
 #endif /* __MC34704_H__ */
-- 
1.9.1

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

end of thread, other threads:[~2015-03-02  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21 19:22 [U-Boot] [PATCH v2 1/2] mc34704: Add the definition of ONOFFA bit Fabio Estevam
2015-02-21 19:22 ` [U-Boot] [PATCH v2 2/2] mx25pdk: Turn on the LCD supply Fabio Estevam
2015-03-02  9:41   ` Stefano Babic
2015-03-02  9:41 ` [U-Boot] [PATCH v2 1/2] mc34704: Add the definition of ONOFFA bit Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox