* [PATCH 0/2] ASoC: stm32: update sound card on stm32mp15xx-dkx
@ 2022-12-05 12:16 Olivier Moysan
2022-12-05 12:16 ` [PATCH 1/2] ARM: dts: stm32: remove sai kernel clock " Olivier Moysan
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Olivier Moysan @ 2022-12-05 12:16 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue
Cc: Olivier Moysan, Alexandre Torgue, devicetree, linux-stm32,
linux-arm-kernel, linux-kernel
This patchset introduces the following changes on STMP32MP15 DK boards
sound card:
- Rename the sound card to ease SOC diversity management
- Cleanup of useless clock property in SAI2A node
Olivier Moysan (2):
ARM: dts: stm32: remove sai kernel clock on stm32mp15xx-dkx
ARM: dts: rename sound card on stm32mp15xx-dkx
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/2] ARM: dts: stm32: remove sai kernel clock on stm32mp15xx-dkx
2022-12-05 12:16 [PATCH 0/2] ASoC: stm32: update sound card on stm32mp15xx-dkx Olivier Moysan
@ 2022-12-05 12:16 ` Olivier Moysan
2022-12-05 12:16 ` [PATCH 2/2] ARM: dts: rename sound card " Olivier Moysan
2023-01-09 16:02 ` [PATCH 0/2] ASoC: stm32: update " Alexandre TORGUE
2 siblings, 0 replies; 4+ messages in thread
From: Olivier Moysan @ 2022-12-05 12:16 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue
Cc: Olivier Moysan, Alexandre Torgue, devicetree, linux-stm32,
linux-arm-kernel, linux-kernel
Remove clocks property in the SAI2A subblock node as this property
is already defined in the SoC DT.
Keep only this property when the master clock is added in the node.
Fixes: 144d1ba70548 ("ARM: dts: stm32: Adapt STM32MP157 DK boards to stm32 DT diversity")
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
---
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
index 7798a2e17c5c..8b9a39cd2698 100644
--- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
+++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
@@ -501,8 +501,6 @@ &sai2 {
sai2a: audio-controller@4400b004 {
#clock-cells = <0>;
dma-names = "tx";
- clocks = <&rcc SAI2_K>;
- clock-names = "sai_ck";
status = "okay";
sai2a_port: port {
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 2/2] ARM: dts: rename sound card on stm32mp15xx-dkx
2022-12-05 12:16 [PATCH 0/2] ASoC: stm32: update sound card on stm32mp15xx-dkx Olivier Moysan
2022-12-05 12:16 ` [PATCH 1/2] ARM: dts: stm32: remove sai kernel clock " Olivier Moysan
@ 2022-12-05 12:16 ` Olivier Moysan
2023-01-09 16:02 ` [PATCH 0/2] ASoC: stm32: update " Alexandre TORGUE
2 siblings, 0 replies; 4+ messages in thread
From: Olivier Moysan @ 2022-12-05 12:16 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue
Cc: Olivier Moysan, devicetree, linux-stm32, linux-arm-kernel,
linux-kernel
From: Olivier Moysan <olivier.moysan@st.com>
Rename the sound card for STM32MP15x DK boards to manage SoC
diversity management. This typically allows to discriminate the
sound cards for STM32MP15 and STM32MP13 SoCs.
Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
---
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
index 8b9a39cd2698..11370ae0d868 100644
--- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
+++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
@@ -72,7 +72,7 @@ led-blue {
sound {
compatible = "audio-graph-card";
- label = "STM32MP1-DK";
+ label = "STM32MP15-DK";
routing =
"Playback" , "MCLK",
"Capture" , "MCLK",
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 0/2] ASoC: stm32: update sound card on stm32mp15xx-dkx
2022-12-05 12:16 [PATCH 0/2] ASoC: stm32: update sound card on stm32mp15xx-dkx Olivier Moysan
2022-12-05 12:16 ` [PATCH 1/2] ARM: dts: stm32: remove sai kernel clock " Olivier Moysan
2022-12-05 12:16 ` [PATCH 2/2] ARM: dts: rename sound card " Olivier Moysan
@ 2023-01-09 16:02 ` Alexandre TORGUE
2 siblings, 0 replies; 4+ messages in thread
From: Alexandre TORGUE @ 2023-01-09 16:02 UTC (permalink / raw)
To: Olivier Moysan, Rob Herring, Krzysztof Kozlowski, Maxime Coquelin
Cc: Alexandre Torgue, devicetree, linux-stm32, linux-arm-kernel,
linux-kernel
Hi Olivier
On 12/5/22 13:16, Olivier Moysan wrote:
> This patchset introduces the following changes on STMP32MP15 DK boards
> sound card:
> - Rename the sound card to ease SOC diversity management
> - Cleanup of useless clock property in SAI2A node
>
> Olivier Moysan (2):
> ARM: dts: stm32: remove sai kernel clock on stm32mp15xx-dkx
> ARM: dts: rename sound card on stm32mp15xx-dkx
>
> arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
Applied on stm32-fixes.
Regards
Alex
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-09 16:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-05 12:16 [PATCH 0/2] ASoC: stm32: update sound card on stm32mp15xx-dkx Olivier Moysan
2022-12-05 12:16 ` [PATCH 1/2] ARM: dts: stm32: remove sai kernel clock " Olivier Moysan
2022-12-05 12:16 ` [PATCH 2/2] ARM: dts: rename sound card " Olivier Moysan
2023-01-09 16:02 ` [PATCH 0/2] ASoC: stm32: update " Alexandre TORGUE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).