lkml.org 
[lkml]   [2014]   [Jun]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.14 106/228] ARM: dts: i.MX53: Fix ipu register space size
    Date
    3.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Sascha Hauer <s.hauer@pengutronix.de>

    commit 6d66da89bf4422c0a0693627fb3e25f74af50f92 upstream.

    The IPU register space is 128MB, not 2GB.

    Fixes: abed9a6bf2bb 'ARM i.MX53: Add IPU support'
    Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
    Acked-by: Shawn Guo <shawn.guo@freescale.com>
    Signed-off-by: Olof Johansson <olof@lixom.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    arch/arm/boot/dts/imx53.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/arm/boot/dts/imx53.dtsi
    +++ b/arch/arm/boot/dts/imx53.dtsi
    @@ -87,7 +87,7 @@
    ipu: ipu@18000000 {
    #crtc-cells = <1>;
    compatible = "fsl,imx53-ipu";
    - reg = <0x18000000 0x080000000>;
    + reg = <0x18000000 0x08000000>;
    interrupts = <11 10>;
    clocks = <&clks 59>, <&clks 110>, <&clks 61>;
    clock-names = "bus", "di0", "di1";



    \
     
     \ /
      Last update: 2014-06-05 04:21    [W:2.549 / U:2.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site