diff options
| author | Peng Fan <[email protected]> | 2017-05-11 10:35:00 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-05-31 10:15:49 +0200 |
| commit | 237868c9c08db051ec123ff7c3317ff35c2bf2de (patch) | |
| tree | 19ba7513c7c85425ca90ab80f4b0827700531be9 | |
| parent | 747778cf69468daa1f35abb932e17032ddfe9c1a (diff) | |
regulator: pfuze100: add SPDX License
Add SPDX license
Signed-off-by: Peng Fan <[email protected]>
Cc: Jaehoon Chung <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
| -rw-r--r-- | drivers/power/regulator/pfuze100.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/power/regulator/pfuze100.c b/drivers/power/regulator/pfuze100.c index 4702161bdf1..88b1b727fa0 100644 --- a/drivers/power/regulator/pfuze100.c +++ b/drivers/power/regulator/pfuze100.c @@ -1,3 +1,11 @@ +/* + * Copyright 2017 NXP + * + * Peng Fan <[email protected]> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + #include <common.h> #include <fdtdec.h> #include <errno.h> |
