Adding defines for 864 MHz and 432 MHz from the following commits:
"
commit
655ed33f3b2e158ea92ab96c3999a5bd73791d76
Author: Oliver Brown <oliver.brown@nxp.com>
Date: Thu Oct 26 11:49:49 2017 -0500
MIPI DSI V2: Adding define for 432 MHz.
"
"
commit
88456c73b3c1ffde496622f2e66614a46a073410
Author: Oliver Brown <oliver.brown@nxp.com>
Date: Tue Oct 17 10:53:58 2017 -0500
MIPI DSI: change the fixed clocks to allow for a 27MHz PHY reference clock.
"
Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
#define SC_360MHZ 360000000 /* 360MHz */
#define SC_384MHZ 384000000 /* 384MHz */
#define SC_396MHZ 396000000 /* 396MHz */
+#define SC_432MHZ 432000000 /* 432MHz */
#define SC_480MHZ 480000000 /* 480MHz */
#define SC_600MHZ 600000000 /* 600MHz */
#define SC_744MHZ 744000000 /* 744MHz */
#define SC_792MHZ 792000000 /* 792MHz */
+#define SC_864MHZ 864000000 /* 864MHz */
#define SC_960MHZ 960000000 /* 960MHz */
#define SC_1056MHZ 1056000000 /* 1056MHz */
#define SC_1200MHZ 1200000000 /* 1.2GHz */