aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2019-01-27 13:21:06 +0100
committerMathias Kresin <dev@kresin.me>2019-07-07 11:17:27 +0200
commitfcac34d01d823489cbb846ca9afc9218b0de75f2 (patch)
tree24ee3a1a8ddfee4e9cde01fdbe2961bf14e72bfa /target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
parent4053dd3f829d2fc1150c79cfe6dd02b39e261251 (diff)
downloadupstream-fcac34d01d823489cbb846ca9afc9218b0de75f2.tar.gz
upstream-fcac34d01d823489cbb846ca9afc9218b0de75f2.tar.bz2
upstream-fcac34d01d823489cbb846ca9afc9218b0de75f2.zip
lantiq: dts: drop superfluous unit address
The cpu temperature driver has the register offset hardcode and doesn't need a reg. The mdio bus node is only used as a well known name and doesn't need a reg or unit address. syscon-reboot doesn't have a unit address or a reg either. The unit name collides with reset-controller@10 anyway. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi')
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi19
1 files changed, 9 insertions, 10 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
index 6764082e9b..7867bcc88b 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
@@ -23,10 +23,18 @@
};
};
- cputemp@0 {
+ cputemp {
compatible = "lantiq,cputemp";
};
+ reboot {
+ compatible = "syscon-reboot";
+
+ regmap = <&rcu0>;
+ offset = <0x10>;
+ mask = <0xe0000000>;
+ };
+
biu@1f800000 {
#address-cells = <1>;
#size-cells = <1>;
@@ -147,15 +155,6 @@
reset-names = "phy", "ctrl";
#phy-cells = <0>;
};
-
- reboot@10 {
- compatible = "syscon-reboot";
- reg = <0x10 4>;
-
- regmap = <&rcu0>;
- offset = <0x10>;
- mask = <0xe0000000>;
- };
};
};