mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
clk: rockchip: rk3399: fix up the spi softrst ID
fix up the spi3 and spi5 softrst ID. Change-Id: Ib8870ef765284e04674ce80acf0b4702ed77cebc Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -605,13 +605,13 @@
|
||||
#define SRST_P_SPI0 214
|
||||
#define SRST_P_SPI1 215
|
||||
#define SRST_P_SPI2 216
|
||||
#define SRST_P_SPI3 217
|
||||
#define SRST_P_SPI4 218
|
||||
#define SRST_P_SPI4 217
|
||||
#define SRST_P_SPI5 218
|
||||
#define SRST_SPI0 219
|
||||
#define SRST_SPI1 220
|
||||
#define SRST_SPI2 221
|
||||
#define SRST_SPI3 222
|
||||
#define SRST_SPI4 223
|
||||
#define SRST_SPI4 222
|
||||
#define SRST_SPI5 223
|
||||
|
||||
/* cru_softrst_con14 */
|
||||
#define SRST_I2S0_8CH 224
|
||||
@@ -733,8 +733,8 @@
|
||||
#define SRST_H_CM0S_NOC 3
|
||||
#define SRST_DBG_CM0S 4
|
||||
#define SRST_PO_CM0S 5
|
||||
#define SRST_P_SPI6 6
|
||||
#define SRST_SPI6 7
|
||||
#define SRST_P_SPI3 6
|
||||
#define SRST_SPI3 7
|
||||
#define SRST_P_TIMER_0_1 8
|
||||
#define SRST_P_TIMER_0 9
|
||||
#define SRST_P_TIMER_1 10
|
||||
|
||||
Reference in New Issue
Block a user