linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: rockchip: fix ID of 8ch clock of I2S1 for rk3328
@ 2018-11-18  4:18 Katsuhiro Suzuki
  2018-11-19 13:43 ` Heiko Stuebner
  0 siblings, 1 reply; 3+ messages in thread
From: Katsuhiro Suzuki @ 2018-11-18  4:18 UTC (permalink / raw)
  To: Heiko Stuebner, linux-rockchip
  Cc: linux-arm-kernel, linux-kernel, Katsuhiro Suzuki

This patch fixes mistakes in HCLK_I2S1_8CH for running I2S1
successfully.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
---
 include/dt-bindings/clock/rk3328-cru.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/dt-bindings/clock/rk3328-cru.h b/include/dt-bindings/clock/rk3328-cru.h
index a82a0109faff..bcaa4559ab1b 100644
--- a/include/dt-bindings/clock/rk3328-cru.h
+++ b/include/dt-bindings/clock/rk3328-cru.h
@@ -172,13 +172,14 @@
 #define PCLK_HDCP		232
 #define PCLK_DCF		233
 #define PCLK_SARADC		234
+#define PCLK_ACODECPHY		235
 
 /* hclk gates */
 #define HCLK_PERI		308
 #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
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: rockchip: fix ID of 8ch clock of I2S1 for rk3328
  2018-11-18  4:18 [PATCH] clk: rockchip: fix ID of 8ch clock of I2S1 for rk3328 Katsuhiro Suzuki
@ 2018-11-19 13:43 ` Heiko Stuebner
  2018-11-20  0:35   ` Katsuhiro Suzuki
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Stuebner @ 2018-11-19 13:43 UTC (permalink / raw)
  To: Katsuhiro Suzuki; +Cc: linux-rockchip, linux-arm-kernel, linux-kernel

Am Sonntag, 18. November 2018, 05:18:02 CET schrieb Katsuhiro Suzuki:
> This patch fixes mistakes in HCLK_I2S1_8CH for running I2S1
> successfully.
> 
> Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
> ---
>  include/dt-bindings/clock/rk3328-cru.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/dt-bindings/clock/rk3328-cru.h b/include/dt-bindings/clock/rk3328-cru.h
> index a82a0109faff..bcaa4559ab1b 100644
> --- a/include/dt-bindings/clock/rk3328-cru.h
> +++ b/include/dt-bindings/clock/rk3328-cru.h
> @@ -172,13 +172,14 @@
>  #define PCLK_HDCP		232
>  #define PCLK_DCF		233
>  #define PCLK_SARADC		234
> +#define PCLK_ACODECPHY		235

I've dropped this unrelated change and applied the
real id fix from the rest of the patch for 4.21


Thanks
Heiko



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: rockchip: fix ID of 8ch clock of I2S1 for rk3328
  2018-11-19 13:43 ` Heiko Stuebner
@ 2018-11-20  0:35   ` Katsuhiro Suzuki
  0 siblings, 0 replies; 3+ messages in thread
From: Katsuhiro Suzuki @ 2018-11-20  0:35 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: linux-rockchip, linux-arm-kernel, linux-kernel

Hello,

Thank you for applying my patch and sorry for mistake...

On 2018年11月19日 22:43, Heiko Stuebner wrote:
> Am Sonntag, 18. November 2018, 05:18:02 CET schrieb Katsuhiro Suzuki:
>> This patch fixes mistakes in HCLK_I2S1_8CH for running I2S1
>> successfully.
>>
>> Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
>> ---
>>   include/dt-bindings/clock/rk3328-cru.h | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/include/dt-bindings/clock/rk3328-cru.h b/include/dt-bindings/clock/rk3328-cru.h
>> index a82a0109faff..bcaa4559ab1b 100644
>> --- a/include/dt-bindings/clock/rk3328-cru.h
>> +++ b/include/dt-bindings/clock/rk3328-cru.h
>> @@ -172,13 +172,14 @@
>>   #define PCLK_HDCP		232
>>   #define PCLK_DCF		233
>>   #define PCLK_SARADC		234
>> +#define PCLK_ACODECPHY		235
> 
> I've dropped this unrelated change and applied the
> real id fix from the rest of the patch for 4.21
> 
> 
> Thanks
> Heiko
> 
> 
> 

Best Regards,
---
Katsuhiro Suzuki

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-20  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-18  4:18 [PATCH] clk: rockchip: fix ID of 8ch clock of I2S1 for rk3328 Katsuhiro Suzuki
2018-11-19 13:43 ` Heiko Stuebner
2018-11-20  0:35   ` Katsuhiro Suzuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).