aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/gpmc-nor.txt')
-rw-r--r--Documentation/devicetree/bindings/mtd/gpmc-nor.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/mtd/gpmc-nor.txt b/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
index 131d3a74d0bd..c8567b40fe13 100644
--- a/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
+++ b/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
@@ -82,15 +82,15 @@ gpmc: gpmc@6e000000 {
82 label = "bootloader-nor"; 82 label = "bootloader-nor";
83 reg = <0 0x40000>; 83 reg = <0 0x40000>;
84 }; 84 };
85 partition@0x40000 { 85 partition@40000 {
86 label = "params-nor"; 86 label = "params-nor";
87 reg = <0x40000 0x40000>; 87 reg = <0x40000 0x40000>;
88 }; 88 };
89 partition@0x80000 { 89 partition@80000 {
90 label = "kernel-nor"; 90 label = "kernel-nor";
91 reg = <0x80000 0x200000>; 91 reg = <0x80000 0x200000>;
92 }; 92 };
93 partition@0x280000 { 93 partition@280000 {
94 label = "filesystem-nor"; 94 label = "filesystem-nor";
95 reg = <0x240000 0x7d80000>; 95 reg = <0x240000 0x7d80000>;
96 }; 96 };