26 Nov, 2019

1 commit


23 Apr, 2019

2 commits


12 Apr, 2019

1 commit

  • There is no reason not to use the Linux "jedec,spi-nor" binding in U-Boot
    dts files. This compatible has been added in sf_probe, let use it.

    This patch switches to jedec,spi-nor when spi-flash is used in the DTS
    and DTSI files, and removed spi-flash when jedec,spi-nor is already
    present.

    The x86 dts are switched in a separate commit since it depends on a change
    in fdtdec.

    Signed-off-by: Neil Armstrong
    Acked-by: Stefan Roese
    Reviewed-by: Simon Goldschmidt
    Reviewed-by: Evgeniy Paltsev
    Reviewed-by: Rick Chen
    Reviewed-by: Patrick Delaunay
    Reviewed-by: Jagan Teki

    Neil Armstrong
     

14 Aug, 2018

1 commit


10 Jan, 2018

1 commit

  • Add DT nodes to enable ARM_PL180_MMCI IP support for STM32F746
    and STM32F769 discovery boards

    There is a hardware issue on these boards, it misses a pullup on the GPIO line
    used as card detect to allow correct SD card detection.
    As workaround, cd-gpios property is not present in DT.
    So SD card is always considered present in the slot.

    Signed-off-by: Christophe Priouzeau
    Signed-off-by: Patrice Chotard
    Reviewed-by: Simon Glass

    Patrice Chotard
     

26 Jul, 2017

1 commit


08 May, 2017

1 commit

  • This board support stm32f7 family device stm32f769-I with 2MB internal Flash &
    512KB RAM.
    STM32F769 lines offer the performance of the Cortex-M7 core (with double
    precision floating point unit) running up to 216 MHz.

    To compile for stm32f769 board, use same defconfig as stm32f746-disco,
    the only difference is to pass "DEVICE_TREE=stm32f769-disco".

    Signed-off-by: Vikas Manocha
    cc: Christophe KERELLO

    Vikas Manocha