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