ramips: Add hex prefix (0x) to dtsi reg properties where needed.
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / rt3352.dtsi
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>;