Skip to content

Commit 7787527

Browse files
nxpfranklipH5
authored andcommitted
dt-bindings: firmware: imx: add property reset-controller
System Controller Firmware(SCU) reset some peripherals, such as CSI. So add reset-controller for it. Signed-off-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: "Rob Herring (Arm)" <robh@kernel.org> Link: https://lore.kernel.org/r/20250210-8qxp_camera-v3-1-324f5105accc@nxp.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent d41f0d0 commit 7787527

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Documentation/devicetree/bindings/firmware/fsl,scu.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ properties:
4545
Keys provided by the SCU
4646
$ref: /schemas/input/fsl,scu-key.yaml
4747

48+
reset-controller:
49+
type: object
50+
properties:
51+
compatible:
52+
const: fsl,imx-scu-reset
53+
'#reset-cells':
54+
const: 1
55+
required:
56+
- compatible
57+
- '#reset-cells'
58+
additionalProperties: false
59+
4860
mboxes:
4961
description:
5062
A list of phandles of TX MU channels followed by a list of phandles of

0 commit comments

Comments
 (0)