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
This commit is contained in:
Rob Herring (Arm)
2025-02-03 15:30:26 -06:00
parent 19a8744f3d
commit b69cfaf884

View File

@@ -22,6 +22,9 @@ select:
required: required:
- compatible - compatible
allOf:
- $ref: /schemas/simple-bus.yaml#
properties: properties:
compatible: compatible:
items: items:
@@ -35,7 +38,7 @@ required:
- compatible - compatible
- reg - reg
additionalProperties: true unevaluatedProperties: false
examples: examples:
- | - |