summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a.dtsi
diff options
context:
space:
mode:
authorStanislav Galabov <stanislav_galabov@smartcom.bg>2016-05-09 09:23:12 +0300
committerJo-Philipp Wich <jo@mein.io>2016-05-10 10:43:17 +0200
commit600c2242138f570e57f23052db7a57d28b65b787 (patch)
treeb415bddbd99c051756390ff9736cfc8813a64b9f /target/linux/ramips/dts/mt7620a.dtsi
parentb8f73d7f0a1ddc0c0070eef05a017037b1d4b8da (diff)
downloadmaster-31e0f0ae-600c2242138f570e57f23052db7a57d28b65b787.tar.gz
master-31e0f0ae-600c2242138f570e57f23052db7a57d28b65b787.tar.bz2
master-31e0f0ae-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/mt7620a.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7620a.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi
index 3c89880746..0310bd4d2e 100644
--- a/target/linux/ramips/dts/mt7620a.dtsi
+++ b/target/linux/ramips/dts/mt7620a.dtsi
@@ -406,7 +406,7 @@
ethernet@10100000 {
compatible = "mediatek,mt7620-eth";
- reg = <0x10100000 10000>;
+ reg = <0x10100000 0x10000>;
#address-cells = <1>;
#size-cells = <0>;
@@ -443,7 +443,7 @@
gsw: gsw@10110000 {
compatible = "mediatek,mt7620-gsw";
- reg = <0x10110000 8000>;
+ reg = <0x10110000 0x8000>;
resets = <&rstctrl 23>;
reset-names = "esw";
@@ -454,7 +454,7 @@
sdhci@10130000 {
compatible = "ralink,mt7620-sdhci";
- reg = <0x10130000 4000>;
+ reg = <0x10130000 0x4000>;
interrupt-parent = <&intc>;
interrupts = <14>;
@@ -527,7 +527,7 @@
wmac@10180000 {
compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
- reg = <0x10180000 40000>;
+ reg = <0x10180000 0x40000>;
interrupt-parent = <&cpuintc>;
interrupts = <6>;