.. | .. |
---|
112 | 112 | status = "disabled"; |
---|
113 | 113 | compatible = "simple-audio-card"; |
---|
114 | 114 | simple-audio-card,name = "rockchip,spdif-tx-sound"; |
---|
| 115 | + simple-audio-card,mclk-fs = <128>; |
---|
115 | 116 | simple-audio-card,cpu { |
---|
116 | 117 | sound-dai = <&spdif_tx>; |
---|
117 | 118 | }; |
---|
.. | .. |
---|
151 | 152 | regulator-max-microvolt = <1000000>; |
---|
152 | 153 | }; |
---|
153 | 154 | |
---|
| 155 | + vcc_io: vcc-io { |
---|
| 156 | + compatible = "regulator-fixed"; |
---|
| 157 | + regulator-name = "vcc_io"; |
---|
| 158 | + regulator-always-on; |
---|
| 159 | + regulator-boot-on; |
---|
| 160 | + regulator-min-microvolt = <3300000>; |
---|
| 161 | + regulator-max-microvolt = <3300000>; |
---|
| 162 | + }; |
---|
| 163 | + |
---|
154 | 164 | vccio_sdio: vcc_1v8: vcc-1v8 { |
---|
155 | 165 | compatible = "regulator-fixed"; |
---|
156 | 166 | regulator-name = "vcc_1v8"; |
---|
.. | .. |
---|
168 | 178 | regulator-boot-on; |
---|
169 | 179 | regulator-min-microvolt = <1500000>; |
---|
170 | 180 | regulator-max-microvolt = <1500000>; |
---|
171 | | - }; |
---|
172 | | - |
---|
173 | | - vcc_io: vcc-io { |
---|
174 | | - compatible = "regulator-fixed"; |
---|
175 | | - regulator-name = "vcc_io"; |
---|
176 | | - regulator-always-on; |
---|
177 | | - regulator-boot-on; |
---|
178 | | - regulator-min-microvolt = <3300000>; |
---|
179 | | - regulator-max-microvolt = <3300000>; |
---|
180 | 181 | }; |
---|
181 | 182 | |
---|
182 | 183 | vbus_host: vbus-host-regulator { |
---|
.. | .. |
---|
274 | 275 | max-frequency = <110000000>; |
---|
275 | 276 | bus-width = <4>; |
---|
276 | 277 | cap-sd-highspeed; |
---|
277 | | - supports-sdio; |
---|
| 278 | + no-sd; |
---|
| 279 | + no-mmc; |
---|
278 | 280 | ignore-pm-notify; |
---|
279 | 281 | keep-power-in-suspend; |
---|
280 | 282 | non-removable; |
---|
.. | .. |
---|
287 | 289 | bus-width = <4>; |
---|
288 | 290 | cap-mmc-highspeed; |
---|
289 | 291 | cap-sd-highspeed; |
---|
290 | | - supports-sd; |
---|
| 292 | + no-sdio; |
---|
| 293 | + no-mmc; |
---|
291 | 294 | card-detect-delay = <300>; |
---|
292 | 295 | status = "disabled"; |
---|
293 | 296 | }; |
---|