Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Frank Li and committed by
Rob Herring (Arm)
55d43aab eb83cb51

+11 -3
+11 -3
Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml
··· 19 19 the SDMA can access. There are no special clocks for the bus, because 20 20 the SDMA controller itself has its interrupt and clock assignments. 21 21 22 + EMI (External Memory Interface) for legacy i.MX35. 23 + 22 24 select: 23 25 properties: 24 26 compatible: 25 27 contains: 26 - const: fsl,spba-bus 28 + enum: 29 + - fsl,aips 30 + - fsl,emi 31 + - fsl,spba-bus 27 32 required: 28 33 - compatible 29 34 30 35 properties: 31 36 $nodename: 32 - pattern: "^spba-bus(@[0-9a-f]+)?$" 37 + pattern: "^((spba|emi)-bus|bus)(@[0-9a-f]+)?$" 33 38 34 39 compatible: 35 40 items: 36 - - const: fsl,spba-bus 41 + - enum: 42 + - fsl,aips 43 + - fsl,emi 44 + - fsl,spba-bus 37 45 - const: simple-bus 38 46 39 47 '#address-cells':