Commit b32a2297 authored by Patrice Chotard's avatar Patrice Chotard

ARM: dts: STiH407-family: disable fdma1 and fdma2

Only fdma0 instance is used for audio, so disable the
2 others instances.
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 241a6878
...@@ -889,6 +889,8 @@ fdma1: dma-controller@8e40000 { ...@@ -889,6 +889,8 @@ fdma1: dma-controller@8e40000 {
interrupts = <GIC_SPI 7 IRQ_TYPE_NONE>; interrupts = <GIC_SPI 7 IRQ_TYPE_NONE>;
dma-channels = <16>; dma-channels = <16>;
#dma-cells = <3>; #dma-cells = <3>;
status = "disabled";
}; };
/* fdma free running */ /* fdma free running */
...@@ -906,6 +908,8 @@ fdma2: dma-controller@8e60000 { ...@@ -906,6 +908,8 @@ fdma2: dma-controller@8e60000 {
<&clk_s_c0_flexgen CLK_EXT2F_A9>, <&clk_s_c0_flexgen CLK_EXT2F_A9>,
<&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>, <&clk_s_c0_flexgen CLK_TX_ICN_DISP_0>,
<&clk_s_c0_flexgen CLK_EXT2F_A9>; <&clk_s_c0_flexgen CLK_EXT2F_A9>;
status = "disabled";
}; };
sti_sasg_codec: sti-sasg-codec { sti_sasg_codec: sti-sasg-codec {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment