From 22a21b0c18ebce7b7040ce693621f5c77983f3e5 Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Thu, 7 May 2020 22:13:27 +0900 Subject: 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 --- target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts') diff --git a/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts b/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts index d8146218c9..28180c5d1b 100644 --- a/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts +++ b/target/linux/ramips/dts/mt7620a_tplink_archer-c2-v1.dts @@ -165,7 +165,7 @@ }; &wmac { - ralink,mtd-eeprom = <&radio 0>; + ralink,mtd-eeprom = <&radio 0x0>; mtd-mac-address = <&rom 0xf100>; }; -- cgit v1.2.3