Message ID | 1502176547-30817-3-git-send-email-zhangqing@rock-chips.com (mailing list archive) |
---|---|
State | Awaiting Upstream |
Headers | show |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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(-)