diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-12-07 00:34:55 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-12-07 00:46:26 +0000 |
commit | 9d22ab703fbaf8691b5b27073b940b6f002cd0eb (patch) | |
tree | 93aa0752973aaa763b7a1ca481f972366d8cba94 /target/linux/mediatek/dts/mt7622-reyee-ax3200-e5.dts | |
parent | f595bebc7fc67255dc05ec4c1b74b0349c1d2aa3 (diff) | |
download | upstream-9d22ab703fbaf8691b5b27073b940b6f002cd0eb.tar.gz upstream-9d22ab703fbaf8691b5b27073b940b6f002cd0eb.tar.bz2 upstream-9d22ab703fbaf8691b5b27073b940b6f002cd0eb.zip |
mediatek: remove redundant flash entry from dtsi
Splitting-off the common parts of Ruijie RG-EW3200GX PRO and
reyee AX3200-E5 went wrong because the flash descriptiom was kept
also in the dtsi. Remove it there, as flash definition is added by
both board dts files.
Fixes: 7dbac3433f ("mediatek: add support for reyee AX3200-E5")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/dts/mt7622-reyee-ax3200-e5.dts')
-rw-r--r-- | target/linux/mediatek/dts/mt7622-reyee-ax3200-e5.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7622-reyee-ax3200-e5.dts b/target/linux/mediatek/dts/mt7622-reyee-ax3200-e5.dts index c4ae63e800..3aa59b1c6d 100644 --- a/target/linux/mediatek/dts/mt7622-reyee-ax3200-e5.dts +++ b/target/linux/mediatek/dts/mt7622-reyee-ax3200-e5.dts @@ -76,3 +76,11 @@ }; }; }; + +&wmac { + status = "okay"; + + pinctrl-names = "default"; + pinctrl-0 = <&epa_elna_pins>; + mediatek,mtd-eeprom = <&factory 0x0>; +}; |