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

dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor

Add binding documentation for the imx8qxp DDR performance monitor unit.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
[will: Removed trailing newline]
Signed-off-by: Will Deacon <will.deacon@arm.com>

authored by

Frank Li and committed by
Will Deacon
2b37c1c3 f2c7c76c

+21
+21
Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt
··· 1 + * Freescale(NXP) IMX8 DDR performance monitor 2 + 3 + Required properties: 4 + 5 + - compatible: should be one of: 6 + "fsl,imx8-ddr-pmu" 7 + "fsl,imx8m-ddr-pmu" 8 + 9 + - reg: physical address and size 10 + 11 + - interrupts: single interrupt 12 + generated by the control block 13 + 14 + Example: 15 + 16 + ddr-pmu@5c020000 { 17 + compatible = "fsl,imx8-ddr-pmu"; 18 + reg = <0x5c020000 0x10000>; 19 + interrupt-parent = <&gic>; 20 + interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; 21 + };