Skip to content
Snippets Groups Projects
Commit 34abfb6e authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

ramips: convert mediatek,mtd-eeprom from decimal to hex notation


A small subset of devices uses decimal notation for mediatek,mtd-eeprom
in DTS files. Convert to hexadecimal notation to be consistent with
all the rest.

Also change "0" to "0x0" in the same files for consistency.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent 3a55c793
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@
};
&wmac {
ralink,mtd-eeprom = <&radio 0>;
ralink,mtd-eeprom = <&radio 0x0>;
};
&pcie {
......@@ -159,7 +159,7 @@
&pcie0 {
mt76@0,0 {
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&radio 32768>;
mediatek,mtd-eeprom = <&radio 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
};
......@@ -176,7 +176,7 @@
};
&wmac {
ralink,mtd-eeprom = <&radio 0>;
ralink,mtd-eeprom = <&radio 0x0>;
mtd-mac-address = <&rom 0xf100>;
mtd-mac-address-increment = <(-2)>;
pinctrl-names = "default";
......@@ -190,7 +190,7 @@
&pcie0 {
mt76@0,0 {
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&radio 32768>;
mediatek,mtd-eeprom = <&radio 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
mtd-mac-address = <&rom 0xf100>;
mtd-mac-address-increment = <(-1)>;
......
......@@ -187,7 +187,7 @@
};
&wmac {
ralink,mtd-eeprom = <&radio 0>;
ralink,mtd-eeprom = <&radio 0x0>;
};
&pcie {
......@@ -197,6 +197,6 @@
&pcie0 {
mt76@0,0 {
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&radio 32768>;
mediatek,mtd-eeprom = <&radio 0x8000>;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment