From fc6056b76f7f9ec147fa517d3b822c1e20fdb8b2 Mon Sep 17 00:00:00 2001 From: Elaine Zhang Date: Thu, 29 Sep 2016 15:29:37 +0800 Subject: [PATCH] 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 --- include/dt-bindings/clock/rk3399-cru.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index 852030f6dde0..528c9d93863e 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h @@ -601,13 +601,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 @@ -729,8 +729,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 -- 2.34.1