mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 08:46:36 +09:00
greybus: Switch to Cport 0 for svc and control protocol
Initially we fixed it to Cport 2, but its changed to Cport 0 now. Lets switch that in code as well. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Tested-by: Perry Hung <perry@leaflabs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
619dccd27b
commit
ef5d949a8b
@@ -64,9 +64,9 @@
|
||||
* CONTROL and SVC protocols for communication between AP and SVC.
|
||||
*/
|
||||
#define GB_SVC_BUNDLE_ID 0
|
||||
#define GB_SVC_CPORT_ID 2
|
||||
#define GB_SVC_CPORT_ID 0
|
||||
#define GB_CONTROL_BUNDLE_ID 0
|
||||
#define GB_CONTROL_CPORT_ID 2
|
||||
#define GB_CONTROL_CPORT_ID 0
|
||||
|
||||
|
||||
/* Control Protocol */
|
||||
|
||||
Reference in New Issue
Block a user