[U-Boot] [PATCH] spi: designware: Change include order

Jagan Teki jagan at amarulasolutions.com
Mon Mar 4 12:27:43 UTC 2019


On Mon, Feb 25, 2019 at 4:29 PM <Horatiu.Vultur at microchip.com> wrote:
>
> With current order of include files, the file designware_spi.c
> can't see that the struct global_data has the member
> board_type when CONFIG_BOARD_TYPES is defined. By not seeing this
> then all the members are shifted in the struct global_data.
> So when the driver is trying to read from device tree blob, it
> would pass the wrong address to the function 'fdtdev_get_int'.
> This will make to use the default frequency 500000.
>
> The fix consists of changing the order of include files in
> designware_spi.c to include first common.h file.
>
> Signed-off-by: Horatiu Vultur <horatiu.vultur at microchip.com>
> ---

Applied to u-boot-spi/master


More information about the U-Boot mailing list