From: Peng Fan Date: Mon, 4 May 2020 13:16:49 +0000 (+0800) Subject: dt-bindings: imx_rsrc: add SC_R_NONE X-Git-Tag: v2020.07-rc2~3^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e6405713d88eeed90c9428552dfc87bfb4b05ca0;p=oweals%2Fu-boot.git dt-bindings: imx_rsrc: add SC_R_NONE Add SC_R_NONE entry Signed-off-by: Peng Fan --- diff --git a/include/dt-bindings/soc/imx_rsrc.h b/include/dt-bindings/soc/imx_rsrc.h index 4870eb985b..fb6878f6e2 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 */