diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2026-06-12 16:50:17 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-06-14 01:18:29 +0100 |
| commit | f846d68992142034b1d34a83200a10cdc713eeda (patch) | |
| tree | 57cc01f92e1311287c1e73ee1fe35e959a8a7403 /scripts/Makefile.thinlto | |
| parent | 47f3b5365536e8c38f264824ab15fdb74454e066 (diff) | |
spi: Fix mismatched DT property access types
The SPI drivers read properties whose bindings use normal uint32 cells.
Using boolean or u16 helpers makes the access look like a different DT
encoding and causes the property checker to flag the call sites.
Use presence checks for unsupported properties and read numeric cell
properties through u32 helpers before assigning to driver fields.
Assisted-by: Codex:gpt-5-5
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260612215017.1884893-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
