All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 1/4] dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor
@ 2019-02-15 18:03 ` Frank Li
  0 siblings, 0 replies; 43+ messages in thread
From: Frank Li @ 2019-02-15 18:03 UTC (permalink / raw)
  To: mark.rutland, will.deacon, shawnguo, s.hauer, kernel, festevam,
	dl-linux-imx, robh+dt, Aisheng Dong, devicetree, lznuaa,
	linux-arm-kernel
  Cc: Frank Li

Added binding doc for imx8qxp ddr performance monitor

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Change from v4 to v4
* remove "standard xxx"

Change from v2 to v3
* ddr_pmu0 -> ddr-pmu

 .../devicetree/bindings/perf/fsl-imx-ddr.txt       | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt

diff --git a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt
new file mode 100644
index 0000000..c667b87
--- /dev/null
+++ b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt
@@ -0,0 +1,22 @@
+* Freescale(NXP) IMX8 DDR performance monitor
+
+Required properties:
+
+- compatible: should be one of:
+	"fsl,imx8-ddr-pmu"
+	"fsl,imx8m-ddr-pmu"
+
+- reg: physical address and size
+
+- interrupts: single interrupt
+	generated by the control block
+
+Example:
+
+	ddr-pmu@5c020000 {
+		compatible = "fsl,imx8-ddr-pmu";
+		reg = <0x0 0x5c020000 0x0 0x10000>;
+		interrupt-parent = <&gic>;
+		interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
+	};
+
-- 
2.5.2

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

end of thread, other threads:[~2019-04-16 20:41 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 18:03 [PATCH V4 1/4] dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor Frank Li
2019-02-15 18:03 ` Frank Li
2019-02-15 18:03 ` [PATCH V4 2/4] drivers/perf: imx_ddr: Add ddr performance counter support Frank Li
2019-02-15 18:03   ` Frank Li
2019-02-22 19:45   ` Zhi Li
2019-02-22 19:45     ` Zhi Li
2019-02-28 21:39     ` Zhi Li
2019-02-28 21:39       ` Zhi Li
2019-03-12 21:49       ` Zhi Li
2019-03-12 21:49         ` Zhi Li
2019-04-04 11:17   ` Will Deacon
2019-04-04 11:17     ` Will Deacon
2019-04-05 14:34     ` Zhi Li
2019-04-05 14:34       ` Zhi Li
2019-04-05 14:38       ` Will Deacon
2019-04-05 14:38         ` Will Deacon
2019-04-05 14:58         ` Zhi Li
2019-04-05 14:58           ` Zhi Li
2019-04-05 15:03           ` Will Deacon
2019-04-05 15:03             ` Will Deacon
2019-04-08 19:10             ` Zhi Li
2019-04-08 19:10               ` Zhi Li
2019-04-16 13:51               ` Will Deacon
2019-04-16 13:51                 ` Will Deacon
2019-04-16 20:41                 ` Zhi Li
2019-04-16 20:41                   ` Zhi Li
2019-02-15 18:03 ` [PATCH V4 3/4] arm64: dts: imx8qxp: added ddr performance monitor nodes Frank Li
2019-02-15 18:03   ` Frank Li
2019-02-18 17:38   ` Fabio Estevam
2019-02-18 17:38     ` Fabio Estevam
2019-02-15 18:03 ` [PATCH V4 4/4] MAINTAINERS: Added imx DDR performonitor driver maintainer information Frank Li
2019-02-15 18:03   ` Frank Li
2019-02-15 20:01   ` Uwe Kleine-König
2019-02-15 20:01     ` Uwe Kleine-König
2019-02-15 21:13     ` Zhi Li
2019-02-15 21:44       ` Uwe Kleine-König
2019-02-15 21:44         ` Uwe Kleine-König
2019-02-18  1:22         ` Shawn Guo
2019-02-18  1:22           ` Shawn Guo
2019-02-20  6:28         ` Aisheng Dong
2019-02-20  6:28           ` Aisheng Dong
2019-02-18 16:56 ` [PATCH V4 1/4] dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor Rob Herring
2019-02-18 16:56   ` Rob Herring

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.