Lines Matching +full:board +full:- +full:related
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Freescale Lite5200 board support
34 { .compatible = "fsl,mpc5200-cdm", },
35 { .compatible = "mpc5200-cdm", },
40 { .compatible = "fsl,mpc5200-gpio", },
41 { .compatible = "mpc5200-gpio", },
49 * new board port, do *NOT* duplicate this code. Fix your boot firmware
68 out_8(&cdm->ext_48mhz_en, 0x00); in lite5200_fix_clock_config()
69 out_8(&cdm->fd_enable, 0x01); in lite5200_fix_clock_config()
70 if (in_be32(&cdm->rstcfg) & 0x40) /* Assumes 33Mhz clock */ in lite5200_fix_clock_config()
71 out_be16(&cdm->fd_counters, 0x0001); in lite5200_fix_clock_config()
73 out_be16(&cdm->fd_counters, 0x5555); in lite5200_fix_clock_config()
83 * new board port, do *NOT* duplicate this code. Fix your boot firmware
103 port_config = in_be32(&gpio->port_config); in lite5200_fix_port_config()
114 in_be32(&gpio->port_config), port_config); in lite5200_fix_port_config()
115 out_be32(&gpio->port_config, port_config); in lite5200_fix_port_config()
130 * this needs to be called before of-ohci suspend code in lite5200_suspend_prepare()
136 /* USB Rh status: LPS = 1 - turn off power */ in lite5200_suspend_prepare()
142 /* USB Rh status: LPSC = 1 - turn on power */ in lite5200_resume_finish()
155 /* Some mpc5200 & mpc5200b related configuration */ in lite5200_setup_arch()
169 static const char * const board[] __initconst = { variable
177 .compatibles = board, in define_machine()