From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:43:03 +0000
Subject: [PATCH] add ax88772C AX88772C_eeprom_tools
---
kernel/drivers/regulator/sc2731-regulator.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/drivers/regulator/sc2731-regulator.c b/kernel/drivers/regulator/sc2731-regulator.c
index eb2bdf0..0f21f95 100644
--- a/kernel/drivers/regulator/sc2731-regulator.c
+++ b/kernel/drivers/regulator/sc2731-regulator.c
@@ -146,7 +146,7 @@
.vsel_mask = vmask, \
}
-static struct regulator_desc regulators[] = {
+static const struct regulator_desc regulators[] = {
SC2731_REGU_LINEAR(BUCK_CPU0, SC2731_POWER_PD_SW,
SC2731_DCDC_CPU0_PD_MASK, SC2731_DCDC_CPU0_VOL,
SC2731_DCDC_CPU0_VOL_MASK, 3125, 400000, 1996875),
--
Gitblit v1.6.2