Skip to content

Commit

Permalink
Merge pull request #23 from joerg-krause/imx6ull-dtsi-sai
Browse files Browse the repository at this point in the history
ARM: dts: imx6ull: add alias and sound-dai-cells for sai
  • Loading branch information
otavio authored Jan 29, 2018
2 parents 2e4575e + d73cc02 commit 4ce4aa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/imx6ull.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
i2c3 = &i2c4;
mmc0 = &usdhc1;
mmc1 = &usdhc2;
sai1 = &sai1;
sai2 = &sai2;
sai3 = &sai3;
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;
Expand Down Expand Up @@ -352,6 +355,7 @@
};

sai1: sai@02028000 {
#sound-dai-cells = <0>;
compatible = "fsl,imx6ul-sai",
"fsl,imx6sx-sai";
reg = <0x02028000 0x4000>;
Expand All @@ -367,6 +371,7 @@
};

sai2: sai@0202c000 {
#sound-dai-cells = <0>;
compatible = "fsl,imx6ul-sai",
"fsl,imx6sx-sai";
reg = <0x0202c000 0x4000>;
Expand All @@ -382,6 +387,7 @@
};

sai3: sai@02030000 {
#sound-dai-cells = <0>;
compatible = "fsl,imx6ul-sai",
"fsl,imx6sx-sai";
reg = <0x02030000 0x4000>;
Expand Down

0 comments on commit 4ce4aa9

Please sign in to comment.