clk: rockchip: fix ID of 8ch clock of I2S1 for rk3328
authorKatsuhiro Suzuki <katsuhiro@katsuster.net>
Sun, 18 Nov 2018 04:18:02 +0000 (13:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Dec 2019 07:51:27 +0000 (08:51 +0100)
[ Upstream commit df7b1f2e0a4ae0fceff261e29cde63dafcf2360f ]

This patch fixes mistakes in HCLK_I2S1_8CH for running I2S1
successfully.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/dt-bindings/clock/rk3328-cru.h

index a82a010..9d5f799 100644 (file)
 #define HCLK_TSP               309
 #define HCLK_GMAC              310
 #define HCLK_I2S0_8CH          311
-#define HCLK_I2S1_8CH          313
+#define HCLK_I2S1_8CH          312
 #define HCLK_I2S2_2CH          313
 #define HCLK_SPDIF_8CH         314
 #define HCLK_VOP               315