]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/cadence_qspi.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / drivers / spi / cadence_qspi.h
index c9a6142e82d865e60930338fdf00e2ea0da9f7ed..2912e36a53f7601f1d1251a1888c922ab6a7532c 100644 (file)
@@ -25,6 +25,7 @@ struct cadence_spi_platdata {
        u32             tsd2d_ns;
        u32             tchsh_ns;
        u32             tslch_ns;
+       u32             sram_size;
 };
 
 struct cadence_spi_priv {
@@ -37,6 +38,7 @@ struct cadence_spi_priv {
        int             qspi_is_init;
        unsigned int    qspi_calibrated_hz;
        unsigned int    qspi_calibrated_cs;
+       unsigned int    previous_hz;
 };
 
 /* Functions call declaration */