diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-26 12:20:43 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-27 04:00:07 -0400 |
commit | ee9c64307b6203151a20ec33e6f51ae1cac1bb6e (patch) | |
tree | 07dfa51eca85e2cae0d2661d2e05a193d569f754 | |
parent | 3ed984780074260769aa30c04c4d83e08b1401ec (diff) |
Revert "dt-bindings: ifc: Fix the unit address format in the examples"
This reverts commit 4e017f1419397473cf3db6e9fa020013998b1aa4.
As explained by Rob Herring:
"This "fix" is wrong. Memory controllers with chip selects should have
the chip select in the unit-address. The correct fix here is you should drop
"simple-bus"."
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt b/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt index a4d4b6a2ff0d..89427b018ba7 100644 --- a/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt +++ b/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt | |||
@@ -43,7 +43,7 @@ Example: | |||
43 | 0x1 0x0 0x0 0xffa00000 0x00010000 | 43 | 0x1 0x0 0x0 0xffa00000 0x00010000 |
44 | 0x3 0x0 0x0 0xffb00000 0x00020000>; | 44 | 0x3 0x0 0x0 0xffb00000 0x00020000>; |
45 | 45 | ||
46 | flash@0 { | 46 | flash@0,0 { |
47 | #address-cells = <1>; | 47 | #address-cells = <1>; |
48 | #size-cells = <1>; | 48 | #size-cells = <1>; |
49 | compatible = "cfi-flash"; | 49 | compatible = "cfi-flash"; |
@@ -58,7 +58,7 @@ Example: | |||
58 | }; | 58 | }; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | flash@100000000 { | 61 | flash@1,0 { |
62 | #address-cells = <1>; | 62 | #address-cells = <1>; |
63 | #size-cells = <1>; | 63 | #size-cells = <1>; |
64 | compatible = "fsl,ifc-nand"; | 64 | compatible = "fsl,ifc-nand"; |
@@ -73,7 +73,7 @@ Example: | |||
73 | }; | 73 | }; |
74 | }; | 74 | }; |
75 | 75 | ||
76 | cpld@@300000000 { | 76 | cpld@3,0 { |
77 | #address-cells = <1>; | 77 | #address-cells = <1>; |
78 | #size-cells = <1>; | 78 | #size-cells = <1>; |
79 | compatible = "fsl,p1010rdb-cpld"; | 79 | compatible = "fsl,p1010rdb-cpld"; |