summaryrefslogtreecommitdiff
path: root/tools/lib/python/feat/parse_features.py
diff options
context:
space:
mode:
authorRob Herring (Arm) <robh@kernel.org>2026-06-13 00:50:17 +0300
committerMark Brown <broonie@kernel.org>2026-06-14 03:18:29 +0300
commitf846d68992142034b1d34a83200a10cdc713eeda (patch)
tree57cc01f92e1311287c1e73ee1fe35e959a8a7403 /tools/lib/python/feat/parse_features.py
parent47f3b5365536e8c38f264824ab15fdb74454e066 (diff)
downloadlinux-f846d68992142034b1d34a83200a10cdc713eeda.tar.xz
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 'tools/lib/python/feat/parse_features.py')
0 files changed, 0 insertions, 0 deletions