Skip to content

Commit df7b1f2

Browse files
katsustermmind
authored andcommitted
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: Katsuhiro Suzuki <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 5c73ac2 commit df7b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
#define HCLK_TSP 309
179179
#define HCLK_GMAC 310
180180
#define HCLK_I2S0_8CH 311
181-
#define HCLK_I2S1_8CH 313
181+
#define HCLK_I2S1_8CH 312
182182
#define HCLK_I2S2_2CH 313
183183
#define HCLK_SPDIF_8CH 314
184184
#define HCLK_VOP 315

0 commit comments

Comments
 (0)