diff options
author | Xu Yang <xu.yang_2@nxp.com> | 2023-04-18 12:29:09 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-06-09 13:01:42 +0200 |
commit | b1acb4e5601b07700fd30346a08dcb7dbfc437a7 (patch) | |
tree | 8d38243ea19ebc14d2c6240942ce4968a5c45e1d /Documentation/devicetree/bindings/perf | |
parent | drivers/perf: imx_ddr: Add support for NXP i.MX9 SoC DDRC PMU driver (diff) | |
download | linux-b1acb4e5601b07700fd30346a08dcb7dbfc437a7.tar.xz linux-b1acb4e5601b07700fd30346a08dcb7dbfc437a7.zip |
dt-bindings: perf: fsl-imx-ddr: Add i.MX93 compatible
i.MX93 ddr pmu shares the same device node format as i.MX8. This will
add a compatible for i.MX93 and modify the title.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Link: https://lore.kernel.org/r/20230418102910.2065651-2-xu.yang_2@nxp.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/perf')
-rw-r--r-- | Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml index 80a92385367e..e9fad4b3de68 100644 --- a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml +++ b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/perf/fsl-imx-ddr.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Freescale(NXP) IMX8 DDR performance monitor +title: Freescale(NXP) IMX8/9 DDR performance monitor maintainers: - Frank Li <frank.li@nxp.com> @@ -19,6 +19,7 @@ properties: - fsl,imx8mm-ddr-pmu - fsl,imx8mn-ddr-pmu - fsl,imx8mp-ddr-pmu + - fsl,imx93-ddr-pmu - items: - enum: - fsl,imx8mm-ddr-pmu |