Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 494a7533 authored by Sujeev Dias's avatar Sujeev Dias
Browse files

mhi: core: add base address field for MHI controller



Add a base address field in the MHI controller structure for
future use cases.

CRs-Fixed: 2341097
Change-Id: I2d90a32af91bde4c7553205d3f856d19dc138802
Acked-by: default avatarBhaumik Vasav Bhatt <bbhatt@qti.qualcomm.com>
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent a96a6c61
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. */


#ifndef _MHI_H_
#ifndef _MHI_H_
#define _MHI_H_
#define _MHI_H_
@@ -173,6 +173,7 @@ struct mhi_controller {
	struct device_node *of_node;
	struct device_node *of_node;


	/* mmio base */
	/* mmio base */
	phys_addr_t base_addr;
	void __iomem *regs;
	void __iomem *regs;
	void __iomem *bhi;
	void __iomem *bhi;
	void __iomem *bhie;
	void __iomem *bhie;