xref: /openbmc/linux/drivers/staging/sm750fb/ddk750.h (revision 81e0da70)
125338628SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f5016082SEric S. Stone /*
381dee67eSSudip Mukherjee  *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
481dee67eSSudip Mukherjee  *
581dee67eSSudip Mukherjee  *  RegSC.h --- SM718 SDK
681dee67eSSudip Mukherjee  *  This file contains the definitions for the System Configuration registers.
7f5016082SEric S. Stone  */
8f5016082SEric S. Stone 
9f5016082SEric S. Stone #ifndef DDK750_H__
10f5016082SEric S. Stone #define DDK750_H__
11f5016082SEric S. Stone 
1281dee67eSSudip Mukherjee #include "ddk750_reg.h"
1381dee67eSSudip Mukherjee #include "ddk750_mode.h"
1481dee67eSSudip Mukherjee #include "ddk750_chip.h"
1581dee67eSSudip Mukherjee #include "ddk750_display.h"
1681dee67eSSudip Mukherjee #include "ddk750_power.h"
1781dee67eSSudip Mukherjee #ifdef USE_HW_I2C
1881dee67eSSudip Mukherjee #include "ddk750_hwi2c.h"
1981dee67eSSudip Mukherjee #endif
2081dee67eSSudip Mukherjee #include "ddk750_swi2c.h"
2181dee67eSSudip Mukherjee #endif
22