lantiq: dts: add reg if unit address is set
[openwrt/staging/stintel.git] / target / linux / lantiq / files / arch / mips / boot / dts / falcon.dtsi
index 98f71819a276ecc3157cc4cf0b4df680614e4b6a..ecb68e896eabbc8dbb6431d1a5df1ad94f878f65 100644 (file)
@@ -4,8 +4,12 @@
        compatible = "lantiq,falcon";
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "mips,mips34kc";
+                       reg = <0>;
                };
        };