ath79: fix DTS node names for Ubiquiti XW partitions
Some node names were inconsistent with the reg property. Fix it.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 1a0d6e1eba)
[fixed XM->XW in commit title for backport]
This commit is contained in:
@@ -96,13 +96,13 @@
|
|||||||
reg = <0x050000 0x760000>;
|
reg = <0x050000 0x760000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@fb0000 {
|
partition@7b0000 {
|
||||||
label = "cfg";
|
label = "cfg";
|
||||||
reg = <0x7b0000 0x040000>;
|
reg = <0x7b0000 0x040000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
eeprom: partition@ff0000 {
|
eeprom: partition@7f0000 {
|
||||||
label = "EEPROM";
|
label = "EEPROM";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
read-only;
|
read-only;
|
||||||
|
|||||||
Reference in New Issue
Block a user