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

Commit 05b29ac5 authored by Saranya Chidura's avatar Saranya Chidura
Browse files

soc: qcom: dccv2: fix the Linked_List default value



The HLOS_LIST_START is set to 0, to correct the
configuration of DCC.

Change-Id: I168b6dd6fe5b872ee275632ecec978e78f04ead3
Signed-off-by: default avatarSaranya Chidura <schidura@codeaurora.org>
parent 4a652719
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
#define dcc_sram_readl(drvdata, off)					\
	__raw_readl(drvdata->ram_base + off)

#define HLOS_LIST_START			1
#define HLOS_LIST_START			0

/* DCC registers */
#define DCC_HW_VERSION			(0x00)