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

Commit 0be86aae authored by Gagan Mac's avatar Gagan Mac Committed by Girish Mahadevan
Browse files

apq: 8084: Driver modifications for bus scaling on 8084



Enable compilation of ID file for 8084 and and add enum for
VPU master for 8084.

Change-Id: I4937a1c65ebe88596ca8919ccd0e063a3a6436b4
Signed-off-by: default avatarGirish Mahadevan <girishm@codeaurora.org>
parent 72d1e8fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -303,6 +303,7 @@ enum msm_bus_fabric_master_type {
	MSM_BUS_MASTER_QPIC,
	MSM_BUS_MASTER_MDPE,
	MSM_BUS_MASTER_USB_HS2,
	MSM_BUS_MASTER_VPU,

	MSM_BUS_MASTER_LAST,

+1 −0
Original line number Diff line number Diff line
@@ -16,4 +16,5 @@ obj-$(CONFIG_ARCH_MSM8974) += msm_bus_board_8974.o
obj-$(CONFIG_ARCH_MSM9625) += msm_bus_board_9625.o
obj-$(CONFIG_ARCH_MSM8226) += msm_bus_id.o
obj-$(CONFIG_ARCH_MSM8610) += msm_bus_id.o
obj-$(CONFIG_ARCH_APQ8084) += msm_bus_id.o
obj-$(CONFIG_DEBUG_FS) += msm_bus_dbg.o