All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Griffin <peter.griffin@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/7] ARM: hisilicon: hikey: dts: Add pl011 additional clock binding.
Date: Wed, 20 Apr 2016 17:14:01 +0100	[thread overview]
Message-ID: <1461168843-15610-6-git-send-email-peter.griffin@linaro.org> (raw)
In-Reply-To: <1461168843-15610-1-git-send-email-peter.griffin@linaro.org>

This is a binding which only exists in U-Boot, but is
required to get working serial in U-Boot.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
 arch/arm/dts/hi6220.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/hi6220.dtsi b/arch/arm/dts/hi6220.dtsi
index ad1f1eb..a610ccb 100644
--- a/arch/arm/dts/hi6220.dtsi
+++ b/arch/arm/dts/hi6220.dtsi
@@ -166,6 +166,7 @@
 			compatible = "arm,pl011", "arm,primecell";
 			reg = <0x0 0xf8015000 0x0 0x1000>;
 			interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
+			clock = <19200000>;
 			clocks = <&ao_ctrl HI6220_UART0_PCLK>,
 				 <&ao_ctrl HI6220_UART0_PCLK>;
 			clock-names = "uartclk", "apb_pclk";
@@ -175,6 +176,7 @@
 			compatible = "arm,pl011", "arm,primecell";
 			reg = <0x0 0xf7111000 0x0 0x1000>;
 			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
+			clock = <19200000>;
 			clocks = <&sys_ctrl HI6220_UART1_PCLK>,
 				 <&sys_ctrl HI6220_UART1_PCLK>;
 			clock-names = "uartclk", "apb_pclk";
@@ -185,6 +187,7 @@
 			compatible = "arm,pl011", "arm,primecell";
 			reg = <0x0 0xf7112000 0x0 0x1000>;
 			interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
+			clock = <19200000>;
 			clocks = <&sys_ctrl HI6220_UART2_PCLK>,
 				 <&sys_ctrl HI6220_UART2_PCLK>;
 			clock-names = "uartclk", "apb_pclk";
@@ -195,6 +198,7 @@
 			compatible = "arm,pl011", "arm,primecell";
 			reg = <0x0 0xf7113000 0x0 0x1000>;
 			interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
+			clock = <19200000>;
 			clocks = <&sys_ctrl HI6220_UART3_PCLK>,
 				 <&sys_ctrl HI6220_UART3_PCLK>;
 			clock-names = "uartclk", "apb_pclk";
@@ -204,6 +208,7 @@
 			compatible = "arm,pl011", "arm,primecell";
 			reg = <0x0 0xf7114000 0x0 0x1000>;
 			interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
+			clock = <19200000>;
 			clocks = <&sys_ctrl HI6220_UART4_PCLK>,
 				 <&sys_ctrl HI6220_UART4_PCLK>;
 			clock-names = "uartclk", "apb_pclk";
-- 
1.9.1

  parent reply	other threads:[~2016-04-20 16:14 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20 16:13 [U-Boot] [PATCH 0/7] hikey Peter Griffin
2016-04-20 16:13 ` [U-Boot] [PATCH 1/7] ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3 Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:13 ` [U-Boot] [PATCH 2/7] MAINTAINERS: Add myself as maintainer for hikey Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:13 ` [U-Boot] [PATCH 3/7] ARM: hisilicon: hikey: Enable OF_CONTROL for hikey board Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` [U-Boot] [PATCH 4/7] ARM: hisilicon: hikey: Implement reset_cpu() for hikey Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` Peter Griffin [this message]
2016-04-21 13:40   ` [U-Boot] [PATCH 5/7] ARM: hisilicon: hikey: dts: Add pl011 additional clock binding Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` [U-Boot] [PATCH 6/7] ARM: hisilicon: hikey: Align memory node with upstream kernel Peter Griffin
2016-04-21 13:41   ` Tom Rini
2016-04-26  0:17   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` [U-Boot] [PATCH 7/7] ARM: hikey: Simplify README instructions Peter Griffin
2016-04-21 13:41   ` Tom Rini
2016-04-26  0:17   ` [U-Boot] [U-Boot, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461168843-15610-6-git-send-email-peter.griffin@linaro.org \
    --to=peter.griffin@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.