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

Commit 8fa5fe8a authored by Samantha Tran's avatar Samantha Tran Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: correct LPDDR4 value to enable DDR switching



Correct macro to return value expected by kernel API
in use case where LPDDR4 is used.

Change-Id: I23bf7bb2e777be7fc8edc8882527593b92fe62b7
Signed-off-by: default avatarSamantha Tran <samtran@codeaurora.org>
parent 9230d318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#include "sde_hw_catalog.h"

#define REG_MASK(n)                     ((BIT(n)) - 1)
#define LP_DDR4_TYPE			0x4
#define LP_DDR4_TYPE			0x7

struct sde_format_extended;