* [PATCH] ARM: dts: imx28: Add simple-card support
@ 2016-12-20 15:35 Jörg Krause
2017-01-02 9:19 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Jörg Krause @ 2016-12-20 15:35 UTC (permalink / raw)
To: linux-arm-kernel
Add simple-card support to SAIF0 and SAIF1.
Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
arch/arm/boot/dts/imx28.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index afcf687..5783e26 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -1087,6 +1087,7 @@
};
saif0: saif at 80042000 {
+ #sound-dai-cells = <0>;
compatible = "fsl,imx28-saif";
reg = <0x80042000 0x2000>;
interrupts = <59>;
@@ -1104,6 +1105,7 @@
};
saif1: saif at 80046000 {
+ #sound-dai-cells = <0>;
compatible = "fsl,imx28-saif";
reg = <0x80046000 0x2000>;
interrupts = <58>;
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-02 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20 15:35 [PATCH] ARM: dts: imx28: Add simple-card support Jörg Krause
2017-01-02 9:19 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).