Skip to content

Commit fc6056b

Browse files
Elaine Zhangrkhuangtao
authored andcommitted
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>
1 parent ef0f932 commit fc6056b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

include/dt-bindings/clock/rk3399-cru.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -601,13 +601,13 @@
601601
#define SRST_P_SPI0 214
602602
#define SRST_P_SPI1 215
603603
#define SRST_P_SPI2 216
604-
#define SRST_P_SPI3 217
605-
#define SRST_P_SPI4 218
604+
#define SRST_P_SPI4 217
605+
#define SRST_P_SPI5 218
606606
#define SRST_SPI0 219
607607
#define SRST_SPI1 220
608608
#define SRST_SPI2 221
609-
#define SRST_SPI3 222
610-
#define SRST_SPI4 223
609+
#define SRST_SPI4 222
610+
#define SRST_SPI5 223
611611

612612
/* cru_softrst_con14 */
613613
#define SRST_I2S0_8CH 224
@@ -729,8 +729,8 @@
729729
#define SRST_H_CM0S_NOC 3
730730
#define SRST_DBG_CM0S 4
731731
#define SRST_PO_CM0S 5
732-
#define SRST_P_SPI6 6
733-
#define SRST_SPI6 7
732+
#define SRST_P_SPI3 6
733+
#define SRST_SPI3 7
734734
#define SRST_P_TIMER_0_1 8
735735
#define SRST_P_TIMER_0 9
736736
#define SRST_P_TIMER_1 10

0 commit comments

Comments
 (0)