ath79: fix dtc address warnings
These should match reg values. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2d00ed7caa
commit
ff5e8476d9
4 changed files with 10 additions and 10 deletions
|
@ -87,15 +87,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@1 {
|
partition@20000 {
|
||||||
compatible = "tplink,firmware";
|
compatible = "tplink,firmware";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x020000 0x3D0000>;
|
reg = <0x020000 0x3D0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@2 {
|
art: partition@3f0000 {
|
||||||
label = "art";
|
label = "art";
|
||||||
reg = <0x3F0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -93,18 +93,18 @@
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@1 {
|
partition@40000 {
|
||||||
label = "u-boot-env";
|
label = "u-boot-env";
|
||||||
reg = <0x040000 0x010000>;
|
reg = <0x040000 0x010000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@2 {
|
partition@50000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "denx,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x050000 0xfa0000>;
|
reg = <0x050000 0xfa0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@3 {
|
art: partition@ff0000 {
|
||||||
label = "art";
|
label = "art";
|
||||||
reg = <0xff0000 0x010000>;
|
reg = <0xff0000 0x010000>;
|
||||||
read-only;
|
read-only;
|
||||||
|
|
|
@ -72,18 +72,18 @@
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@1 {
|
partition@40000 {
|
||||||
label = "u-boot-env";
|
label = "u-boot-env";
|
||||||
reg = <0x040000 0x010000>;
|
reg = <0x040000 0x010000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@2 {
|
partition@50000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "denx,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x050000 0xfa0000>;
|
reg = <0x050000 0xfa0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@3 {
|
art: partition@ff0000 {
|
||||||
label = "art";
|
label = "art";
|
||||||
reg = <0xff0000 0x010000>;
|
reg = <0xff0000 0x010000>;
|
||||||
read-only;
|
read-only;
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
art: partition@60000 {
|
art: partition@60000 {
|
||||||
label = "art";
|
label = "art";
|
||||||
reg = <0x060000 0x010000>;
|
reg = <0x60000 0x010000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue