]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: freescale: Add bindings for the tigerp module
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 10 Jul 2018 16:31:43 +0000 (13:31 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 12 Jul 2018 01:49:59 +0000 (09:49 +0800)
Add bindings for the tigerp module present on i.MX51.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Documentation/devicetree/bindings/arm/freescale/tigerp.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/freescale/tigerp.txt b/Documentation/devicetree/bindings/arm/freescale/tigerp.txt
new file mode 100644 (file)
index 0000000..19e2aad
--- /dev/null
@@ -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>;
+};