diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2026-06-12 16:53:24 -0500 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2026-07-21 22:28:10 +0200 |
| commit | 402684c39cb911bc772ffc13bfee95ab57cdd2f1 (patch) | |
| tree | 2a6788fdae8c4d4cc7b1b53e4b77b47e45e0d362 /tools/perf/scripts/python/bin | |
| parent | 6a3b47a5a5fc0e294aa6d62ea70b63571f829823 (diff) | |
power: reset: syscon-reboot: Read "priority" as unsigned
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.
Assisted-by: Codex:gpt-5-5
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260612215325.1889302-1-robh@kernel.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
