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