Commit 52adb563 authored by Matt Porter's avatar Matt Porter Committed by Greg Kroah-Hartman
Browse files

greybus: update GREYBUS_VERSION_[MAJOR|MINOR] to match spec



The Greybus spec was updated to have major=0 and minor=1 so update
this in the code.

Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent e94e1714
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)