diff options
author | Mathias Kresin <dev@kresin.me> | 2018-07-21 16:17:39 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-04 08:39:35 +0200 |
commit | b9dbf3f3c8112d6640c780bbb939ee5816b5bfb3 (patch) | |
tree | 1135ba869fdcb258f064485e20b94f922f0805ee /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 0ae9396556584db2dac73364af44758a5ccf4873 (diff) | |
download | upstream-b9dbf3f3c8112d6640c780bbb939ee5816b5bfb3.tar.gz upstream-b9dbf3f3c8112d6640c780bbb939ee5816b5bfb3.tar.bz2 upstream-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/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 0afd9e3234..5998a1187b 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -4,8 +4,12 @@ compatible = "ralink,mtk7628an-soc"; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { compatible = "mips,mips24KEc"; + reg = <0>; }; }; |