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/rt2880.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/rt2880.dtsi') diff --git a/target/linux/ramips/dts/rt2880.dtsi b/target/linux/ramips/dts/rt2880.dtsi index dc3f0ba99f..603eed871b 100644 --- a/target/linux/ramips/dts/rt2880.dtsi +++ b/target/linux/ramips/dts/rt2880.dtsi @@ -160,7 +160,7 @@ ethernet@400000 { compatible = "ralink,rt2880-eth"; - reg = <0x00400000 10000>; + reg = <0x00400000 0x10000>; #address-cells = <1>; #size-cells = <0>; @@ -188,7 +188,7 @@ wmac@480000 { compatible = "ralink,rt2880-wmac"; - reg = <0x480000 40000>; + reg = <0x480000 0x40000>; interrupt-parent = <&cpuintc>; interrupts = <6>; -- cgit v1.2.3