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

Commit 449331e9 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: pinctrl: qcom: Correct the base address for sm8150"

parents 6520504e 3ad984c7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@ enum {
	WEST
};

#define HMSS_WEST	0x031BB000
#define HMSS_EAST	0x035B7000
#define HMSS_NORTH	0x039BC000
#define HMSS_SOUTH	0x03DBE000
#define HMSS_WEST	0x000BB000
#define HMSS_EAST	0x000B7000
#define HMSS_NORTH	0x000BC000
#define HMSS_SOUTH	0x000BE000

#define FUNCTION(fname)					\
	[msm_mux_##fname] = {				\