diff mbox series

[N/U,3/6] UBUNTU: [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64

Message ID 20240403110837.402919-4-emil.renner.berthing@canonical.com
State New
Headers show
Series Config updates for riscv64 | expand

Commit Message

Emil Renner Berthing April 3, 2024, 11:08 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1975592

This regulator is needed for pinctrl on the Allwinner D1 RISC-V SoC.

Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Acked-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
---
 debian.master/config/annotations | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 87bce24869c7..23e1daffbb06 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -555,8 +555,8 @@  CONFIG_RCU_NOCB_CPU                             note<'LP: #2051342'>
 CONFIG_RCU_NOCB_CPU_DEFAULT_ALL                 policy<{'amd64': 'n', 'arm64': 'n', 'armhf': '-', 'ppc64el': '-', 'riscv64': '-'}>
 CONFIG_RCU_NOCB_CPU_DEFAULT_ALL                 note<'LP: #2051342'>
 
-CONFIG_REGULATOR_FIXED_VOLTAGE                  policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'ppc64el': 'm', 'riscv64': 'm', 's390x': '-'}>
-CONFIG_REGULATOR_FIXED_VOLTAGE                  note<'boot essential on arm'>
+CONFIG_REGULATOR_FIXED_VOLTAGE                  policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'y', 'ppc64el': 'm', 'riscv64': 'y', 's390x': '-'}>
+CONFIG_REGULATOR_FIXED_VOLTAGE                  note<'boot essential on arm and the Allwinner D1 RISC-V SoC'>
 
 CONFIG_REGULATOR_TPS65217                       policy<{'arm64': 'm', 'armhf': 'y', 'ppc64el': '-', 'riscv64': 'm'}>
 CONFIG_REGULATOR_TPS65217                       note<'boot essential on AM335x'>