X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmc34704.h;h=b837ddaa1d979ad62475f42118c4034fa00fb5f7;hb=5fac11e6d5ab350429b8c8ddf47d3d3877ca89d1;hp=6611d54ae8c1cd3732b47a755d92c87f39187f32;hpb=da77a0e593c370c9ed79ea22c1df321d5f4e4bbf;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/mc34704.h b/include/mc34704.h index 6611d54..b837dda 100644 --- a/include/mc34704.h +++ b/include/mc34704.h @@ -1,11 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (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. - * */ #ifndef __MC34704_H__ @@ -44,6 +39,7 @@ enum { /* GENERAL2 register fields */ #define ONOFFE (1 << 0) #define ONOFFD (1 << 1) +#define ONOFFA (1 << 3) #define ALLOFF (1 << 4) #endif /* __MC34704_H__ */