|
@@ -3029,7 +3029,6 @@ static const struct regmap_config mmcc_msm8960_regmap_config = {
|
|
.val_bits = 32,
|
|
.val_bits = 32,
|
|
.max_register = 0x334,
|
|
.max_register = 0x334,
|
|
.fast_io = true,
|
|
.fast_io = true,
|
|
- .val_format_endian = REGMAP_ENDIAN_LITTLE,
|
|
|
|
};
|
|
};
|
|
|
|
|
|
static const struct regmap_config mmcc_apq8064_regmap_config = {
|
|
static const struct regmap_config mmcc_apq8064_regmap_config = {
|
|
@@ -3038,7 +3037,6 @@ static const struct regmap_config mmcc_apq8064_regmap_config = {
|
|
.val_bits = 32,
|
|
.val_bits = 32,
|
|
.max_register = 0x350,
|
|
.max_register = 0x350,
|
|
.fast_io = true,
|
|
.fast_io = true,
|
|
- .val_format_endian = REGMAP_ENDIAN_LITTLE,
|
|
|
|
};
|
|
};
|
|
|
|
|
|
static const struct qcom_cc_desc mmcc_msm8960_desc = {
|
|
static const struct qcom_cc_desc mmcc_msm8960_desc = {
|