diff options
author | Soby Mathew <soby.mathew@arm.com> | 2018-09-10 11:06:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 11:06:16 +0100 |
commit | e636812dce642cc45d65e3dba4c9ffbdb7169307 (patch) | |
tree | 317c782857e01dd233bd9f3b7218ddd970cf99fa /include | |
parent | ba72b1964aae67d9874a9906cd885c5784eefe9a (diff) | |
parent | 5069c1cfef76cc86e6ad15bdd75b9330c3181e76 (diff) | |
download | platform_external_arm-trusted-firmware-e636812dce642cc45d65e3dba4c9ffbdb7169307.tar.gz platform_external_arm-trusted-firmware-e636812dce642cc45d65e3dba4c9ffbdb7169307.tar.bz2 platform_external_arm-trusted-firmware-e636812dce642cc45d65e3dba4c9ffbdb7169307.zip |
Merge pull request #1534 from Icenowy/sun50i_h6_pmic
Add support for Allwinner H6 + X-Powers AXP805 PMIC combination
Diffstat (limited to 'include')
-rw-r--r-- | include/drivers/mentor/mi2cv.h (renamed from include/drivers/marvell/a8k_i2c.h) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/drivers/marvell/a8k_i2c.h b/include/drivers/mentor/mi2cv.h index 8a9abe8d4..6b03ed7f6 100644 --- a/include/drivers/marvell/a8k_i2c.h +++ b/include/drivers/mentor/mi2cv.h @@ -1,14 +1,15 @@ /* * Copyright (C) 2018 Marvell International Ltd. + * Copyright (C) 2018 Icenowy Zheng <icenowy@aosc.io> * * SPDX-License-Identifier: BSD-3-Clause * https://spdx.org/licenses */ -/* This driver provides I2C support for Marvell A8K and compatible SoCs */ +/* This driver provides support for Mentor Graphics MI2CV IP core */ -#ifndef _A8K_I2C_H_ -#define _A8K_I2C_H_ +#ifndef _MI2CV_H_ +#define _MI2CV_H_ #include <stdint.h> |