diff options
author | Xu Yang <xu.yang_2@nxp.com> | 2024-05-29 16:03:51 +0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-07-01 15:42:59 +0100 |
commit | f26f374824573706a3f3264d54fd17d1e161cab4 (patch) | |
tree | 7e7ce478de14bf80edcada70ba9609be4027f395 | |
parent | c99d00ef9e73f3be162ff44cf32e30ff6a1c2e65 (diff) | |
download | lwn-f26f374824573706a3f3264d54fd17d1e161cab4.tar.gz lwn-f26f374824573706a3f3264d54fd17d1e161cab4.zip |
dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
i.MX95 has a DDR pmu. This will add a compatible for it.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Link: https://lore.kernel.org/r/20240529080358.703784-1-xu.yang_2@nxp.com
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml index 6c96a4204e5d..37e8b98f2cdc 100644 --- a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml +++ b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml @@ -30,6 +30,9 @@ properties: - items: - const: fsl,imx8dxl-ddr-pmu - const: fsl,imx8-ddr-pmu + - items: + - const: fsl,imx95-ddr-pmu + - const: fsl,imx93-ddr-pmu reg: maxItems: 1 |