diff options
author | John Crispin <blogic@openwrt.org> | 2015-11-02 10:18:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-11-02 10:18:09 +0000 |
commit | 9da2c4b3f85857c9b03542285063e6a15ec754a5 (patch) | |
tree | b0edc17ffd90e496b4a65d400df7a846eb4e2113 /target/linux/ramips/dts | |
parent | 1c958c18cb17748a76073d1389869fe9d35e176b (diff) | |
download | master-187ad058-9da2c4b3f85857c9b03542285063e6a15ec754a5.tar.gz master-187ad058-9da2c4b3f85857c9b03542285063e6a15ec754a5.tar.bz2 master-187ad058-9da2c4b3f85857c9b03542285063e6a15ec754a5.zip |
ramips: add eeprom mtd partition to the Asus RP-N53 dts
This patch adds the eeprom property to the dts for the Asus RP-N53. It is necessary to get the wifi in the soc working.
Signed-off-by: Alberto Mattea <alberto@mattea.info>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47350 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/RP-N53.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RP-N53.dts b/target/linux/ramips/dts/RP-N53.dts index 2287a8c66a..39347b973c 100644 --- a/target/linux/ramips/dts/RP-N53.dts +++ b/target/linux/ramips/dts/RP-N53.dts @@ -66,6 +66,10 @@ }; }; + wmac@10180000 { + ralink,mtd-eeprom = <&factory 0>; + }; + pinctrl { state_default: pinctrl0 { gpio { |