ralink: dts fixes
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38917 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
97bbd3cb75
commit
c47f4281b8
|
@ -31,7 +31,7 @@
|
|||
reg = <0x30000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
partition@40000 {
|
||||
factory: partition@40000 {
|
||||
label = "factory";
|
||||
reg = <0x40000 0x10000>;
|
||||
read-only;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
read-only;
|
||||
};
|
||||
|
||||
partition@40000 {
|
||||
factory: partition@40000 {
|
||||
label = "devconf";
|
||||
reg = <0x40000 0x10000>;
|
||||
read-only;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
read-only;
|
||||
};
|
||||
|
||||
partition@40000 {
|
||||
factory: partition@40000 {
|
||||
label = "devconf";
|
||||
reg = <0x40000 0x10000>;
|
||||
read-only;
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
ethernet@10100000 {
|
||||
mtd-mac-address = <&factory 0x28>;
|
||||
};
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "rt3050.dtsi"
|
||||
|
|
Loading…
Reference in New Issue