X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fmc34704.h;h=482d51ab2f02edaf4a05ab8e54780d951acf0201;hb=ddc2d056e83d1a88dd24a5e03e7460dc37f2f423;hp=6611d54ae8c1cd3732b47a755d92c87f39187f32;hpb=2c601c7208713ba9b2158c57adcf515f4bdbc212;p=karo-tx-uboot.git diff --git a/include/mc34704.h b/include/mc34704.h index 6611d54ae8..482d51ab2f 100644 --- a/include/mc34704.h +++ b/include/mc34704.h @@ -1,11 +1,7 @@ /* * (C) Copyright 2012 Freescale Semiconductor, Inc. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __MC34704_H__ @@ -44,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__ */