lkml.org 
[lkml]   [2020]   [Nov]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 02/18] arm: dts: owl-s500: Set CMU clocks for UARTs
On Sat, Nov 28, 2020 at 12:55:13PM +0530, Manivannan Sadhasivam wrote:
> On Fri, Nov 20, 2020 at 01:55:56AM +0200, Cristian Ciocaltea wrote:
> > Set Clock Management Unit clocks for the UART nodes of Actions Semi
> > S500 SoCs.
> >
> > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
>
> Also in this patch itself, you need to remove the dummy "uart3_clk" from
> S500 dts. With that,

I have prepared the updated patch with the requested changes, including
also the merge of the RoseapplePi related patch (no. 15 in this series).

Thanks,
Cristi

> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>
> Thanks,
> Mani
>
> > ---
> > arch/arm/boot/dts/owl-s500.dtsi | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/owl-s500.dtsi b/arch/arm/boot/dts/owl-s500.dtsi
> > index 5d5ad9db549b..ac3d04c75dd5 100644
> > --- a/arch/arm/boot/dts/owl-s500.dtsi
> > +++ b/arch/arm/boot/dts/owl-s500.dtsi
> > @@ -131,6 +131,7 @@ uart0: serial@b0120000 {
> > compatible = "actions,s500-uart", "actions,owl-uart";
> > reg = <0xb0120000 0x2000>;
> > interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&cmu CLK_UART0>;
> > status = "disabled";
> > };
> >
> > @@ -138,6 +139,7 @@ uart1: serial@b0122000 {
> > compatible = "actions,s500-uart", "actions,owl-uart";
> > reg = <0xb0122000 0x2000>;
> > interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&cmu CLK_UART1>;
> > status = "disabled";
> > };
> >
> > @@ -145,6 +147,7 @@ uart2: serial@b0124000 {
> > compatible = "actions,s500-uart", "actions,owl-uart";
> > reg = <0xb0124000 0x2000>;
> > interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&cmu CLK_UART2>;
> > status = "disabled";
> > };
> >
> > @@ -152,6 +155,7 @@ uart3: serial@b0126000 {
> > compatible = "actions,s500-uart", "actions,owl-uart";
> > reg = <0xb0126000 0x2000>;
> > interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&cmu CLK_UART3>;
> > status = "disabled";
> > };
> >
> > @@ -159,6 +163,7 @@ uart4: serial@b0128000 {
> > compatible = "actions,s500-uart", "actions,owl-uart";
> > reg = <0xb0128000 0x2000>;
> > interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&cmu CLK_UART4>;
> > status = "disabled";
> > };
> >
> > @@ -166,6 +171,7 @@ uart5: serial@b012a000 {
> > compatible = "actions,s500-uart", "actions,owl-uart";
> > reg = <0xb012a000 0x2000>;
> > interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&cmu CLK_UART5>;
> > status = "disabled";
> > };
> >
> > @@ -173,6 +179,7 @@ uart6: serial@b012c000 {
> > compatible = "actions,s500-uart", "actions,owl-uart";
> > reg = <0xb012c000 0x2000>;
> > interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&cmu CLK_UART6>;
> > status = "disabled";
> > };
> >
> > --
> > 2.29.2
> >

\
 
 \ /
  Last update: 2020-11-29 19:11    [W:0.074 / U:1.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site