Skip to content

Commit

Permalink
dts: xtensa: intel_adsp_ace20: correct SSP definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kv2019i authored and henrikbrixandersen committed Apr 21, 2024
1 parent aecf19c commit 45205f8
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions dts/xtensa/intel/intel_adsp_ace20_lnl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 45205f8

Please sign in to comment.