summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2019-03-01 17:08:56 +0200
committerLeonard Crestez <leonard.crestez@nxp.com>2019-03-11 13:33:14 +0200
commit0a5c751a39c4a79f209df199a13b7095e35c1f09 (patch)
tree87d43078d417f6a2d399e3d856cf691c4fe0d033 /include
parent5d09098ed14b1199fd1983be8824517c843d46b2 (diff)
MLK-20958-1 imx8: Sync SCFW API to v1.4
Many whitespace and formatting changes were skipped Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/soc/imx_rsrc.h1
-rw-r--r--include/soc/imx8/sc/types.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/dt-bindings/soc/imx_rsrc.h b/include/dt-bindings/soc/imx_rsrc.h
index 7561ded1c5a6..24a1401907b1 100644
--- a/include/dt-bindings/soc/imx_rsrc.h
+++ b/include/dt-bindings/soc/imx_rsrc.h
@@ -560,6 +560,7 @@
#define SC_R_DMA_5_CH3 544
#define SC_R_ATTESTATION 545
#define SC_R_LAST 546
+#define SC_R_NONE 0xFFF0
#endif /* DT_BINDINGS_RSCRC_IMX_H */
diff --git a/include/soc/imx8/sc/types.h b/include/soc/imx8/sc/types.h
index be80fabe7386..4d287c0ba02c 100644
--- a/include/soc/imx8/sc/types.h
+++ b/include/soc/imx8/sc/types.h
@@ -731,6 +731,12 @@
#define SC_R_ALL ((sc_rsrc_t) UINT16_MAX) /* All resources */
/*@}*/
+/*!
+ * Define for ATF/Linux. Not used by SCFW. Not a valid parameter
+ * for any SCFW API calls!
+ */
+#define SC_R_NONE 0xFFF0U
+
/* NOTE - please add by replacing some of the UNUSED from above! */
/*!