Skip to content

Commit

Permalink
ODROID-XU4: Switch SPI driver to kernel buildin type
Browse files Browse the repository at this point in the history
Sometime SPI client driver can not be loaded due to driver loading order.
[    5.218291] fbtft_device:  'fb' Platform devices registered:
[    5.218449] fbtft_device:  spi_busnum_to_master(1) returned NULL
[    5.223074] fbtft_device: failed to register SPI device

Change-Id: I0ffe2e9ab3607548bfe015e622bf4424ed2671a0
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
  • Loading branch information
tobetter authored and Dongjin Kim committed Aug 2, 2015
1 parent 5a32e5d commit 62076f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/configs/odroidxu4_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ CONFIG_SPI_MASTER=y
# CONFIG_SPI_PL022 is not set
# CONFIG_SPI_PXA2XX_PCI is not set
# CONFIG_SPI_ROCKCHIP is not set
CONFIG_SPI_S3C64XX=m
CONFIG_SPI_S3C64XX=y
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
Expand Down

0 comments on commit 62076f1

Please sign in to comment.