diff options
author | Xu Yang <xu.yang_2@nxp.com> | 2023-11-20 17:33:15 +0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-12-05 14:12:07 +0000 |
commit | 2fe44e7dcb86601f0e12735621ed1113536eb392 (patch) | |
tree | 8e71873686204b1dccfdf8ba1dbebcfa9c2b7fc8 | |
parent | 9745295358f44cc5da4145b2a5ca3e2921d70841 (diff) | |
download | lwn-2fe44e7dcb86601f0e12735621ed1113536eb392.tar.gz lwn-2fe44e7dcb86601f0e12735621ed1113536eb392.zip |
dt-bindings: perf: fsl-imx-ddr: Add i.MX8DXL compatible
Add a compatible for i.MX8DXL which is compatile with "fsl,imx8-ddr-pmu".
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Link: https://lore.kernel.org/r/20231120093317.2652866-3-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 e9fad4b3de68..6c96a4204e5d 100644 --- a/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml +++ b/Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml @@ -27,6 +27,9 @@ properties: - fsl,imx8mq-ddr-pmu - fsl,imx8mp-ddr-pmu - const: fsl,imx8m-ddr-pmu + - items: + - const: fsl,imx8dxl-ddr-pmu + - const: fsl,imx8-ddr-pmu reg: maxItems: 1 |