linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: arm: fsl-scu: Add imx8dxl pinctrl support
@ 2020-03-27 10:55 Anson Huang
  2020-03-27 10:55 ` [PATCH 2/3] pinctrl: imx: Add imx8dxl driver Anson Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Anson Huang @ 2020-03-27 10:55 UTC (permalink / raw)
  To: robh+dt, catalin.marinas, will, aisheng.dong, festevam, shawnguo,
	stefan, kernel, linus.walleij, s.hauer, linux, gregkh, peng.fan,
	fugang.duan, krzk, bjorn.andersson, leoyang.li, olof, dinguyen,
	geert+renesas, marcin.juszkiewicz, devicetree, linux-kernel,
	linux-arm-kernel, linux-gpio
  Cc: Linux-imx

Update binding doc to support i.MX8DXL pinctrl.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
index 7f42cc3..3910d2c 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
@@ -108,7 +108,8 @@ This binding uses the i.MX common pinctrl binding[3].
 Required properties:
 - compatible:		Should be one of:
 			"fsl,imx8qm-iomuxc",
-			"fsl,imx8qxp-iomuxc".
+			"fsl,imx8qxp-iomuxc",
+			"fsl,imx8dxl-iomuxc".
 
 Required properties for Pinctrl sub nodes:
 - fsl,pins:		Each entry consists of 3 integers which represents
@@ -116,7 +117,8 @@ Required properties for Pinctrl sub nodes:
 			integers <pin_id mux_mode> are specified using a
 			PIN_FUNC_ID macro, which can be found in
 			<dt-bindings/pinctrl/pads-imx8qm.h>,
-			<dt-bindings/pinctrl/pads-imx8qxp.h>.
+			<dt-bindings/pinctrl/pads-imx8qxp.h>,
+			<dt-bindings/pinctrl/pads-imx8dxl.h>.
 			The last integer CONFIG is the pad setting value like
 			pull-up on this pin.
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-04-23 14:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27 10:55 [PATCH 1/3] dt-bindings: arm: fsl-scu: Add imx8dxl pinctrl support Anson Huang
2020-03-27 10:55 ` [PATCH 2/3] pinctrl: imx: Add imx8dxl driver Anson Huang
2020-04-16  9:41   ` Linus Walleij
2020-03-27 10:55 ` [PATCH 3/3] arm64: defconfig: Enable CONFIG_PINCTRL_IMX8DXL by default Anson Huang
2020-04-16  9:41   ` Linus Walleij
2020-04-23 14:46   ` Shawn Guo
2020-04-05  1:47 ` [PATCH 1/3] dt-bindings: arm: fsl-scu: Add imx8dxl pinctrl support Rob Herring
2020-04-16  9:40 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).