dts: xtensa: intel_adsp_ace20: correct SSP definition
The ace20 description has incorrect number of SSP instances described. Correct number should be 3. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
aecf19c3c1
commit
45205f865e
1 changed files with 0 additions and 48 deletions
|
@ -225,54 +225,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
ssp3: ssp@2b100 {
|
||||
compatible = "intel,ssp-dai";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x0002b100 0x1000
|
||||
0x00079C00 0x200>;
|
||||
i2svss = <0x0002BC00 0x1000>;
|
||||
interrupts = <0x03 0 0>;
|
||||
interrupt-parent = <&ace_intc>;
|
||||
dmas = <&hda_link_out 4
|
||||
&hda_link_in 4>;
|
||||
dma-names = "tx", "rx";
|
||||
power-domain = <&io0_domain>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ssp4: ssp@2c100 {
|
||||
compatible = "intel,ssp-dai";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x0002c100 0x1000
|
||||
0x00079C00 0x200>;
|
||||
i2svss = <0x0002CC00 0x1000>;
|
||||
interrupts = <0x04 0 0>;
|
||||
interrupt-parent = <&ace_intc>;
|
||||
dmas = <&hda_link_out 5
|
||||
&hda_link_in 5>;
|
||||
dma-names = "tx", "rx";
|
||||
power-domain = <&io0_domain>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ssp5: ssp@2d100 {
|
||||
compatible = "intel,ssp-dai";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x0002d100 0x1000
|
||||
0x00079C00 0x200>;
|
||||
i2svss = <0x0002DC00 0x1000>;
|
||||
interrupts = <0x04 0 0>;
|
||||
interrupt-parent = <&ace_intc>;
|
||||
dmas = <&hda_link_out 6
|
||||
&hda_link_in 6>;
|
||||
dma-names = "tx", "rx";
|
||||
power-domain = <&io0_domain>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mem_window0: mem_window@70200 {
|
||||
compatible = "intel,adsp-mem-window";
|
||||
reg = <0x70200 0x8>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue