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

dt-bindings: pinctrl: imx: Support i.MX91 IOMUXC

i.MX91 and i.MX93 share similar design. They could share same dt-binding
doc, so rename fsl,imx93-pinctrl.yaml to fsl,imx9-pinctrl.yaml and add
i.MX91 compatible string

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240513-imx91-pinctrl-v1-1-c99a23c6843a@nxp.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Peng Fan and committed by
Linus Walleij
1435dc1f 1613e604

+5 -3
+5 -3
Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml Documentation/devicetree/bindings/pinctrl/fsl,imx9-pinctrl.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/pinctrl/fsl,imx93-pinctrl.yaml# 4 + $id: http://devicetree.org/schemas/pinctrl/fsl,imx9-pinctrl.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Freescale IMX93 IOMUX Controller 7 + title: Freescale IMX9 IOMUX Controller 8 8 9 9 maintainers: 10 10 - Peng Fan <peng.fan@nxp.com> ··· 18 18 19 19 properties: 20 20 compatible: 21 - const: fsl,imx93-iomuxc 21 + enum: 22 + - fsl,imx91-iomuxc 23 + - fsl,imx93-iomuxc 22 24 23 25 reg: 24 26 maxItems: 1