All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/6] dt-bindings: freescale: Add bindings for the tigerp module
@ 2018-07-10 16:31 ` Fabio Estevam
  0 siblings, 0 replies; 16+ messages in thread
From: Fabio Estevam @ 2018-07-10 16:31 UTC (permalink / raw)
  To: shawnguo
  Cc: devicetree, Fabio Estevam, robh+dt, kernel, sebastian.reichel,
	linux-arm-kernel

Add bindings for the tigerp module present on i.MX51.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
Changes since v3:
- None

 Documentation/devicetree/bindings/arm/freescale/tigerp.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/tigerp.txt

diff --git a/Documentation/devicetree/bindings/arm/freescale/tigerp.txt b/Documentation/devicetree/bindings/arm/freescale/tigerp.txt
new file mode 100644
index 0000000..19e2aad
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/freescale/tigerp.txt
@@ -0,0 +1,12 @@
+* Freescale Tigerp platform module
+
+Required properties:
+- compatible : Should be "fsl,imx51-tigerp"
+- reg : Address and length of the register set for the device
+
+Example:
+
+tigerp: tigerp@83fa0000 {
+	compatible = "fsl,imx51-tigerp";
+	reg = <0x83fa0000 0x28>;
+};
-- 
2.7.4

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

end of thread, other threads:[~2018-07-12  1:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-10 16:31 [PATCH v4 1/6] dt-bindings: freescale: Add bindings for the tigerp module Fabio Estevam
2018-07-10 16:31 ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 2/6] ARM: dts: imx51: Add PMU support Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 3/6] ARM: dts: imx51: Add tigerp support Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 4/6] ARM: dts: imx53: " Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 5/6] ARM: dts: imx53: Add a label for the PMU node Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 6/6] ARM: mx5: Set the DBGEN bit in ARM_GPC register Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-11 15:25 ` [PATCH v4 1/6] dt-bindings: freescale: Add bindings for the tigerp module Rob Herring
2018-07-11 15:25   ` Rob Herring
2018-07-12  1:52 ` Shawn Guo
2018-07-12  1:52   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.