ramips: convert mediatek,mtd-eeprom from decimal to hex notation
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 7 Dec 2019 23:09:25 +0000 (00:09 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 7 Dec 2019 23:20:37 +0000 (00:20 +0100)
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: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ramips/dts/mt7620a_tplink_archer-c20i.dts
target/linux/ramips/dts/mt7620a_tplink_archer-c50-v1.dts
target/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts

index 1da2f483dc2229e9b530d316528f762be928c902..e085162531bf85400b43960be201207c3c875c38 100644 (file)
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&radio 0>;
+       ralink,mtd-eeprom = <&radio 0x0>;
 };
 
 &pcie {
 &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>;
        };
 };
index c23538ca52830e99994db3350cc23beccd574183..e53e98e32ba762e3def61c1563c46ca26a381c43 100644 (file)
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&radio 0>;
+       ralink,mtd-eeprom = <&radio 0x0>;
        mtd-mac-address = <&rom 0xf100>;
        mtd-mac-address-increment = <(-2)>;
        pinctrl-names = "default";
 &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)>;
index 4beb737606fcad4ad0cb74b305d2fa44290191ef..21fc3a1858d3291b3e80a2c717ec2d0d31c17e3b 100644 (file)
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&radio 0>;
+       ralink,mtd-eeprom = <&radio 0x0>;
 };
 
 &pcie {
 &pcie0 {
        mt76@0,0 {
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&radio 32768>;
+               mediatek,mtd-eeprom = <&radio 0x8000>;
        };
 };