diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-17 09:44:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-17 09:44:14 +0000 |
commit | 469956f44107af315e9932abdf26b76c2a2f9642 (patch) | |
tree | b0d1edc01fdc5e7f291c4b424fcc2ab2699c71b3 /target/linux/ramips | |
parent | 4bae2b846e813dc946c88192ebb89d60786f3039 (diff) | |
download | master-187ad058-469956f44107af315e9932abdf26b76c2a2f9642.tar.gz master-187ad058-469956f44107af315e9932abdf26b76c2a2f9642.tar.bz2 master-187ad058-469956f44107af315e9932abdf26b76c2a2f9642.zip |
ralink: fix mt7621 i2c name
Signed-off-by: zouxf <fl.service@t-firefly.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 50cd144589..53b215f40f 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -123,8 +123,8 @@ }; i2c_pins: i2c { i2c { - lantiq,group = "i2c"; - lantiq,function = "i2c"; + ralink,group = "i2c"; + ralink,function = "i2c"; }; }; uart1_pins: uart1 { |