Message ID | 20240529080358.703784-1-xu.yang_2@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v12,1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible | expand |
On Wed, May 29, 2024 at 04:03:51PM +0800, Xu Yang wrote: > i.MX95 has a DDR pmu. This will add a compatible for it. > > Acked-by: Conor Dooley <conor.dooley@microchip.com> > Signed-off-by: Xu Yang <xu.yang_2@nxp.com> > > --- > Changes in v2: > - no changes > Changes in v3: > - let imx95 compatilbe with imx93 > Changes in v4: > - add Acked-by tag > Changes in v5: > - no changes > Changes in v6: > - no changes > Changes in v7: > - no changes > Changes in v8: > - no changes > Changes in v9: > - no changes > Changes in v10: > - no changes > Changes in v11: > - no changes > Changes in v12: > - no changes > --- > Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > 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 A gentle ping. > -- > 2.34.1 >
On Wed, 29 May 2024 16:03:51 +0800, Xu Yang wrote: > i.MX95 has a DDR pmu. This will add a compatible for it. > > Applied drivers changes to will (for-next/perf), thanks! [1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible https://git.kernel.org/will/c/f26f37482457 [2/8] perf: imx_perf: add macro definitions for parsing config attr https://git.kernel.org/will/c/4773dd10fda0 [3/8] perf: imx_perf: let the driver manage the counter usage rather the user https://git.kernel.org/will/c/27e4a6523edd [4/8] perf: imx_perf: refactor driver for imx93 https://git.kernel.org/will/c/fab5e5a866e8 [5/8] perf: imx_perf: fix counter start and config sequence https://git.kernel.org/will/c/ac9aa295f7a8 [6/8] perf: imx_perf: add support for i.MX95 platform https://git.kernel.org/will/c/d0d7c66c537d Cheers,
On Wed, 29 May 2024 16:03:51 +0800, Xu Yang wrote: > i.MX95 has a DDR pmu. This will add a compatible for it. > > Applied patch 7 and 8 to perf-tools-next, thanks! Best regards, Namhyung
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