ramips: Add hex prefix (0x) to dtsi reg properties where needed.
authorStanislav Galabov <stanislav_galabov@smartcom.bg>
Mon, 9 May 2016 06:23:12 +0000 (09:23 +0300)
committerJo-Philipp Wich <jo@mein.io>
Tue, 10 May 2016 08:43:17 +0000 (10:43 +0200)
Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
target/linux/ramips/dts/mt7620a.dtsi
target/linux/ramips/dts/mt7620n.dtsi
target/linux/ramips/dts/mt7621.dtsi
target/linux/ramips/dts/mt7628an.dtsi
target/linux/ramips/dts/rt2880.dtsi
target/linux/ramips/dts/rt3050.dtsi
target/linux/ramips/dts/rt3352.dtsi
target/linux/ramips/dts/rt3883.dtsi
target/linux/ramips/dts/rt5350.dtsi

index 3c89880746ecb1f4fb3c934e44cd8e3bc59d2d1b..0310bd4d2e113246c988e6f7e811ff0670bbac30 100644 (file)
 
        ethernet@10100000 {
                compatible = "mediatek,mt7620-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                #address-cells = <1>;
                #size-cells = <0>;
 
        gsw: gsw@10110000 {
                compatible = "mediatek,mt7620-gsw";
-               reg = <0x10110000 8000>;
+               reg = <0x10110000 0x8000>;
 
                resets = <&rstctrl 23>;
                reset-names = "esw";
 
        sdhci@10130000 {
                compatible = "ralink,mt7620-sdhci";
-               reg = <0x10130000 4000>;
+               reg = <0x10130000 0x4000>;
 
                interrupt-parent = <&intc>;
                interrupts = <14>;
 
        wmac@10180000 {
                compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
index 7e66abe4fde163ce2b72cdab37ea8529c833ad41..6c5d66eaa812680c012fde7f40049308f49403a4 100644 (file)
 
        ethernet@10100000 {
                compatible = "mediatek,mt7620-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                #address-cells = <1>;
                #size-cells = <0>;
 
        gsw: gsw@10110000 {
                compatible = "mediatek,mt7620-gsw";
-               reg = <0x10110000 8000>;
+               reg = <0x10110000 0x8000>;
 
                resets = <&rstctrl 23>;
                reset-names = "esw";
 
        wmac@10180000 {
                compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
index c055285bc63feab5213ea8361f83e6328410f579..71d833d69efec1eb2f68ec63fe991a9ad44495cb 100644 (file)
 
        sdhci@1E130000 {
                compatible = "ralink,mt7620-sdhci";
-               reg = <0x1E130000 4000>;
+               reg = <0x1E130000 0x4000>;
 
                interrupt-parent = <&gic>;
                interrupts = <GIC_SHARED 20 IRQ_TYPE_LEVEL_HIGH>;
 
        ethernet@1e100000 {
                compatible = "mediatek,mt7621-eth";
-               reg = <0x1e100000 10000>;
+               reg = <0x1e100000 0x10000>;
 
                #address-cells = <1>;
                #size-cells = <0>;
 
        gsw: gsw@1e110000 {
                compatible = "mediatek,mt7621-gsw";
-               reg = <0x1e110000 8000>;
+               reg = <0x1e110000 0x8000>;
                interrupt-parent = <&gic>;
                interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>;
        };
index c1f03fc76c229054415681f8aad619e36f9dc211..98496e325d984a4154d1837ea7d5b04b4d54703c 100644 (file)
 
        usbphy: usbphy@10120000 {
                compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy";
-               reg = <0x10120000 4000>;
+               reg = <0x10120000 0x4000>;
                #phy-cells = <1>;
 
                resets = <&rstctrl 22 &rstctrl 25>;
 
        sdhci@10130000 {
                compatible = "ralink,mt7620-sdhci";
-               reg = <0x10130000 4000>;
+               reg = <0x10130000 0x4000>;
 
                interrupt-parent = <&intc>;
                interrupts = <14>;
 
        ethernet@10100000 {
                compatible = "ralink,rt5350-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <5>;
 
        esw: esw@10110000 {
                compatible = "ralink,rt3050-esw";
-               reg = <0x10110000 8000>;
+               reg = <0x10110000 0x8000>;
 
                resets = <&rstctrl 23>;
                reset-names = "esw";
 
        wmac: wmac@10300000 {
                compatible = "mediatek,mt7628-wmac";
-               reg = <0x10300000 100000>;
+               reg = <0x10300000 0x100000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
index dc3f0ba99f39651b47fab54b5596a32cfb03907e..603eed871b5fb28ce62193b24e704aaee7a89fb8 100644 (file)
 
        ethernet@400000 {
                compatible = "ralink,rt2880-eth";
-               reg = <0x00400000 10000>;
+               reg = <0x00400000 0x10000>;
 
                #address-cells = <1>;
                #size-cells = <0>;
 
        wmac@480000 {
                compatible = "ralink,rt2880-wmac";
-               reg = <0x480000 40000>;
+               reg = <0x480000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
index 0a4cf1e4858f9ae28e8743d727abb729b6739912..3aecba634509f4a508ffb282eaffa717306fda5d 100644 (file)
 
        ethernet@10100000 {
                compatible = "ralink,rt3050-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                resets = <&rstctrl 21>;
                reset-names = "fe";
 
        esw: esw@10110000 {
                compatible = "ralink,rt3050-esw";
-               reg = <0x10110000 8000>;
+               reg = <0x10110000 0x8000>;
 
                resets = <&rstctrl 23>;
                reset-names = "esw";
 
        wmac@10180000 {
                compatible = "ralink,rt3050-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
 
        otg@101c0000 {
                compatible = "ralink,rt3050-otg", "snps,dwc2";
-               reg = <0x101c0000 40000>;
+               reg = <0x101c0000 0x40000>;
 
                interrupt-parent = <&intc>;
                interrupts = <18>;
index f9721d89e04cba8a02772fa18a5aecd94a459132..a22af421128b97b7dfa00bb91a8085aefde916f6 100644 (file)
 
        ethernet@10100000 {
                compatible = "ralink,rt3352-eth", "ralink,rt3050-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                resets = <&rstctrl 21>;
                reset-names = "fe";
 
        esw: esw@10110000 {
                compatible = "ralink,rt3352-esw", "ralink,rt3050-esw";
-               reg = <0x10110000 8000>;
+               reg = <0x10110000 0x8000>;
 
                resets = <&rstctrl 23>;
                reset-names = "esw";
 
        wmac@10180000 {
                compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
index fa070a1ec97e206655cfd6e4d16cad28b4dfc819..9f0c96f15f7f0801c880cd3cf18ae238732c8451 100644 (file)
 
        ethernet@10100000 {
                compatible = "ralink,rt3883-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                resets = <&rstctrl 21>;
                reset-names = "fe";
 
        wmac@10180000 {
                compatible = "ralink,rt3883-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;
index 226d4a401f98f316af0a460c6b6f5ef6e392f373..93c95c860516f895fcf58b0c3d3f6ff15931cdc9 100644 (file)
 
        ethernet@10100000 {
                compatible = "ralink,rt5350-eth";
-               reg = <0x10100000 10000>;
+               reg = <0x10100000 0x10000>;
 
                resets = <&rstctrl 21 &rstctrl 23>;
                reset-names = "fe", "esw";
 
        esw: esw@10110000 {
                compatible = "ralink,rt3050-esw";
-               reg = <0x10110000 8000>;
+               reg = <0x10110000 0x8000>;
 
                resets = <&rstctrl 23>;
                reset-names = "esw";
 
        wmac@10180000 {
                compatible = "ralink,rt5350-wmac", "ralink,rt2880-wmac";
-               reg = <0x10180000 40000>;
+               reg = <0x10180000 0x40000>;
 
                interrupt-parent = <&cpuintc>;
                interrupts = <6>;