Lines Matching +full:mmp +full:- +full:gpio
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-mmp/ttc_dkb.c
5 * Support for the Marvell PXA910-based TTC_DKB Development Platform.
16 #include <linux/gpio.h>
17 #include <linux/gpio-pxa.h>
23 #include <asm/mach-types.h>
26 #include "addr-map.h"
27 #include "mfp-pxa910.h"
30 #include "regs-usb.h"
40 * 16 board interrupts -- MAX7312 GPIO expander
41 * 16 board interrupts -- PCA9575 GPIO expander
42 * 24 board interrupts -- 88PM860x PMIC
123 .name = "onenand-flash",
124 .id = -1,
190 .name = "mmp-parallel",
200 .name = "mmp-disp",
207 .name = "mmp-fb",
208 .path_name = "mmp-parallel",
222 pr_err("failed to request GPIO for TPO LCD RESET\n"); in dkb_tpo_panel_power()
232 pr_err("failed to request LCD RESET gpio\n"); in dkb_tpo_panel_power()
241 .name = "tpo-hvga",
242 .plat_path_name = "mmp-parallel",
248 .modalias = "tpo-hvga",
270 /* on-chip devices */ in ttc_dkb_init()
276 /* off-chip devices */ in ttc_dkb_init()
308 MACHINE_START(TTC_DKB, "PXA910-based TTC_DKB Development Platform")