mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
ipq5018: Enable spi bam support
Change-Id: Idd6395d223bbd6fc7fbf7ef09a96c8849f6bbb58 Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
parent
c6e22ee9b2
commit
3da238bdb6
2 changed files with 3 additions and 3 deletions
|
|
@ -59,8 +59,8 @@
|
|||
spi {
|
||||
status = "ok";
|
||||
compatible = "qcom,spi-qup-v2.7.0";
|
||||
wr_pipe_0 = <12>;
|
||||
rd_pipe_0 = <13>;
|
||||
wr_pipe_0 = <4>;
|
||||
rd_pipe_0 = <5>;
|
||||
spi_gpio {};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ extern loff_t board_env_size;
|
|||
#define CONFIG_SPI_FLASH_USE_4K_SECTORS
|
||||
#define CONFIG_IPQ_4B_ADDR_SWITCH_REQD
|
||||
|
||||
#define CONFIG_QUP_SPI_USE_DMA 0
|
||||
#define CONFIG_QUP_SPI_USE_DMA 1
|
||||
#define CONFIG_EFI_PARTITION
|
||||
#define CONFIG_QCA_BAM 1
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue