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

Commit d1c8fb11 authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa
Browse files

drm/msm/dp: update AUX interrupt register definitions on sm8150



Update the AUX interrupt register definitions on sm8150 to ensure
that the driver receives and clears interrupts correctly.

Change-Id: I7a14018ed554847c541229a022ac1574c25b8ffc
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent 951d4ca1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -267,9 +267,9 @@
#define DP_PHY_AUX_CFG7                         (0x0000003C)
#define DP_PHY_AUX_CFG8                         (0x00000040)
#define DP_PHY_AUX_CFG9                         (0x00000044)
#define DP_PHY_AUX_INTERRUPT_MASK               (0x00000048)
#define DP_PHY_AUX_INTERRUPT_CLEAR              (0x0000004C)
#define DP_PHY_AUX_INTERRUPT_STATUS             (0x000000BC)
#define DP_PHY_AUX_INTERRUPT_MASK               (0x00000054)
#define DP_PHY_AUX_INTERRUPT_CLEAR              (0x00000058)
#define DP_PHY_AUX_INTERRUPT_STATUS             (0x000000D8)

#define DP_PHY_SPARE0				(0x00AC)