diff mbox

[v3,2/9] clk: rockchip: rename the clk id for HCLK_I2S1_2CH

Message ID 1502176547-30817-3-git-send-email-zhangqing@rock-chips.com (mailing list archive)
State New, archived
Headers show

Commit Message

Elaine Zhang Aug. 8, 2017, 7:15 a.m. UTC
i2s1 has 2 channels but not 8 channels.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
---
 include/dt-bindings/clock/rv1108-cru.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Stuebner Aug. 8, 2017, 3:35 p.m. UTC | #1
Am Dienstag, 8. August 2017, 15:15:40 CEST schrieb Elaine Zhang:
> i2s1 has 2 channels but not 8 channels.
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

I had already picked the one from v2 before noticing the
issues in the previous clock-driver changes, so ignored.


Heiko
diff mbox

Patch

diff --git a/include/dt-bindings/clock/rv1108-cru.h b/include/dt-bindings/clock/rv1108-cru.h
index fe013cf51e2b..e8aa6d56990a 100644
--- a/include/dt-bindings/clock/rv1108-cru.h
+++ b/include/dt-bindings/clock/rv1108-cru.h
@@ -144,7 +144,7 @@ 
 
 /* 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