aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an.dtsi
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-05-10 22:37:15 +0000
committerLuka Perkov <luka@openwrt.org>2016-06-19 19:34:31 +0200
commitf108f4ef24b6ca801bac492e8670fa96f9787d1b (patch)
tree753ac39d2923856a3613f50ac0262a7de214842b /target/linux/ramips/dts/mt7628an.dtsi
parent6950b976664a688d278c07d68e3102d0e0fbfd34 (diff)
downloadmaster-187ad058-f108f4ef24b6ca801bac492e8670fa96f9787d1b.tar.gz
master-187ad058-f108f4ef24b6ca801bac492e8670fa96f9787d1b.tar.bz2
master-187ad058-f108f4ef24b6ca801bac492e8670fa96f9787d1b.zip
ramips: Add hex prefix (0x) to dtsi reg properties where needed.
Signed-off-by: Stanislav Galabov <sgalabov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7628an.dtsi10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index c1f03fc76c..98496e325d 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -346,7 +346,7 @@
usbphy: usbphy@10120000 {
compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy";
- reg = <0x10120000 4000>;
+ reg = <0x10120000 0x4000>;
#phy-cells = <1>;
resets = <&rstctrl 22 &rstctrl 25>;
@@ -355,7 +355,7 @@
sdhci@10130000 {
compatible = "ralink,mt7620-sdhci";
- reg = <0x10130000 4000>;
+ reg = <0x10130000 0x4000>;
interrupt-parent = <&intc>;
interrupts = <14>;
@@ -390,7 +390,7 @@
ethernet@10100000 {
compatible = "ralink,rt5350-eth";
- reg = <0x10100000 10000>;
+ reg = <0x10100000 0x10000>;
interrupt-parent = <&cpuintc>;
interrupts = <5>;
@@ -403,7 +403,7 @@
esw: esw@10110000 {
compatible = "ralink,rt3050-esw";
- reg = <0x10110000 8000>;
+ reg = <0x10110000 0x8000>;
resets = <&rstctrl 23>;
reset-names = "esw";
@@ -448,7 +448,7 @@
wmac: wmac@10300000 {
compatible = "mediatek,mt7628-wmac";
- reg = <0x10300000 100000>;
+ reg = <0x10300000 0x100000>;
interrupt-parent = <&cpuintc>;
interrupts = <6>;