diff options
author | John Crispin <john@phrozen.org> | 2016-07-21 23:34:25 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-24 06:38:29 +0200 |
commit | 6674006bd005118e67b750d6f9f85d1e2b1a0208 (patch) | |
tree | 6faa6dbf5af5ec98054d8dc4567c517fd3118da7 /target | |
parent | 96873418084e6fa25b8affa5ac6a09b86d02737c (diff) | |
download | upstream-6674006bd005118e67b750d6f9f85d1e2b1a0208.tar.gz upstream-6674006bd005118e67b750d6f9f85d1e2b1a0208.tar.bz2 upstream-6674006bd005118e67b750d6f9f85d1e2b1a0208.zip |
ramips: add missing i2s alias
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 99959bfa35..5310ce8227 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -153,7 +153,7 @@ status = "disabled"; }; - i2s@a00 { + i2s: i2s@a00 { compatible = "ralink,rt3352-i2s"; reg = <0xa00 0x100>; |