summaryrefslogtreecommitdiff
path: root/drivers/mxc
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2018-07-16 07:58:25 -0500
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit4ef2b540cd6c85785d44e33efbd3aa29cd397e68 (patch)
tree207e1f150d026c7022b168328eb5a55f1d444b23 /drivers/mxc
parent1a66be1e5723b370c40d25bc77469e322043370f (diff)
MLK-18904-1: hdp: Add memory region for iMX8M reset control
Add reset memory region to allow reset of the HDMI/DisplayPort PHY. Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
Diffstat (limited to 'drivers/mxc')
-rw-r--r--drivers/mxc/hdp/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mxc/hdp/util.h b/drivers/mxc/hdp/util.h
index 063c369d60ae..5cf3c815a059 100644
--- a/drivers/mxc/hdp/util.h
+++ b/drivers/mxc/hdp/util.h
@@ -35,7 +35,7 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
- * Copyright 2017 NXP
+ * Copyright 2017-2018 NXP
*
******************************************************************************
*
@@ -181,6 +181,7 @@ typedef struct {
struct hdp_mem {
void __iomem *regs_base; /* Controller regs base */
void __iomem *ss_base; /* HDP Subsystem regs base */
+ void __iomem *rst_base; /* HDP Subsystem reset base */
};
struct hdp_rw_func {