summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2019-02-05 02:54:27 +0200
committerOliver Brown <oliver.brown@nxp.com>2019-02-12 07:15:36 -0600
commit90c44287a9ae5a9976855ccc47cb5f39b69d1e12 (patch)
tree4bb7811fcd1dab9c2320545d00b3ae71c8d25b79 /include/soc
parentddefa9eee4d8d6a9fe500e2228c3417a01d7ae6a (diff)
MLK-20890-1 soc: imx8: Add support to read HDCP fuse.
Added function to read HDCP disable fuse. Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/imx8/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/imx8/soc.h b/include/soc/imx8/soc.h
index 0d3fedc0f34c..376c58d2588a 100644
--- a/include/soc/imx8/soc.h
+++ b/include/soc/imx8/soc.h
@@ -28,5 +28,6 @@ extern bool TKT340553_SW_WORKAROUND;
unsigned int imx8_get_soc_revision(void);
int check_m4_enabled(void);
+bool check_hdcp_enabled(void);
#endif