greybus: manifest: reserve the Bridged PHY class

This reserves the bridged phy class number to be used later on.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index 76649a6..b9504c7 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -61,7 +61,7 @@
 	GREYBUS_CLASS_SDIO		= 0x07,
 	GREYBUS_CLASS_POWER_SUPPLY	= 0x08,
 	GREYBUS_CLASS_PWM		= 0x09,
-	/* 0x0a is unused */
+	GREYBUS_CLASS_BRIDGED_PHY	= 0x0a,
 	GREYBUS_CLASS_SPI		= 0x0b,
 	GREYBUS_CLASS_DISPLAY		= 0x0c,
 	GREYBUS_CLASS_CAMERA		= 0x0d,