diff options
author | John Crispin <john@openwrt.org> | 2015-11-02 10:18:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-02 10:18:09 +0000 |
commit | 0f4b153e3d3c7e49d85a541dbfbd45109e396ad9 (patch) | |
tree | aafeec99f278f8465f052bb64bae45cfda796add /target/linux/ramips/dts/RP-N53.dts | |
parent | 907c67fa87143dacd91cc4370f6b85a8fb3d0d12 (diff) | |
download | upstream-0f4b153e3d3c7e49d85a541dbfbd45109e396ad9.tar.gz upstream-0f4b153e3d3c7e49d85a541dbfbd45109e396ad9.tar.bz2 upstream-0f4b153e3d3c7e49d85a541dbfbd45109e396ad9.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>
SVN-Revision: 47350
Diffstat (limited to 'target/linux/ramips/dts/RP-N53.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 { |