commit | b1c32b5362cd27297cde6ece817577b1a013da67 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon May 04 21:16:49 2020 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Sun May 10 20:55:20 2020 +0200 |
tree | a23e227a572c33270628de5fb748d1f03cfd6594 | |
parent | 1487903a628b65cff97b18471b626f209f40985a [diff] |
dt-bindings: imx_rsrc: add SC_R_NONE Add SC_R_NONE entry Signed-off-by: Peng Fan <peng.fan@nxp.com>
diff --git a/include/dt-bindings/soc/imx_rsrc.h b/include/dt-bindings/soc/imx_rsrc.h index 4870eb9..fb6878f 100644 --- a/include/dt-bindings/soc/imx_rsrc.h +++ b/include/dt-bindings/soc/imx_rsrc.h
@@ -553,5 +553,6 @@ #define SC_R_VPU_ENC_1 539 #define SC_R_VPU 540 #define SC_R_LAST 541 +#define SC_R_NONE 0xFFF0 #endif /* DT_BINDINGS_RSCRC_IMX_H */