From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 4/4] ARM: imx6: adopt DT to new GPC binding
Date: Wed, 8 Mar 2017 12:06:03 +0100 [thread overview]
Message-ID: <20170308110600.GB17029@x250> (raw)
In-Reply-To: <20170217190246.14881-4-l.stach@pengutronix.de>
On Fri, Feb 17, 2017 at 08:02:46PM +0100, Lucas Stach wrote:
> Adopt the i.MX6Q/DL DT to the new and more flexible GPC binding.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
I don't want to introduce a dependency between branches, so please
remind me to apply it after GPC driver changes land on mainline. And
one small comment below ...
> ---
> v2: adapt to changed domain supply name
> ---
> arch/arm/boot/dts/imx6q.dtsi | 2 +-
> arch/arm/boot/dts/imx6qdl.dtsi | 38 +++++++++++++++++++++++++++-----------
> 2 files changed, 28 insertions(+), 12 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
> index e9a5d0b8c7b0..dd33849335b2 100644
> --- a/arch/arm/boot/dts/imx6q.dtsi
> +++ b/arch/arm/boot/dts/imx6q.dtsi
> @@ -125,7 +125,7 @@
> clocks = <&clks IMX6QDL_CLK_OPENVG_AXI>,
> <&clks IMX6QDL_CLK_GPU2D_CORE>;
> clock-names = "bus", "core";
> - power-domains = <&gpc 1>;
> + power-domains = <&pd_pu>;
> };
>
> ipu2: ipu at 02800000 {
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index 53e6e63cbb02..8538b04af097 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -1,3 +1,4 @@
> +
> /*
> * Copyright 2011 Freescale Semiconductor, Inc.
> * Copyright 2011 Linaro Ltd.
This is an unrelated change.
Shawn
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: devicetree@vger.kernel.org,
Andrey Smirnov <andrew.smirnov@gmail.com>,
patchwork-lst@pengutronix.de, Rob Herring <robh+dt@kernel.org>,
kernel@pengutronix.de, Fabio Estevam <fabio.estevam@nxp.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 4/4] ARM: imx6: adopt DT to new GPC binding
Date: Wed, 8 Mar 2017 12:06:03 +0100 [thread overview]
Message-ID: <20170308110600.GB17029@x250> (raw)
In-Reply-To: <20170217190246.14881-4-l.stach@pengutronix.de>
On Fri, Feb 17, 2017 at 08:02:46PM +0100, Lucas Stach wrote:
> Adopt the i.MX6Q/DL DT to the new and more flexible GPC binding.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
I don't want to introduce a dependency between branches, so please
remind me to apply it after GPC driver changes land on mainline. And
one small comment below ...
> ---
> v2: adapt to changed domain supply name
> ---
> arch/arm/boot/dts/imx6q.dtsi | 2 +-
> arch/arm/boot/dts/imx6qdl.dtsi | 38 +++++++++++++++++++++++++++-----------
> 2 files changed, 28 insertions(+), 12 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
> index e9a5d0b8c7b0..dd33849335b2 100644
> --- a/arch/arm/boot/dts/imx6q.dtsi
> +++ b/arch/arm/boot/dts/imx6q.dtsi
> @@ -125,7 +125,7 @@
> clocks = <&clks IMX6QDL_CLK_OPENVG_AXI>,
> <&clks IMX6QDL_CLK_GPU2D_CORE>;
> clock-names = "bus", "core";
> - power-domains = <&gpc 1>;
> + power-domains = <&pd_pu>;
> };
>
> ipu2: ipu@02800000 {
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index 53e6e63cbb02..8538b04af097 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -1,3 +1,4 @@
> +
> /*
> * Copyright 2011 Freescale Semiconductor, Inc.
> * Copyright 2011 Linaro Ltd.
This is an unrelated change.
Shawn
next prev parent reply other threads:[~2017-03-08 11:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-17 19:02 [PATCH v3 1/4] dt-bindings: add multidomain support to i.MX GPC DT binding Lucas Stach
2017-02-17 19:02 ` Lucas Stach
2017-02-17 19:02 ` [PATCH v3 2/4] ARM: imx6: remove PGC handling from GPC driver Lucas Stach
2017-02-17 19:02 ` Lucas Stach
2017-02-17 19:02 ` [PATCH v3 3/4] soc/imx: add new " Lucas Stach
2017-02-17 19:02 ` Lucas Stach
2017-03-08 10:57 ` Shawn Guo
2017-03-08 10:57 ` Shawn Guo
2017-02-17 19:02 ` [PATCH v3 4/4] ARM: imx6: adopt DT to new GPC binding Lucas Stach
2017-02-17 19:02 ` Lucas Stach
2017-03-08 11:06 ` Shawn Guo [this message]
2017-03-08 11:06 ` Shawn Guo
2017-03-08 11:09 ` Lucas Stach
2017-03-08 11:09 ` Lucas Stach
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=20170308110600.GB17029@x250 \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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.