From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx6qdl: Remove OCRAM clock from VPU node
Date: Tue, 16 Dec 2014 17:11:53 +0800 [thread overview]
Message-ID: <20141216091151.GK2411@dragon> (raw)
In-Reply-To: <1418300292-26019-1-git-send-email-fabio.estevam@freescale.com>
On Thu, Dec 11, 2014 at 10:18:12AM -0200, Fabio Estevam wrote:
> According to Documentation/devicetree/bindings/media/coda.txt:
>
> - clock-names : Should be "ahb", "per"
>
> The OCRAM clock is already provided inside the ocram node, so remove the OCRAM
> clock from the VPU node.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
It doesn't apply to my imx/dt branch.
Shawn
> ---
> arch/arm/boot/dts/imx6qdl.dtsi | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index f821999..2409d1f 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -339,9 +339,8 @@
> <0 3 IRQ_TYPE_LEVEL_HIGH>;
> interrupt-names = "bit", "jpeg";
> clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
> - <&clks IMX6QDL_CLK_MMDC_CH0_AXI>,
> - <&clks IMX6QDL_CLK_OCRAM>;
> - clock-names = "per", "ahb", "ocram";
> + <&clks IMX6QDL_CLK_MMDC_CH0_AXI>;
> + clock-names = "per", "ahb";
> resets = <&src 1>;
> iram = <&ocram>;
> };
> --
> 1.9.1
>
prev parent reply other threads:[~2014-12-16 9:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-11 12:18 [PATCH] ARM: dts: imx6qdl: Remove OCRAM clock from VPU node Fabio Estevam
2014-12-16 9:11 ` Shawn Guo [this message]
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=20141216091151.GK2411@dragon \
--to=shawn.guo@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).