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
|
@ -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…
Reference in New Issue