diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 2838e44ce6fb7b2a029dc3e16ab3b94185c0a6a6..c9f516ab7612e4b6a4e5a65595c011c85ed09a8a 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -20,8 +20,8 @@
 
 
 /* Matches up with the Greybus Protocol specification document */
-#define GREYBUS_VERSION_MAJOR	0x01
-#define GREYBUS_VERSION_MINOR	0x00
+#define GREYBUS_VERSION_MAJOR	0x00
+#define GREYBUS_VERSION_MINOR	0x01
 
 #define GREYBUS_DEVICE_ID_MATCH_DEVICE \
 		(GREYBUS_DEVICE_ID_MATCH_VENDOR | GREYBUS_DEVICE_ID_MATCH_PRODUCT)