Commit e1135cb6 authored by J. German Rivera's avatar J. German Rivera Committed by Greg Kroah-Hartman

staging: fsl-mc: up-rev dpcon binary interface to v2.0

dpcon object minor version number updated to match latest
MC firmware. This change is needed because the dpcon
object binds to the allocator and the current driver match
logic uses object version numbers.
Signed-off-by: default avatarJ. German Rivera <German.Rivera@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7a9a56be
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
/* DPCON Version */ /* DPCON Version */
#define DPCON_VER_MAJOR 2 #define DPCON_VER_MAJOR 2
#define DPCON_VER_MINOR 0 #define DPCON_VER_MINOR 1
/* Command IDs */ /* Command IDs */
#define DPCON_CMDID_CLOSE 0x800 #define DPCON_CMDID_CLOSE 0x800
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment