rk3368 ddr: add configure ddr timing function
[firefly-linux-kernel-4.4.55.git] / drivers / mailbox / scpi_cmd.h
index 0f6b9345616ad788f8aca7a6c93d65e4e7aef5df..9b89d371e5124002408b61950ca4814cb8dcc50d 100644 (file)
@@ -16,7 +16,7 @@
  * this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define SCPI_VERSION           0x01000000      /* version: 1.0.0.0 */
+#define SCPI_VERSION           0x01000001      /* version: 1.0.0.0 */
 
 enum scpi_error_codes {
        SCPI_SUCCESS = 0, /* Success */
@@ -52,6 +52,7 @@ enum scpi_ddr_cmd {
                SCPI_DDR_AUTO_SELF_REFRESH,
                SCPI_DDR_BANDWIDTH_GET,
                SCPI_DDR_GET_FREQ,
+               SCPI_DDR_SEND_TIMING,
 };
 
 enum scpi_sys_cmd {
@@ -97,3 +98,9 @@ enum scpi_std_cmd {
        SCPI_CMD_COUNT
 };
 
+enum scpi_thermal_cmd {
+       SCPI_THERMAL_GET_TSADC_DATA,
+       SCPI_THERMAL_SET_TSADC_CYCLE,
+       SCPI_THERMAL_COUNT
+};
+