summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3352.dtsi
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-07-21 16:17:39 +0200
committerMathias Kresin <dev@kresin.me>2018-08-04 08:39:35 +0200
commitb9dbf3f3c8112d6640c780bbb939ee5816b5bfb3 (patch)
tree1135ba869fdcb258f064485e20b94f922f0805ee /target/linux/ramips/dts/rt3352.dtsi
parent0ae9396556584db2dac73364af44758a5ccf4873 (diff)
downloadopenwrt-b9dbf3f3c8112d6640c780bbb939ee5816b5bfb3.tar.gz
openwrt-b9dbf3f3c8112d6640c780bbb939ee5816b5bfb3.tar.bz2
openwrt-b9dbf3f3c8112d6640c780bbb939ee5816b5bfb3.zip
ramips: fix cpu related dtc warnings
We need a reg property if we are using a unit address. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/rt3352.dtsi')
-rw-r--r--target/linux/ramips/dts/rt3352.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi
index e6e49eeafd..dc9bae4665 100644
--- a/target/linux/ramips/dts/rt3352.dtsi
+++ b/target/linux/ramips/dts/rt3352.dtsi
@@ -4,8 +4,12 @@
compatible = "ralink,rt3352-soc";
cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
cpu@0 {
compatible = "mips,mips24KEc";
+ reg = <0>;
};
};