MLK-16702 soc:imx8qm/qxp Adding additional frequencies
authorOliver Brown <oliver.brown@nxp.com>
Thu, 26 Oct 2017 00:15:01 +0000 (19:15 -0500)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:39:01 +0000 (15:39 -0500)
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>
include/soc/imx8/sc/types.h

index 437c9e5..a2b45d6 100644 (file)
 #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 */