diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2026-04-10 17:17:53 -0500 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2026-04-16 07:27:18 -0500 |
| commit | 5d0e969c4e6ab4c4693f7a4c381e30125106f73d (patch) | |
| tree | 2dcfacf3ca6fc398cf9a89d28fbbdd652f453645 /rust/kernel/interop/git@git.tavy.me:linux-stable.git | |
| parent | 07fd339b2c253205794bea5d9b4b7548a4546c56 (diff) | |
dt-bindings: thermal: Fix false warning with 'phandle' in trips nodes
A pattern property matching essentially anything doesn't work if there
are implicit properties such as 'phandle' which can occur on any node.
One such example popped up recently:
arch/arm64/boot/dts/qcom/sm8650-hdk.dtb: thermal-zones: gpuss0-thermal:trips:phandle: 531 is not of type 'object'
from schema $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml
Instead of a pattern property, use an "additionalProperties" schema
instead which is the fallback in case of no matching property.
Link: https://patch.msgid.link/20260410223601.1487473-2-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions
