All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/2] ARM: dts: imx6ul: Add SAI alias
@ 2016-05-04 22:33 Fabio Estevam
  2016-05-04 22:33 ` [PATCH v3 2/2] ARM: dts: imx6ul-14x14-evk: Pass "fsl, sai-mclk-direction-output" Fabio Estevam
  2016-06-06  8:26 ` [PATCH v3 1/2] ARM: dts: imx6ul: Add SAI alias Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-05-04 22:33 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

Add SAI alias entries, which makes it possibe for the SAI driver
to retrieve the port instance.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
Changes since v1:
- Newly introduced in this series.

 arch/arm/boot/dts/imx6ul.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 4356b65..6d1c317 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -36,6 +36,9 @@
 		serial5 = &uart6;
 		serial6 = &uart7;
 		serial7 = &uart8;
+		sai1 = &sai1;
+		sai2 = &sai2;
+		sai3 = &sai3;
 		spi0 = &ecspi1;
 		spi1 = &ecspi2;
 		spi2 = &ecspi3;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-06  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04 22:33 [PATCH v3 1/2] ARM: dts: imx6ul: Add SAI alias Fabio Estevam
2016-05-04 22:33 ` [PATCH v3 2/2] ARM: dts: imx6ul-14x14-evk: Pass "fsl, sai-mclk-direction-output" Fabio Estevam
2016-06-06  8:26 ` [PATCH v3 1/2] ARM: dts: imx6ul: Add SAI alias Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.