diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2016-12-20 16:35:16 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-02 17:18:42 +0800 |
commit | 27767d68a9ffa848f6f8ba0411122c54262d9e9e (patch) | |
tree | 4f3fe0c5c3201b7559f306801313c1fbae5453c4 /arch/arm/boot/dts/imx28.dtsi | |
parent | 2bc7b91a69854a297e7774a308bd3f86bd6d8e22 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 70927d560d66..905bdb5127a9 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -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>; |