VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Ziv.Xu <Ziv.Xu@starfivetech.com> 2022-09-05 13:33:47 +0800 committer: Ziv.Xu <Ziv.Xu@starfivetech.com> 2022-09-05 15:57:36 +0800 commit: 1b08a100af515ae307330adeb642df808d312334 parent: bfa19a0b2f61e0930170eda31c161681b0175917
Commit Summary:
linux:drivers: revise 'stf' to 'starfive'
Diffstat:
2 files changed, 18 insertions, 18 deletions
diff --git a/include/linux/regulator/jh7110.h b/include/linux/regulator/jh7110.h
new file mode 100644
index 000000000000..e76c9a67eabd
--- /dev/null
+++ b/include/linux/regulator/jh7110.h
@@ -0,0 +1,24 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (c) 2022 Starfive Technology Co., Ltd.
+ * Author: Mason Huo <mason.huo@starfivetech.com>
+ */
+
+#ifndef __LINUX_REGULATOR_JH7110_H
+#define __LINUX_REGULATOR_JH7110_H
+
+#define JH7110_MAX_REGULATORS	7
+
+
+enum jh7110_reg_id {
+	JH7110_ID_LDO_REG1 = 0,
+	JH7110_ID_LDO_REG2,
+	JH7110_ID_LDO_REG3,
+	JH7110_ID_LDO_REG4,
+	JH7110_ID_LDO_REG5,
+	JH7110_ID_LDO_REG6,
+	JH7110_ID_LDO_REG7,
+};
+
+
+#endif /* __LINUX_REGULATOR_JH7110_H */
diff --git a/include/linux/regulator/stf7110.h b/include/linux/regulator/stf7110.h
deleted file mode 100644
index 12d872efd58f..000000000000
--- a/include/linux/regulator/stf7110.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (c) 2022 Starfive Technology Co., Ltd.
- * Author: Mason Huo <mason.huo@starfivetech.com>
- */
-
-#ifndef __LINUX_REGULATOR_STF7110_H
-#define __LINUX_REGULATOR_STF7110_H
-
-#define STF7110_MAX_REGULATORS	7
-
-
-enum stf7110_reg_id {
-	STF7110_ID_LDO_REG1 = 0,
-	STF7110_ID_LDO_REG2,
-	STF7110_ID_LDO_REG3,
-	STF7110_ID_LDO_REG4,
-	STF7110_ID_LDO_REG5,
-	STF7110_ID_LDO_REG6,
-	STF7110_ID_LDO_REG7,
-};
-
-
-#endif /* __LINUX_REGULATOR_STF7110_H */