summaryrefslogtreecommitdiff
path: root/include/dm/platform_data
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-09-16 13:16:50 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 08:07:14 (GMT)
commit91259b783fb00422df6157b85317bf5035c72ed4 (patch)
tree2922ed570d93d45741573e20ef62053e0cc8adea /include/dm/platform_data
parent82a006ca2df310164bb48c36a793d1b733cf4af8 (diff)
downloadu-boot-fsl-qoriq-91259b783fb00422df6157b85317bf5035c72ed4.tar.xz
merge with master
Diffstat (limited to 'include/dm/platform_data')
-rw-r--r--include/dm/platform_data/gpio_mpc8xxx.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/dm/platform_data/gpio_mpc8xxx.h b/include/dm/platform_data/gpio_mpc8xxx.h
deleted file mode 100644
index 37e5241..0000000
--- a/include/dm/platform_data/gpio_mpc8xxx.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (c) 2016 Scalys B.V. <u-boot@scalys.com>
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _MPC8XXX_GPIO_H
-#define _MPC8XXX_GPIO_H
-
-struct mpc8xxx_gpio_platdata {
- const char *bank_name;
- ccsr_gpio_t *regs;
- int gpio_count;
-#if defined(CONFIG_MPC8572) || defined(CONFIG_MPC8536)
- /* shadowed data register used to work around errata on
- * MPC8572 and MPC8535 where it is not possible to read the
- * state of an output pin */
- uint32_t data;
-#endif
-};
-
-#endif