diff mbox series

[V2,1/6] dt-bindings: imx_rsrc: add SC_R_NONE

Message ID 20200504131654.17085-1-peng.fan@nxp.com
State Accepted
Commit e6405713d88eeed90c9428552dfc87bfb4b05ca0
Headers show
Series [V2,1/6] dt-bindings: imx_rsrc: add SC_R_NONE | expand

Commit Message

Peng Fan May 4, 2020, 1:16 p.m. UTC
Add SC_R_NONE entry

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---

V2:
 New
 For other patches in patchset, only patch 6 is changed.

 include/dt-bindings/soc/imx_rsrc.h | 1 +
 1 file changed, 1 insertions(+)

Comments

Stefano Babic May 11, 2020, 10:18 a.m. UTC | #1
> Add SC_R_NONE entry
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/dt-bindings/soc/imx_rsrc.h b/include/dt-bindings/soc/imx_rsrc.h
index 4870eb985b..9200cd3f20 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 */