RK3368 Scpi: add Scpi version check
[firefly-linux-kernel-4.4.55.git] / drivers / mailbox / scpi_cmd.h
index a15ef87b547a55dd8d773be700388e73daecf120..f516e42b4669396be02f671e242a1fe4ba1649fa 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 */