diff options
author | Stanislav Galabov <stanislav_galabov@smartcom.bg> | 2016-05-09 09:23:12 +0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-10 10:43:17 +0200 |
commit | 600c2242138f570e57f23052db7a57d28b65b787 (patch) | |
tree | b415bddbd99c051756390ff9736cfc8813a64b9f /target/linux/ramips/dts/rt2880.dtsi | |
parent | b8f73d7f0a1ddc0c0070eef05a017037b1d4b8da (diff) | |
download | upstream-600c2242138f570e57f23052db7a57d28b65b787.tar.gz upstream-600c2242138f570e57f23052db7a57d28b65b787.tar.bz2 upstream-600c2242138f570e57f23052db7a57d28b65b787.zip |
ramips: Add hex prefix (0x) to dtsi reg properties where needed.
Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/rt2880.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt2880.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
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>; |