ralink: dts fixes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38917
This commit is contained in:
parent
fc3c72aba6
commit
bb2b428a5c
4 changed files with 3 additions and 7 deletions
|
@ -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 a new issue