From 600c2242138f570e57f23052db7a57d28b65b787 Mon Sep 17 00:00:00 2001 From: Stanislav Galabov Date: Mon, 9 May 2016 09:23:12 +0300 Subject: ramips: Add hex prefix (0x) to dtsi reg properties where needed. Signed-off-by: Stanislav Galabov --- target/linux/ramips/dts/mt7620n.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/dts/mt7620n.dtsi') diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi index 7e66abe4fd..6c5d66eaa8 100644 --- a/target/linux/ramips/dts/mt7620n.dtsi +++ b/target/linux/ramips/dts/mt7620n.dtsi @@ -265,7 +265,7 @@ ethernet@10100000 { compatible = "mediatek,mt7620-eth"; - reg = <0x10100000 10000>; + reg = <0x10100000 0x10000>; #address-cells = <1>; #size-cells = <0>; @@ -288,7 +288,7 @@ gsw: gsw@10110000 { compatible = "mediatek,mt7620-gsw"; - reg = <0x10110000 8000>; + reg = <0x10110000 0x8000>; resets = <&rstctrl 23>; reset-names = "esw"; @@ -326,7 +326,7 @@ wmac@10180000 { compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac"; - reg = <0x10180000 40000>; + reg = <0x10180000 0x40000>; interrupt-parent = <&cpuintc>; interrupts = <6>; -- cgit v1.2.3