diff options
author | Xu Yang <[email protected]> | 2024-05-29 16:03:51 +0800 |
---|---|---|
committer | Will Deacon <[email protected]> | 2024-07-01 15:42:59 +0100 |
commit | f26f374824573706a3f3264d54fd17d1e161cab4 (patch) | |
tree | 7e7ce478de14bf80edcada70ba9609be4027f395 | |
parent | c99d00ef9e73f3be162ff44cf32e30ff6a1c2e65 (diff) |
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 <[email protected]>
Signed-off-by: Xu Yang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
-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 |