All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chunyan Zhang <zhang.lyra@gmail.com>
To: Rob Herring <robh@kernel.org>
Cc: DTML <devicetree@vger.kernel.org>,
	Baolin Wang <baolin.wang@linaro.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Orson Zhai <orsonzhai@gmail.com>
Subject: Re: [PATCH] arm64: dts: sprd: fix typo in 'remote-endpoint'
Date: Wed, 9 May 2018 09:58:38 +0800	[thread overview]
Message-ID: <CAAfSe-tgKJvzCN6eHCuUR94ECSE8ypAR1eRjhV-VJNztebK9Xw@mail.gmail.com> (raw)
In-Reply-To: <20180508150952.24562-4-robh@kernel.org>

Hi Rob,

On 8 May 2018 at 23:09, Rob Herring <robh@kernel.org> wrote:
> dtc now warns on incomplete OF graph endpoint connections:
>
> arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: Warning (graph_endpoint): /soc/stm@10006000/port/endpoint: graph connection to node '/soc/funnel@10001000/ports/port@2/endpoint' is not bidirectional
>
> The cause is a typo in 'remote-endpoint'.

Thanks for fixing this and,

Acked-by: Chunyan Zhang <zhang.lyra@gmail.com>

>
> Cc: Orson Zhai <orsonzhai@gmail.com>
> Cc: Baolin Wang <baolin.wang@linaro.org>
> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  arch/arm64/boot/dts/sprd/sc9860.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/sprd/sc9860.dtsi b/arch/arm64/boot/dts/sprd/sc9860.dtsi
> index 5dbfb796d9f9..dcd03ffcda03 100644
> --- a/arch/arm64/boot/dts/sprd/sc9860.dtsi
> +++ b/arch/arm64/boot/dts/sprd/sc9860.dtsi
> @@ -326,7 +326,7 @@
>                                         reg = <4>;
>                                         soc_funnel_in_port1: endpoint {
>                                                 slave-mode;
> -                                               remote-endpioint =
> +                                               remote-endpoint =
>                                                         <&stm_out_port>;
>                                         };
>                                 };
> --
> 2.17.0
>

WARNING: multiple messages have this Message-ID (diff)
From: zhang.lyra@gmail.com (Chunyan Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: dts: sprd: fix typo in 'remote-endpoint'
Date: Wed, 9 May 2018 09:58:38 +0800	[thread overview]
Message-ID: <CAAfSe-tgKJvzCN6eHCuUR94ECSE8ypAR1eRjhV-VJNztebK9Xw@mail.gmail.com> (raw)
In-Reply-To: <20180508150952.24562-4-robh@kernel.org>

Hi Rob,

On 8 May 2018 at 23:09, Rob Herring <robh@kernel.org> wrote:
> dtc now warns on incomplete OF graph endpoint connections:
>
> arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: Warning (graph_endpoint): /soc/stm at 10006000/port/endpoint: graph connection to node '/soc/funnel at 10001000/ports/port at 2/endpoint' is not bidirectional
>
> The cause is a typo in 'remote-endpoint'.

Thanks for fixing this and,

Acked-by: Chunyan Zhang <zhang.lyra@gmail.com>

>
> Cc: Orson Zhai <orsonzhai@gmail.com>
> Cc: Baolin Wang <baolin.wang@linaro.org>
> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  arch/arm64/boot/dts/sprd/sc9860.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/sprd/sc9860.dtsi b/arch/arm64/boot/dts/sprd/sc9860.dtsi
> index 5dbfb796d9f9..dcd03ffcda03 100644
> --- a/arch/arm64/boot/dts/sprd/sc9860.dtsi
> +++ b/arch/arm64/boot/dts/sprd/sc9860.dtsi
> @@ -326,7 +326,7 @@
>                                         reg = <4>;
>                                         soc_funnel_in_port1: endpoint {
>                                                 slave-mode;
> -                                               remote-endpioint =
> +                                               remote-endpoint =
>                                                         <&stm_out_port>;
>                                         };
>                                 };
> --
> 2.17.0
>

  reply	other threads:[~2018-05-09  1:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-08 15:09 [PATCH] arm64: dts: juno: fix OF graph endpoint node names Rob Herring
2018-05-08 15:09 ` Rob Herring
2018-05-08 15:09 ` [PATCH] arm64: dts: juno: fix missing Coresight STM graph connection Rob Herring
2018-05-08 15:09   ` Rob Herring
2018-05-08 15:09 ` [PATCH] arm64: dts: msm8916: fix Coresight ETF graph connections Rob Herring
2018-05-08 15:09   ` Rob Herring
2018-05-23 20:29   ` Rob Herring
2018-05-23 20:29     ` Rob Herring
2018-05-24  4:48     ` Ivan T. Ivanov
2018-05-24  4:48       ` Ivan T. Ivanov
2018-05-24 16:32       ` Mathieu Poirier
2018-05-24 16:32         ` Mathieu Poirier
2018-05-25 22:46         ` Andy Gross
2018-05-25 22:46           ` Andy Gross
2018-05-08 15:09 ` [PATCH] arm64: dts: sprd: fix typo in 'remote-endpoint' Rob Herring
2018-05-08 15:09   ` Rob Herring
2018-05-09  1:58   ` Chunyan Zhang [this message]
2018-05-09  1:58     ` Chunyan Zhang
2018-05-23 20:30     ` Rob Herring
2018-05-23 20:30       ` Rob Herring
2018-05-24  5:27       ` Baolin Wang
2018-05-24  5:27         ` Baolin Wang
2018-05-25  2:36       ` Chunyan Zhang
2018-05-25  2:36         ` Chunyan Zhang
2018-05-25 22:11         ` Olof Johansson
2018-05-25 22:11           ` Olof Johansson
2018-05-08 15:15 ` [PATCH] arm64: dts: juno: fix OF graph endpoint node names Liviu Dudau
2018-05-08 15:15   ` Liviu Dudau
2018-05-09 16:34 ` Sudeep Holla
2018-05-09 16:34   ` Sudeep Holla

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=CAAfSe-tgKJvzCN6eHCuUR94ECSE8ypAR1eRjhV-VJNztebK9Xw@mail.gmail.com \
    --to=zhang.lyra@gmail.com \
    --cc=baolin.wang@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=orsonzhai@gmail.com \
    --cc=robh@kernel.org \
    /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.