[PATCH v2 02/18] arm: dts: owl-s500: Set CMU clocks for UARTs
Manivannan Sadhasivam
manivannan.sadhasivam at linaro.org
Sat Nov 28 02:25:13 EST 2020
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 at gmail.com>
Also in this patch itself, you need to remove the dummy "uart3_clk" from
S500 dts. With that,
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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
>
More information about the linux-arm-kernel
mailing list