mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: imx28: Add simple-card support
Add simple-card support to SAIF0 and SAIF1. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
2bc7b91a69
commit
27767d68a9
1 changed files with 2 additions and 0 deletions
|
@ -1071,6 +1071,7 @@
|
|||
};
|
||||
|
||||
saif0: saif@80042000 {
|
||||
#sound-dai-cells = <0>;
|
||||
compatible = "fsl,imx28-saif";
|
||||
reg = <0x80042000 0x2000>;
|
||||
interrupts = <59>;
|
||||
|
@ -1087,6 +1088,7 @@
|
|||
};
|
||||
|
||||
saif1: saif@80046000 {
|
||||
#sound-dai-cells = <0>;
|
||||
compatible = "fsl,imx28-saif";
|
||||
reg = <0x80046000 0x2000>;
|
||||
interrupts = <58>;
|
||||
|
|
Loading…
Add table
Reference in a new issue