From: Rob Herring (Arm) Date: Mon, 3 Feb 2025 21:30:26 +0000 (-0600) Subject: dt-bindings: imx: fsl,aips-bus: Ensure all properties are defined X-Git-Tag: ceph-for-6.16-rc1~384^2~40 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b69cfaf884f3c5c6b9ba5a20eecdb3e6e72311fd;p=ceph-client.git 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)" Acked-by: Conor Dooley Acked-by: Peng Fan Link: https://lore.kernel.org/r/20250203213027.8284-1-robh@kernel.org --- diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,aips-bus.yaml index 80d99861fec55..70a4af650110b 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: - |