mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 20:15:30 +07:00
f5720080b5
Adjust the r8a73a4 SoC support code to use shmobile_init_delay() together with CPU Frequency settings from the DTS. Get rid of the C code version and r8a73a4_init_early() that now are unused. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
19 lines
373 B
C
19 lines
373 B
C
#ifndef __ASM_R8A73A4_H__
|
|
#define __ASM_R8A73A4_H__
|
|
|
|
/* DMA slave IDs */
|
|
enum {
|
|
SHDMA_SLAVE_INVALID,
|
|
SHDMA_SLAVE_MMCIF0_TX,
|
|
SHDMA_SLAVE_MMCIF0_RX,
|
|
SHDMA_SLAVE_MMCIF1_TX,
|
|
SHDMA_SLAVE_MMCIF1_RX,
|
|
};
|
|
|
|
void r8a73a4_add_standard_devices(void);
|
|
void r8a73a4_add_dt_devices(void);
|
|
void r8a73a4_clock_init(void);
|
|
void r8a73a4_pinmux_init(void);
|
|
|
|
#endif /* __ASM_R8A73A4_H__ */
|