Message ID | 20240924061251.3387850-1-xu.yang_2@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible | expand |
On Tue, Sep 24, 2024 at 02:12:49PM +0800, Xu Yang wrote: > 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> Acked-by: Conor Dooley <conor.dooley@microchip.com>
On Tue, Sep 24, 2024 at 02:12:49PM +0800, Xu Yang wrote: > 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> > Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > 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: > -- > 2.34.1 >
On Tue, 24 Sep 2024 14:12:49 +0800, Xu Yang wrote: > i.MX91 has a DDR Performance Monitor Unit which is compatible with i.MX93. > This will add a compatible for i.MX91. > > Applied first two patches to will (for-next/perf), thanks! [1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible https://git.kernel.org/will/c/0263a1e4f5dd [2/3] perf: imx_perf: add support for i.MX91 platform https://git.kernel.org/will/c/44798fe136dc Cheers,
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:
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> --- Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)