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/mt7621.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/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index c055285bc6..71d833d69e 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -243,7 +243,7 @@ sdhci@1E130000 { compatible = "ralink,mt7620-sdhci"; - reg = <0x1E130000 4000>; + reg = <0x1E130000 0x4000>; interrupt-parent = <&gic>; interrupts = <GIC_SHARED 20 IRQ_TYPE_LEVEL_HIGH>; @@ -292,7 +292,7 @@ ethernet@1e100000 { compatible = "mediatek,mt7621-eth"; - reg = <0x1e100000 10000>; + reg = <0x1e100000 0x10000>; #address-cells = <1>; #size-cells = <0>; @@ -318,7 +318,7 @@ gsw: gsw@1e110000 { compatible = "mediatek,mt7621-gsw"; - reg = <0x1e110000 8000>; + reg = <0x1e110000 0x8000>; interrupt-parent = <&gic>; interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>; }; |