28 Jan, 2015

1 commit

  • commit 7a87e9cbc3a2f0ff0955815335e08c9862359130 upstream.

    From Documentation/devicetree/bindings/clock/imx25-clock.txt:

    cspi1_ipg 78
    cspi2_ipg 79
    cspi3_ipg 80

    , so fix the SPI1 clocks accordingly to avoid a kernel hang when trying to
    access SPI1.

    Signed-off-by: Fabio Estevam
    Signed-off-by: Shawn Guo
    Signed-off-by: Greg Kroah-Hartman

    Fabio Estevam
     

16 Sep, 2014

2 commits


18 Jul, 2014

1 commit

  • Without that fix, the board freeze during boot.

    This appeared after the following commit:
    496f065 ARM: i.MX: Use of_clk_get_by_name() for timer clocks for DT case.

    Signed-off-by: Denis Carikli
    Acked-by: Sascha Hauer
    Tested-by: Fabio Estevam
    Signed-off-by: Shawn Guo

    Denis Carikli
     

16 May, 2014

3 commits


30 Apr, 2014

3 commits


14 Apr, 2014

1 commit


09 Feb, 2014

5 commits


22 Aug, 2013

5 commits


24 May, 2013

1 commit


09 Apr, 2013

1 commit

  • Replace /include/ (dtc) with #include (C pre-processor) for all imx DT
    files, so that gcc -E handles the entire include tree, and hence any of
    those files can #include some other file e.g. for constant definitions.

    This allows future use of #defines and header files in order to define
    names for various constants, such as pinctrl settings. Use of those
    features will increase the readability of the device tree files.

    Signed-off-by: Shawn Guo

    Shawn Guo
     

10 Feb, 2013

1 commit


12 Nov, 2012

1 commit

  • This adds a i.MX25 dtsi file along with the i.MX25 clock tree
    documentation. The devicetree should be fairly complete for:

    - uart
    - fec
    - i2c
    - spi
    - pwm
    - nand
    - gpio
    - wdog
    - esdhc
    - flexcan

    The more exotic devices currently miss clock bindings.

    Signed-off-by: Sascha Hauer
    Acked-by: Shawn Guo

    Sascha Hauer