]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/spi/cadence_qspi.h
efi_loader: split README.efi into two separate documents
[people/ms/u-boot.git] / drivers / spi / cadence_qspi.h
index d1927a4003960c598dad3ad000a28296b74768d7..9106b09d2976b8d9fa6c76331052701fd45a6ec9 100644 (file)
@@ -18,14 +18,18 @@ struct cadence_spi_platdata {
        unsigned int    max_hz;
        void            *regbase;
        void            *ahbbase;
+       bool            is_decoded_cs;
+       u32             fifo_depth;
+       u32             fifo_width;
+       u32             trigger_address;
 
+       /* Flash parameters */
        u32             page_size;
        u32             block_size;
        u32             tshsl_ns;
        u32             tsd2d_ns;
        u32             tchsh_ns;
        u32             tslch_ns;
-       u32             sram_size;
 };
 
 struct cadence_spi_priv {