mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 08:40:54 +07:00
a0b38cc4d3
arch/arm/plat-omap/include/plat/display.h is an include for the OMAP DSS driver. A more logical place for it is in include/video. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
13 lines
267 B
C
13 lines
267 B
C
/*
|
|
* Defines for zoom boards
|
|
*/
|
|
#include <video/omapdss.h>
|
|
|
|
#define ZOOM_NAND_CS 0
|
|
|
|
extern int __init zoom_debugboard_init(void);
|
|
extern void __init zoom_peripherals_init(void);
|
|
extern void __init zoom_display_init(void);
|
|
|
|
#define ZOOM2_HEADSET_EXTMUTE_GPIO 153
|