Skip to content

Commit 55d43aa

Browse files
nxpfranklirobherring
authored andcommitted
dt-bindings: soc: imx: add fsl,aips and fsl,emi compatible strings
Add the fsl,aips and fsl,emi compatible strings for legacy i.MX3 SoCs (over 15 years old). Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://patch.msgid.link/20260201011913.2419626-1-Frank.Li@nxp.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent eb83cb5 commit 55d43aa

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,29 @@ description: |
1919
the SDMA can access. There are no special clocks for the bus, because
2020
the SDMA controller itself has its interrupt and clock assignments.
2121
22+
EMI (External Memory Interface) for legacy i.MX35.
23+
2224
select:
2325
properties:
2426
compatible:
2527
contains:
26-
const: fsl,spba-bus
28+
enum:
29+
- fsl,aips
30+
- fsl,emi
31+
- fsl,spba-bus
2732
required:
2833
- compatible
2934

3035
properties:
3136
$nodename:
32-
pattern: "^spba-bus(@[0-9a-f]+)?$"
37+
pattern: "^((spba|emi)-bus|bus)(@[0-9a-f]+)?$"
3338

3439
compatible:
3540
items:
36-
- const: fsl,spba-bus
41+
- enum:
42+
- fsl,aips
43+
- fsl,emi
44+
- fsl,spba-bus
3745
- const: simple-bus
3846

3947
'#address-cells':

0 commit comments

Comments
 (0)