@@ -12,12 +12,12 @@ Required Properties:
1212* #address-cells: should be 1.
1313* #size-cells: should be 0.
1414
15- # Slots: The slot specific information are contained within child-nodes with
16- each child-node representing a supported slot. There should be atleast one
17- child node representing a card slot. The name of the child node representing
18- the slot is recommended to be slot@n where n is the unique number of the slot
19- connected to the controller. The following are optional properties which
20- can be included in the slot child node.
15+ # Slots (DEPRECATED) : The slot specific information are contained within
16+ child-nodes with each child-node representing a supported slot. There should
17+ be atleast one child node representing a card slot. The name of the child node
18+ representing the slot is recommended to be slot@n where n is the unique number
19+ of the slot connected to the controller. The following are optional properties
20+ which can be included in the slot child node.
2121
2222 * reg: specifies the physical slot number. The valid values of this
2323 property is 0 to (num-slots -1), where num-slots is the value
@@ -63,7 +63,7 @@ Optional properties:
6363 clock(cclk_out). If it's not specified, max is 200MHZ and min is 400KHz by default.
6464 (Use the "max-frequency" instead of "clock-freq-min-max".)
6565
66- * num-slots: specifies the number of slots supported by the controller.
66+ * num-slots (DEPRECATED) : specifies the number of slots supported by the controller.
6767 The number of physical slots actually used could be equal or less than the
6868 value specified by num-slots. If this property is not specified, the value
6969 of num-slot property is assumed to be 1.
@@ -124,7 +124,6 @@ board specific portions as listed below.
124124 dwmmc0@12200000 {
125125 clock-frequency = <400000000>;
126126 clock-freq-min-max = <400000 200000000>;
127- num-slots = <1>;
128127 broken-cd;
129128 fifo-depth = <0x80>;
130129 card-detect-delay = <200>;
@@ -139,7 +138,6 @@ board specific portions as listed below.
139138 dwmmc0@12200000 {
140139 clock-frequency = <400000000>;
141140 clock-freq-min-max = <400000 200000000>;
142- num-slots = <1>;
143141 broken-cd;
144142 fifo-depth = <0x80>;
145143 card-detect-delay = <200>;
0 commit comments