From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: i.MX53: Fix ipu register space size
Date: Tue, 6 May 2014 20:58:04 +0800 [thread overview]
Message-ID: <20140506125802.GB2870@dragon> (raw)
In-Reply-To: <1399374094-32451-1-git-send-email-s.hauer@pengutronix.de>
On Tue, May 06, 2014 at 01:01:34PM +0200, Sascha Hauer wrote:
> The IPU register space is 128MB, not 2GB.
>
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Arnd, Olof,
Please apply this fix for 3.15, and copy stable. Thanks.
Cc: <stable@vger.kernel.org>
Shawn
> ---
> arch/arm/boot/dts/imx53.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> index 9c2bff2..6a1bf4f 100644
> --- a/arch/arm/boot/dts/imx53.dtsi
> +++ b/arch/arm/boot/dts/imx53.dtsi
> @@ -115,7 +115,7 @@
> #address-cells = <1>;
> #size-cells = <0>;
> compatible = "fsl,imx53-ipu";
> - reg = <0x18000000 0x080000000>;
> + reg = <0x18000000 0x08000000>;
> interrupts = <11 10>;
> clocks = <&clks IMX5_CLK_IPU_GATE>,
> <&clks IMX5_CLK_IPU_DI0_GATE>,
> --
> 2.0.0.rc0
>
next prev parent reply other threads:[~2014-05-06 12:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-06 11:01 [PATCH] ARM: dts: i.MX53: Fix ipu register space size Sascha Hauer
2014-05-06 11:49 ` Lothar Waßmann
2014-05-06 12:00 ` Sascha Hauer
2014-05-06 12:02 ` Sascha Hauer
2014-05-06 12:58 ` Shawn Guo [this message]
2014-05-11 3:20 ` Olof Johansson
2014-05-11 4:42 ` Shawn Guo
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=20140506125802.GB2870@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 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.