]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mc34704: Add the definition of ONOFFA bit
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 21 Feb 2015 19:22:49 +0000 (17:22 -0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:06:23 +0000 (14:06 +0200)
ONOFFA is the bit 3 of the GENERAL2 register.

Add its definition.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/mc34704.h

index 53716e0398c45e95f1440ef8112f76c5d92eb04b..482d51ab2f02edaf4a05ab8e54780d951acf0201 100644 (file)
@@ -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__ */