summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2017-10-25 19:15:01 -0500
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit7ae2ef9f6c53f8ecb599a127e58fa40f47b78e1f (patch)
treebb2033bdf7a745cb24f483327217cd1a47762b09 /include/soc
parent1d1c183c4b59e7005db009c9f823d12676fa530b (diff)
MLK-16702 soc:imx8qm/qxp Adding additional frequencies
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>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx8/sc/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/imx8/sc/types.h b/include/soc/imx8/sc/types.h
index 437c9e5edc97..a2b45d6add54 100644
--- a/include/soc/imx8/sc/types.h
+++ b/include/soc/imx8/sc/types.h
@@ -97,10 +97,12 @@
#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 */