public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: bjorn.andersson@sonymobile•com (Bjorn Andersson)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 08/10] ARM: dts: qcom: Add DT alias for serial port
Date: Thu, 9 Apr 2015 13:25:01 -0700	[thread overview]
Message-ID: <20150409202501.GK19186@sonymobile.com> (raw)
In-Reply-To: <1428567823-11062-1-git-send-email-srinivas.kandagatla@linaro.org>

On Thu 09 Apr 01:23 PDT 2015, Srinivas Kandagatla wrote:

> From: Pramod Gurav <pramod.gurav@smartplayin•com>
> 
> Define an alias for serial port present on ifc6410 which is used as
> console.
> 
> Signed-off-by: Pramod Gurav <pramod.gurav@smartplayin•com>
> ---
>  arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 4 ++++
>  arch/arm/boot/dts/qcom-apq8064.dtsi        | 3 +--
>  2 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> index d39a5bb..b76a92b 100644
> --- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> +++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
> @@ -5,6 +5,10 @@
>  	model = "Qualcomm APQ8064/IFC6410";
>  	compatible = "qcom,apq8064-ifc6410", "qcom,apq8064";
>  
> +	aliases {
> +		serial0 = &serial0;
> +	};
> +
>  	soc {
>  		pinctrl at 800000 {
>  			i2c1_pins: i2c1 {
> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
> index 70e417f..f4b8c3a 100644
> --- a/arch/arm/boot/dts/qcom-apq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
> @@ -252,10 +252,9 @@
>  			#address-cells = <1>;
>  			#size-cells = <1>;
>  			ranges;
> -
>  			syscon-tcsr = <&tcsr>;
>  
> -			serial at 16640000 {
> +			serial0: serial at 16640000 {

On my 8064 devices gsbi7 uart is used for felica, gsbi5 is the debug
uart. So I don't think it's right to call this serial0 here.

>  				compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
>  				reg = <0x16640000 0x1000>,
>  				      <0x16600000 0x1000>;
> -- 
> 1.9.1
> 

Regards,
Bjorn

  reply	other threads:[~2015-04-09 20:25 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09  8:21 [PATCH 00/10] ARM: dts: apq8064 dt patches Srinivas Kandagatla
2015-04-09  8:22 ` [PATCH 01/10] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2015-04-09 20:16   ` Bjorn Andersson
2015-04-09 21:18     ` Srinivas Kandagatla
2015-04-09  8:22 ` [PATCH 02/10] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2015-04-09  8:23 ` [PATCH 03/10] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2015-04-09  8:23 ` [PATCH 04/10] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
2015-04-09  8:23 ` [PATCH 05/10] ARM: dts: apq8064: Add MDP support Srinivas Kandagatla
2015-04-09  8:23 ` [PATCH 06/10] ARM: dts: apq8064: Add usb host support to CM QS-600 Srinivas Kandagatla
2015-04-09  8:23 ` [PATCH 07/10] ARM: dts: apq8064: Add USB OTG support for " Srinivas Kandagatla
2015-04-09  8:23 ` [PATCH 08/10] ARM: dts: qcom: Add DT alias for serial port Srinivas Kandagatla
2015-04-09 20:25   ` Bjorn Andersson [this message]
2015-04-09  8:23 ` [PATCH 09/10] ARM: dts: Move i2c1 pinctrl to apq8064.dtsi Srinivas Kandagatla
2015-04-09  8:23 ` [PATCH 10/10] ARM: dts: apq8064 add i2c3 node for panel Srinivas Kandagatla
2015-04-10 12:33 ` [PATCH v2 00/12] ARM: dts: apq8064 dt patches Srinivas Kandagatla
2015-04-10 12:33   ` [PATCH v2 01/12] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2015-04-10 12:34   ` [PATCH v2 02/12] ARM: dts: apq8064-ifc6410: Add basic regulators Srinivas Kandagatla
2015-04-10 12:34   ` [PATCH v2 03/12] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2015-04-10 12:34   ` [PATCH v2 04/12] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2015-04-10 12:34   ` [PATCH v2 05/12] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
2015-04-10 17:24     ` Stephen Boyd
2015-04-10 18:33       ` Srinivas Kandagatla
2015-04-10 12:34   ` [PATCH v2 06/12] ARM: dts: apq8064: Add MDP support Srinivas Kandagatla
2015-04-10 17:04     ` Stephen Boyd
2015-04-10 19:39       ` Srinivas Kandagatla
2015-04-10 20:21         ` Stephen Boyd
2015-04-10 20:30           ` Srinivas Kandagatla
2015-04-10 21:01           ` Rob Clark
2015-04-10 12:34   ` [PATCH v2 07/12] ARM: dts: apq8064-cm-qs600: Add basic regulators Srinivas Kandagatla
2015-04-10 12:34   ` [PATCH v2 08/12] ARM: dts: apq8064: Add usb host support to CM QS-600 Srinivas Kandagatla
2015-04-10 12:34   ` [PATCH v2 09/12] ARM: dts: apq8064: Add USB OTG support for " Srinivas Kandagatla
2015-04-10 17:26     ` Stephen Boyd
2015-04-10 18:32       ` Srinivas Kandagatla
2015-04-10 12:35   ` [PATCH v2 10/12] ARM: dts: apq8064-ifc6410: Add DT alias for serial port Srinivas Kandagatla
2015-04-10 12:35   ` [PATCH v2 11/12] ARM: dts: apq8064: Move i2c1 pinctrl to apq8064.dtsi Srinivas Kandagatla
2015-04-10 12:35   ` [PATCH v2 12/12] ARM: dts: apq8064: add i2c3 node for panel Srinivas Kandagatla
2015-04-10 20:41   ` [PATCH v3 00/11] ARM: dts: apq8064 dt patches Srinivas Kandagatla
2015-04-10 20:42     ` [PATCH v3 01/11] ARM: dts: apq8064: add RPM regulators support Srinivas Kandagatla
2015-04-10 21:04       ` Bjorn Andersson
2015-04-10 20:43     ` [PATCH v3 02/11] ARM: dts: apq8064-ifc6410: Add basic regulators Srinivas Kandagatla
2015-04-10 20:43     ` [PATCH v3 03/11] ARM: dts: apq8064: Add usb host support Srinivas Kandagatla
2015-04-10 20:43     ` [PATCH v3 04/11] ARM: dts: apq8064: Add USB OTG support Srinivas Kandagatla
2015-04-10 20:43     ` [PATCH v3 05/11] ARM: dts: apq8064: Add SATA controller support Srinivas Kandagatla
2015-04-10 20:44     ` [PATCH v3 06/11] ARM: dts: apq8064-cm-qs600: Add basic regulators Srinivas Kandagatla
2015-04-10 20:44     ` [PATCH v3 07/11] ARM: dts: apq8064: Add usb host support to CM QS-600 Srinivas Kandagatla
2015-04-10 20:44     ` [PATCH v3 08/11] ARM: dts: apq8064: Add USB OTG support for " Srinivas Kandagatla
2015-04-10 20:44     ` [PATCH v3 09/11] ARM: dts: apq8064-ifc6410: Add DT alias for serial port Srinivas Kandagatla
2015-04-10 21:07       ` Bjorn Andersson
2015-04-10 20:44     ` [PATCH v3 10/11] ARM: dts: apq8064: Move i2c1 pinctrl to apq8064.dtsi Srinivas Kandagatla
2015-04-10 20:44     ` [PATCH v3 11/11] ARM: dts: apq8064: add i2c3 node for panel Srinivas Kandagatla
2015-04-27 21:18 ` [PATCH 00/10] ARM: dts: apq8064 dt patches Kumar Gala

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=20150409202501.GK19186@sonymobile.com \
    --to=bjorn.andersson@sonymobile$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox