clk: rockchip: rename the clk id for HCLK_I2S1_2CH
authorElaine Zhang <zhangqing@rock-chips.com>
Wed, 2 Aug 2017 08:29:48 +0000 (16:29 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 6 Aug 2017 17:43:35 +0000 (19:43 +0200)
i2s1 has 2 channels but not 8 channels.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
[and the clock id hasn't been used in either clock-driver nor dts,
 so is safe to rename]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
include/dt-bindings/clock/rv1108-cru.h

index fe013cf..e8aa6d5 100644 (file)
 
 /* hclk gates */
 #define HCLK_I2S0_8CH                  320
-#define HCLK_I2S1_8CH                  321
+#define HCLK_I2S1_2CH                  321
 #define HCLK_I2S2_2CH                  322
 #define HCLK_NANDC                     323
 #define HCLK_SDMMC                     324