Skip to content

Commit

Permalink
ARM: dts: imx28: Add simple-card support
Browse files Browse the repository at this point in the history
Add simple-card support to SAIF0 and SAIF1.

Signed-off-by: Jörg Krause <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
joerg-krause authored and Shawn Guo committed Jan 2, 2017
1 parent 2bc7b91 commit 27767d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@
};

saif0: saif@80042000 {
#sound-dai-cells = <0>;
compatible = "fsl,imx28-saif";
reg = <0x80042000 0x2000>;
interrupts = <59>;
Expand All @@ -1087,6 +1088,7 @@
};

saif1: saif@80046000 {
#sound-dai-cells = <0>;
compatible = "fsl,imx28-saif";
reg = <0x80046000 0x2000>;
interrupts = <58>;
Expand Down

0 comments on commit 27767d6

Please sign in to comment.