From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bix.bg (mail.bix.bg [193.105.196.21]) by smtp.subspace.kernel.org (Postfix) with SMTP id 5AF425464F for ; Thu, 26 Feb 2026 14:39:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.105.196.21 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772116784; cv=none; b=Fi7dAN21dXNf9zAn8NkAkYHQ11CaQhypilaeqHZqytd4PXOKp6w1vWeKzwbbG5IVkYYKL2p0VUDorc6yH3x5q3DpVUqX6Rpbd+SRM8fiefd0gWqOndaaJ3anBnNYlaXDCDcNcXNMB7lUk1k6kBYQNocFYOk9sTmc8IVNJuY1wf0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772116784; c=relaxed/simple; bh=jUnVLRlYIjWKofi/vKDPcNK99SnLf7jH9tN/5zFXfrI=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=A/mKgoFOhGlP3LnJoMSU7k2RVYUlItem+MVM6jhrKVlMqw0iyLPBRor2hX0V7wLlV27BgqpgDYNn4h5PiBJCRGRxe7tU3DVmSeVlXBrpQ3fqp0s4fvxQlZJ9ATfIK+J5n45Tyns2eSLxtL4visKrSKbZTFdylNklYQs+DR9sR6Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=declera.com; spf=pass smtp.mailfrom=declera.com; arc=none smtp.client-ip=193.105.196.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=declera.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=declera.com Received: (qmail 21106 invoked from network); 26 Feb 2026 14:32:58 -0000 Received: from d2.declera.com (HELO ?212.116.131.122?) (212.116.131.122) by indigo.declera.com with SMTP; 26 Feb 2026 14:32:58 -0000 Message-ID: Subject: Re: [PATCH v5 2/2] mfd: simple-mfd-i2c: add a reboot cell for the SpacemiT P1 chip From: Yanko Kaneti To: Aurelien Jarno , linux-kernel@vger.kernel.org, Lee Jones , Sebastian Reichel , Troy Mitchell , Yixun Lan , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , "open list:RISC-V ARCHITECTURE:Keyword:riscv" , "open list:RISC-V SPACEMIT SoC Support:Keyword:spacemit" Cc: "open list:SYSTEM RESET/SHUTDOWN DRIVERS" Date: Thu, 26 Feb 2026 16:32:58 +0200 In-Reply-To: <20251102230352.914421-3-aurelien@aurel32.net> References: <20251102230352.914421-1-aurelien@aurel32.net> <20251102230352.914421-3-aurelien@aurel32.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.59.2 (3.59.2-1.fc44) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hello, On Mon, 2025-11-03 at 00:02 +0100, Aurelien Jarno wrote: > Add a "spacemit-p1-reboot" cell for the SpacemiT P1 chip. >=20 > Signed-off-by: Aurelien Jarno > --- > v5: no changes >=20 > drivers/mfd/simple-mfd-i2c.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/drivers/mfd/simple-mfd-i2c.c b/drivers/mfd/simple-mfd-i2c.c > index 0a607a1e3ca1d..542d378cdcd1f 100644 > --- a/drivers/mfd/simple-mfd-i2c.c > +++ b/drivers/mfd/simple-mfd-i2c.c > @@ -99,6 +99,7 @@ static const struct regmap_config spacemit_p1_regmap_co= nfig =3D { > }; > =20 > static const struct mfd_cell spacemit_p1_cells[] =3D { > + { .name =3D "spacemit-p1-reboot", }, > { .name =3D "spacemit-p1-regulator", }, > { .name =3D "spacemit-p1-rtc", }, > }; Perhaps its safe to merge this one now that everything P1 and I2C is already in linus tip ? mainline + patch + dts bits enabling i2c8 on the OrangePi RV2 and R2S allows both to soft reboot as expected. -Yanko