From bb2b428a5cfc838b83041b5a72143dc7e218ee4b Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Tue, 26 Nov 2013 09:51:57 +0000
Subject: [PATCH] ralink: dts fixes

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38917
---
 target/linux/ramips/dts/ASL26555-16M.dts | 2 +-
 target/linux/ramips/dts/DIR-300-B1.dts   | 2 +-
 target/linux/ramips/dts/DIR-600-B1.dts   | 2 +-
 target/linux/ramips/dts/W502U.dts        | 4 ----
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/target/linux/ramips/dts/ASL26555-16M.dts b/target/linux/ramips/dts/ASL26555-16M.dts
index 8aeeba84f4..568d8f9d64 100644
--- a/target/linux/ramips/dts/ASL26555-16M.dts
+++ b/target/linux/ramips/dts/ASL26555-16M.dts
@@ -31,7 +31,7 @@
 					reg = <0x30000 0x10000>;
 					read-only;
 				};
-				partition@40000 {
+				factory: partition@40000 {
 					label = "factory";
 					reg = <0x40000 0x10000>;
 					read-only;
diff --git a/target/linux/ramips/dts/DIR-300-B1.dts b/target/linux/ramips/dts/DIR-300-B1.dts
index 4623af2a40..8c5fc52375 100644
--- a/target/linux/ramips/dts/DIR-300-B1.dts
+++ b/target/linux/ramips/dts/DIR-300-B1.dts
@@ -36,7 +36,7 @@
 			read-only;
 		};
 
-		partition@40000 {
+		factory: partition@40000 {
 			label = "devconf";
 			reg = <0x40000 0x10000>;
 			read-only;
diff --git a/target/linux/ramips/dts/DIR-600-B1.dts b/target/linux/ramips/dts/DIR-600-B1.dts
index e43a0d78f0..aa9309fbb7 100644
--- a/target/linux/ramips/dts/DIR-600-B1.dts
+++ b/target/linux/ramips/dts/DIR-600-B1.dts
@@ -36,7 +36,7 @@
 			read-only;
 		};
 
-		partition@40000 {
+		factory: partition@40000 {
 			label = "devconf";
 			reg = <0x40000 0x10000>;
 			read-only;
diff --git a/target/linux/ramips/dts/W502U.dts b/target/linux/ramips/dts/W502U.dts
index d11a7adedd..af448eb7b1 100644
--- a/target/linux/ramips/dts/W502U.dts
+++ b/target/linux/ramips/dts/W502U.dts
@@ -1,7 +1,3 @@
-	ethernet@10100000 {
-		mtd-mac-address = <&factory 0x28>;
-	};
-
 /dts-v1/;
 
 /include/ "rt3050.dtsi"
-- 
GitLab