Commit 27767d68 authored by Jörg Krause's avatar Jörg Krause Committed by Shawn Guo

ARM: dts: imx28: Add simple-card support

Add simple-card support to SAIF0 and SAIF1.
Signed-off-by: default avatarJörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2bc7b91a
...@@ -1071,6 +1071,7 @@ clks: clkctrl@80040000 { ...@@ -1071,6 +1071,7 @@ clks: clkctrl@80040000 {
}; };
saif0: saif@80042000 { saif0: saif@80042000 {
#sound-dai-cells = <0>;
compatible = "fsl,imx28-saif"; compatible = "fsl,imx28-saif";
reg = <0x80042000 0x2000>; reg = <0x80042000 0x2000>;
interrupts = <59>; interrupts = <59>;
...@@ -1087,6 +1088,7 @@ power: power@80044000 { ...@@ -1087,6 +1088,7 @@ power: power@80044000 {
}; };
saif1: saif@80046000 { saif1: saif@80046000 {
#sound-dai-cells = <0>;
compatible = "fsl,imx28-saif"; compatible = "fsl,imx28-saif";
reg = <0x80046000 0x2000>; reg = <0x80046000 0x2000>;
interrupts = <58>; interrupts = <58>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment