Commit c132d9c7 authored by Rob Herring's avatar Rob Herring

dt-bindings: bus: fsl,imx8qxp-pixel-link-msi-bus: Drop child 'reg' property

A bus schema based on simple-pm-bus shouldn't define how many 'reg' entries
a child device has. That is a property of the device. Drop the 'reg' entry.
Reviewed-by: default avatarLiu Ying <victor.liu@nxp.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230925212639.1975002-1-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent d7614a27
...@@ -73,9 +73,6 @@ patternProperties: ...@@ -73,9 +73,6 @@ patternProperties:
"^.*@[0-9a-f]+$": "^.*@[0-9a-f]+$":
description: Devices attached to the bus description: Devices attached to the bus
type: object type: object
properties:
reg:
maxItems: 1
required: required:
- reg - reg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment