diff options
author | 2025-02-03 15:30:26 -0600 | |
---|---|---|
committer | 2025-02-13 14:32:30 -0600 | |
commit | b69cfaf884f3c5c6b9ba5a20eecdb3e6e72311fd (patch) | |
tree | 8f38198104b0e6d490eba8287f61c6c382673dbe | |
parent | dt-bindings: net: smsc,lan9115: Ensure all properties are defined (diff) | |
download | wireguard-linux-b69cfaf884f3c5c6b9ba5a20eecdb3e6e72311fd.tar.xz wireguard-linux-b69cfaf884f3c5c6b9ba5a20eecdb3e6e72311fd.zip |
dt-bindings: imx: fsl,aips-bus: Ensure all properties are defined
Device specific schemas should not allow undefined properties which is
what 'additionalProperties: true' allows. Add a reference to
simple-bus.yaml which has the additional properties used, and fix this
constraint.
Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20250203213027.8284-1-robh@kernel.org
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml index 80d99861fec5..70a4af650110 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml @@ -22,6 +22,9 @@ select: required: - compatible +allOf: + - $ref: /schemas/simple-bus.yaml# + properties: compatible: items: @@ -35,7 +38,7 @@ required: - compatible - reg -additionalProperties: true +unevaluatedProperties: false examples: - | |