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/rt3662_samsung_cy-swr1100.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/rt3662_samsung_cy-swr1100.dts')
-rw-r--r-- | target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts b/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts index 9b1c41cde0..95133777dc 100644 --- a/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts +++ b/target/linux/ramips/dts/rt3662_samsung_cy-swr1100.dts @@ -144,7 +144,7 @@ &wmac { status = "okay"; ralink,2ghz = <0>; - ralink,mtd-eeprom = <&factory 0>; + ralink,mtd-eeprom = <&factory 0x0>; }; &ehci { |