diff options
author | Pali Rohár <pali@kernel.org> | 2022-07-28 13:06:24 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-07-29 10:02:43 +0200 |
commit | 5e4d24ccc115215be9aa4cd20cda585e2792e7ff (patch) | |
tree | 138366faa838db76f1eaf0bf3e85ae3cac2fbbd3 /board/CZ.NIC | |
parent | ef6fcab85f2f924f44f9a504302343bf248ab2fe (diff) | |
download | u-boot-5e4d24ccc115215be9aa4cd20cda585e2792e7ff.tar.gz u-boot-5e4d24ccc115215be9aa4cd20cda585e2792e7ff.tar.bz2 u-boot-5e4d24ccc115215be9aa4cd20cda585e2792e7ff.zip |
gpio: Add Turris Omnia MCU driver
This driver registers GPIO controller and allows U-Boot to control GPIO
pins on MCU which is connected to Turris Omnia via i2c.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/CZ.NIC')
-rw-r--r-- | board/CZ.NIC/turris_omnia/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/CZ.NIC/turris_omnia/MAINTAINERS b/board/CZ.NIC/turris_omnia/MAINTAINERS index 8258f4fc5b..8bff97cc27 100644 --- a/board/CZ.NIC/turris_omnia/MAINTAINERS +++ b/board/CZ.NIC/turris_omnia/MAINTAINERS @@ -6,4 +6,5 @@ F: arch/arm/dts/armada-385-turris-omnia*.dts* F: board/CZ.NIC/turris_atsha_otp.* F: board/CZ.NIC/turris_omnia/ F: configs/turris_omnia_defconfig +F: drivers/gpio/turris_omnia_mcu.c F: include/configs/turris_omnia.h |