Re: [PATCH] power: reset: Read "priority" as unsigned
From: Sebastian Reichel
Date: Mon Jul 20 2026 - 17:43:59 EST
On Fri, 12 Jun 2026 16:53:24 -0500, Rob Herring (Arm) wrote:
> The restart-handler binding documents "priority" as a uint32 value in
> the range 0 to 255. The syscon reboot driver stored it in an int and
> used the signed DT helper, which makes the helper type disagree with
> the schema.
>
> Read "priority" as u32 so the driver follows the binding while
> preserving the same default value.
>
> [...]
Applied, thanks!
[1/1] power: reset: Read "priority" as unsigned
commit: 6539d798e9faf6e98d64ad7cb3af91d42180a886
Best regards,
--
Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>