diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-05-07 22:13:27 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-05-08 18:34:27 +0200 |
commit | 22a21b0c18ebce7b7040ce693621f5c77983f3e5 (patch) | |
tree | 901f6e1c0f571cbd7863a3c43dbd3ffaba3ce0dc /target/linux/ramips/dts/mt7621_tplink_re350-v1.dts | |
parent | 51a7184a7d06078343bdac5dec69cd5f97de4558 (diff) | |
download | upstream-22a21b0c18ebce7b7040ce693621f5c77983f3e5.tar.gz upstream-22a21b0c18ebce7b7040ce693621f5c77983f3e5.tar.bz2 upstream-22a21b0c18ebce7b7040ce693621f5c77983f3e5.zip |
ramips: use hex notation for *-mtd-eeprom property
Change "0" to "0x0" for consistency. This is an extension of commit 34abfb6e91d1
("ramips: convert mediatek,mtd-eeprom from decimal to hex notation").
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_tplink_re350-v1.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_tplink_re350-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_tplink_re350-v1.dts b/target/linux/ramips/dts/mt7621_tplink_re350-v1.dts index d04d87dd37..b46787b42e 100644 --- a/target/linux/ramips/dts/mt7621_tplink_re350-v1.dts +++ b/target/linux/ramips/dts/mt7621_tplink_re350-v1.dts @@ -135,7 +135,7 @@ &pcie0 { mt76@0,0 { reg = <0x0000 0 0 0 0>; - mediatek,mtd-eeprom = <&radio 0>; + mediatek,mtd-eeprom = <&radio 0x0>; mtd-mac-address = <&config 0x10008>; mtd-mac-address-increment = <1>; }; |