diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2016-08-02 19:03:24 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-09-14 14:07:02 -0700 |
commit | c37fdbdbb0dd65cb4aa147c9cf9352901014be3b (patch) | |
tree | 5ed57352e2252152ed5770370bc37b995139d926 /include | |
parent | 341238fd135dc61cd387546c77901a3eac478a36 (diff) | |
download | u-boot-imx-c37fdbdbb0dd65cb4aa147c9cf9352901014be3b.zip u-boot-imx-c37fdbdbb0dd65cb4aa147c9cf9352901014be3b.tar.gz u-boot-imx-c37fdbdbb0dd65cb4aa147c9cf9352901014be3b.tar.bz2 |
fsl: csu: add an API to set individual device access permission
Add this API to make the individual device is able to be set to
the specified permission.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fsl_csu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_csu.h b/include/fsl_csu.h index f4d97fb..57a9985 100644 --- a/include/fsl_csu.h +++ b/include/fsl_csu.h @@ -30,5 +30,6 @@ struct csu_ns_dev { }; void enable_layerscape_ns_access(void); +void set_devices_ns_access(struct csu_ns_dev *ns_dev, u16 val); #endif |