Skip to content

Commit 773ba5b

Browse files
author
Codrin Ciubotariu
committed
ARM: dts: at91: sama7g5: add sound-name-prefix for all audio BEs
sound-name-prefix can be used to differentiate in the audio routing to differentiate between two interfaces that use the same driver. This allows the usage of all the audio IPs with ASRC in the machine driver. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent 5d07f0a commit 773ba5b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/sama7g5.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@
657657
dma-names = "rx";
658658
clocks = <&pmc PMC_TYPE_PERIPHERAL 68>, <&pmc PMC_TYPE_GCK 68>;
659659
clock-names = "pclk", "gclk";
660+
sound-name-prefix = "PDMC0";
660661
status = "disabled";
661662
};
662663

@@ -669,6 +670,7 @@
669670
dma-names = "rx";
670671
clocks = <&pmc PMC_TYPE_PERIPHERAL 69>, <&pmc PMC_TYPE_GCK 69>;
671672
clock-names = "pclk", "gclk";
673+
sound-name-prefix = "PDMC1";
672674
status = "disabled";
673675
};
674676

@@ -707,6 +709,7 @@
707709
clocks = <&pmc PMC_TYPE_PERIPHERAL 84>, <&pmc PMC_TYPE_GCK 84>;
708710
clock-names = "pclk", "gclk";
709711
status = "disabled";
712+
sound-name-prefix = "SPDIFRX0";
710713
};
711714

712715
spdiftx: spdiftx@e1618000 {
@@ -718,6 +721,7 @@
718721
dma-names = "tx";
719722
clocks = <&pmc PMC_TYPE_PERIPHERAL 85>, <&pmc PMC_TYPE_GCK 85>;
720723
clock-names = "pclk", "gclk";
724+
sound-name-prefix = "SPDIFTX0";
721725
};
722726

723727
i2s0: i2s@e161c000 {
@@ -729,6 +733,7 @@
729733
dma-names = "tx", "rx";
730734
clocks = <&pmc PMC_TYPE_PERIPHERAL 57>, <&pmc PMC_TYPE_GCK 57>;
731735
clock-names = "pclk", "gclk";
736+
sound-name-prefix = "I2SMCC0";
732737
status = "disabled";
733738
};
734739

@@ -741,6 +746,7 @@
741746
dma-names = "tx", "rx";
742747
clocks = <&pmc PMC_TYPE_PERIPHERAL 58>, <&pmc PMC_TYPE_GCK 58>;
743748
clock-names = "pclk", "gclk";
749+
sound-name-prefix = "I2SMCC1";
744750
status = "disabled";
745751
};
746752

@@ -788,6 +794,7 @@
788794
dma-names = "rx", "tx";
789795
clocks = <&pmc PMC_TYPE_PERIPHERAL 86>;
790796
clock-names = "pclk";
797+
sound-name-prefix = "SSC0";
791798
status = "disabled";
792799
};
793800

@@ -896,6 +903,7 @@
896903
dma-names = "rx", "tx";
897904
clocks = <&pmc PMC_TYPE_PERIPHERAL 87>;
898905
clock-names = "pclk";
906+
sound-name-prefix = "SSC1";
899907
status = "disabled";
900908
};
901909

0 commit comments

Comments
 (0)