diff options
author | Xu Yang <xu.yang_2@nxp.com> | 2024-09-24 09:12:49 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-10-24 14:33:46 +0300 |
commit | 0263a1e4f5ddbdac5ad84e84e5ac75dcb20121a1 (patch) | |
tree | aa29061f1af699421658458489574c0d11568317 /Documentation | |
parent | cc847678998305c72c9850efa3fd040b274a8180 (diff) | |
download | linux-0263a1e4f5ddbdac5ad84e84e5ac75dcb20121a1.tar.xz |
dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible
i.MX91 has a DDR Performance Monitor Unit which is compatible with i.MX93.
This will add a compatible for i.MX91.
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240924061251.3387850-1-xu.yang_2@nxp.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml index 37e8b98f2cdc..8597ea625edb 100644 --- a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml +++ b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml @@ -31,7 +31,9 @@ properties: - const: fsl,imx8dxl-ddr-pmu - const: fsl,imx8-ddr-pmu - items: - - const: fsl,imx95-ddr-pmu + - enum: + - fsl,imx91-ddr-pmu + - fsl,imx95-ddr-pmu - const: fsl,imx93-ddr-pmu reg: |