Re: [PATCH 1/4] dt-bindings: remoteproc: fsl,imx-rproc: add new compatible

2024-10-24 Thread Laurentiu Mihalcea
On 10/24/2024 10:45 AM, Krzysztof Kozlowski wrote: > On Wed, Oct 23, 2024 at 12:21:11PM -0400, Laurentiu Mihalcea wrote: >> From: Laurentiu Mihalcea >> >> Add new compatible for imx95's CM7 with SOF. >> >> Signed-off-by: Laurentiu Mihalcea >> --- &g

[PATCH 4/4] arm64: dts: imx: add imx95 dts for sof

2024-10-23 Thread Laurentiu Mihalcea
From: Laurentiu Mihalcea Add imx95 DTS for SOF usage. Signed-off-by: Laurentiu Mihalcea --- arch/arm64/boot/dts/freescale/Makefile| 1 + .../dts/freescale/imx95-19x19-evk-sof.dts | 86 +++ 2 files changed, 87 insertions(+) create mode 100644 arch/arm64/boot/dts

[PATCH 3/4] ASoC: SOF: imx: add driver for imx95

2024-10-23 Thread Laurentiu Mihalcea
From: Laurentiu Mihalcea Add SOF driver for imx95. Signed-off-by: Laurentiu Mihalcea --- sound/soc/sof/imx/Kconfig | 8 + sound/soc/sof/imx/Makefile | 2 + sound/soc/sof/imx/imx95.c | 383 + 3 files changed, 393 insertions(+) create mode 100644 sound

[PATCH 2/4] ASoC: dt-bindings: audio-graph-card2: add widgets and hp-det-gpios support

2024-10-23 Thread Laurentiu Mihalcea
From: Laurentiu Mihalcea Introduce the 'widgets' property, allowing the creation of widgets from 4 template widgets: Microphone, Line, Headphone, and Speaker. Also introduce the 'hp-det-gpios' property, which allows using headphone detection using the specified GPIO. Sign

[PATCH 0/4] add sof support on imx95

2024-10-23 Thread Laurentiu Mihalcea
From: Laurentiu Mihalcea Add sof support on imx95. This series also includes some changes to the audio-graph-card2 binding required for the support. Laurentiu Mihalcea (4): dt-bindings: remoteproc: fsl,imx-rproc: add new compatible ASoC: dt-bindings: audio-graph-card2: add widgets and hp

[PATCH 1/4] dt-bindings: remoteproc: fsl,imx-rproc: add new compatible

2024-10-23 Thread Laurentiu Mihalcea
From: Laurentiu Mihalcea Add new compatible for imx95's CM7 with SOF. Signed-off-by: Laurentiu Mihalcea --- .../bindings/remoteproc/fsl,imx-rproc.yaml| 58 +-- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/remotepro

Re: [PATCH v7 0/5] Configure imx8mp dsp node for rproc usage

2025-04-10 Thread Laurentiu Mihalcea
node for rproc usage > arm64: dts: imx8mp: Add DSP clocks > arm64: dts: Enable DSP node for remoteproc usage > > arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 14 + > arch/arm64/boot/dts/freescale/imx8mp.dtsi| 22 +--- > 2 files changed, 29 insertions(+), 7 deletions(-) > For the whole series: Reviewed-by: Laurentiu Mihalcea