aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7241.dtsi
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-08-06 07:11:13 +0200
committerMathias Kresin <dev@kresin.me>2018-08-08 08:11:11 +0200
commit55ff2951eac8fd86c91b9673395325e393e357ac (patch)
tree6ff065b1d952d52999c97a4fc38f33b30a2cedaf /target/linux/ath79/dts/ar7241.dtsi
parentbf078fcab6f4683d2e8599dce107afee5e3742c3 (diff)
downloadupstream-55ff2951eac8fd86c91b9673395325e393e357ac.tar.gz
upstream-55ff2951eac8fd86c91b9673395325e393e357ac.tar.bz2
upstream-55ff2951eac8fd86c91b9673395325e393e357ac.zip
ath79: fix dts warnings
Fix all issues found by the devicetree compiler like wrong address/size cells as well as wrong/missing/superfluous unit addresses. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/dts/ar7241.dtsi')
-rw-r--r--target/linux/ath79/dts/ar7241.dtsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar7241.dtsi b/target/linux/ath79/dts/ar7241.dtsi
index c490476bbd..2e7c26b8e7 100644
--- a/target/linux/ath79/dts/ar7241.dtsi
+++ b/target/linux/ath79/dts/ar7241.dtsi
@@ -59,14 +59,15 @@
builtin_switch: switch0@1f {
compatible = "qca,ar8216-builtin";
- #address-cells = <1>;
- #size-cells = <0>;
reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
mdio-bus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
swphy4: ethernet-phy@4 {
reg = <4>;
phy-mode = "mii";