summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2018-01-25 16:07:56 +0100
committerJörg Krause <joerg.krause@embedded.rocks>2018-01-28 23:24:32 +0100
commitd73cc0276444e188d3d073366ade0a5abde817e2 (patch)
tree64ac7401a490365f73e434e39d510f4bbc13301c /arch/arm/boot
parent43cb3454106e67a972f5cffe251d9fb795b64dfb (diff)
ARM: dts: imx6ull: add alias for sai nodes
This allows the usage of the alias instead of the full path as phandle when using the ASoC simple-audio-card driver.
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6ull.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
index 81439941ff10..d4ab6495cdc1 100644
--- a/arch/arm/boot/dts/imx6ull.dtsi
+++ b/arch/arm/boot/dts/imx6ull.dtsi
@@ -32,6 +32,9 @@
i2c3 = &i2c4;
mmc0 = &usdhc1;
mmc1 = &usdhc2;
+ sai1 = &sai1;
+ sai2 = &sai2;
+ sai3 = &sai3;
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;