Commit df7b1f2e authored by Katsuhiro Suzuki's avatar Katsuhiro Suzuki Committed by Heiko Stuebner

clk: rockchip: fix ID of 8ch clock of I2S1 for rk3328

This patch fixes mistakes in HCLK_I2S1_8CH for running I2S1
successfully.
Signed-off-by: default avatarKatsuhiro Suzuki <katsuhiro@katsuster.net>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5c73ac2f
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
#define HCLK_TSP 309 #define HCLK_TSP 309
#define HCLK_GMAC 310 #define HCLK_GMAC 310
#define HCLK_I2S0_8CH 311 #define HCLK_I2S0_8CH 311
#define HCLK_I2S1_8CH 313 #define HCLK_I2S1_8CH 312
#define HCLK_I2S2_2CH 313 #define HCLK_I2S2_2CH 313
#define HCLK_SPDIF_8CH 314 #define HCLK_SPDIF_8CH 314
#define HCLK_VOP 315 #define HCLK_VOP 315
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment