提交 fe6bf999 编写于 作者: J Jon Mason 提交者: Florian Fainelli

ARM: dts: NSP: Correct NAND partition unit address

The NAND partition unit address does not match the other NSP device tree
files.  This change makes them uniform.
Signed-off-by: NJon Mason <jon.mason@broadcom.com>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 1fd2bb6c
...@@ -80,19 +80,19 @@ ...@@ -80,19 +80,19 @@
reg = <0x00000000 0x00200000>; reg = <0x00000000 0x00200000>;
read-only; read-only;
}; };
partition@1 { partition@200000 {
label = "nenv"; label = "nenv";
reg = <0x00200000 0x00400000>; reg = <0x00200000 0x00400000>;
}; };
partition@2 { partition@600000 {
label = "nsystem"; label = "nsystem";
reg = <0x00600000 0x00a00000>; reg = <0x00600000 0x00a00000>;
}; };
partition@3 { partition@1000000 {
label = "nrootfs"; label = "nrootfs";
reg = <0x01000000 0x03000000>; reg = <0x01000000 0x03000000>;
}; };
partition@4 { partition@4000000 {
label = "ncustfs"; label = "ncustfs";
reg = <0x04000000 0x3c000000>; reg = <0x04000000 0x3c000000>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册