| .. | .. |
|---|
| 108 | 108 | status = "disabled"; |
|---|
| 109 | 109 | compatible = "simple-audio-card"; |
|---|
| 110 | 110 | simple-audio-card,name = "rockchip,spdif-tx-sound"; |
|---|
| 111 | + simple-audio-card,mclk-fs = <128>; |
|---|
| 111 | 112 | simple-audio-card,cpu { |
|---|
| 112 | 113 | sound-dai = <&spdif_tx>; |
|---|
| 113 | 114 | }; |
|---|
| .. | .. |
|---|
| 156 | 157 | regulator-max-microvolt = <1000000>; |
|---|
| 157 | 158 | }; |
|---|
| 158 | 159 | |
|---|
| 160 | + vcc_io: vcc-io { |
|---|
| 161 | + compatible = "regulator-fixed"; |
|---|
| 162 | + regulator-name = "vcc_io"; |
|---|
| 163 | + regulator-always-on; |
|---|
| 164 | + regulator-boot-on; |
|---|
| 165 | + regulator-min-microvolt = <3300000>; |
|---|
| 166 | + regulator-max-microvolt = <3300000>; |
|---|
| 167 | + }; |
|---|
| 168 | + |
|---|
| 159 | 169 | vccio_sdio: vcc_1v8: vcc-1v8 { |
|---|
| 160 | 170 | compatible = "regulator-fixed"; |
|---|
| 161 | 171 | regulator-name = "vcc_1v8"; |
|---|
| .. | .. |
|---|
| 173 | 183 | regulator-boot-on; |
|---|
| 174 | 184 | regulator-min-microvolt = <1500000>; |
|---|
| 175 | 185 | regulator-max-microvolt = <1500000>; |
|---|
| 176 | | - }; |
|---|
| 177 | | - |
|---|
| 178 | | - vcc_io: vcc-io { |
|---|
| 179 | | - compatible = "regulator-fixed"; |
|---|
| 180 | | - regulator-name = "vcc_io"; |
|---|
| 181 | | - regulator-always-on; |
|---|
| 182 | | - regulator-boot-on; |
|---|
| 183 | | - regulator-min-microvolt = <3300000>; |
|---|
| 184 | | - regulator-max-microvolt = <3300000>; |
|---|
| 185 | 186 | }; |
|---|
| 186 | 187 | |
|---|
| 187 | 188 | vbus_host: vbus-host-regulator { |
|---|
| .. | .. |
|---|
| 317 | 318 | max-frequency = <110000000>; |
|---|
| 318 | 319 | bus-width = <4>; |
|---|
| 319 | 320 | cap-sd-highspeed; |
|---|
| 320 | | - supports-sdio; |
|---|
| 321 | + no-sd; |
|---|
| 322 | + no-mmc; |
|---|
| 321 | 323 | ignore-pm-notify; |
|---|
| 322 | 324 | keep-power-in-suspend; |
|---|
| 323 | 325 | non-removable; |
|---|
| .. | .. |
|---|
| 330 | 332 | bus-width = <4>; |
|---|
| 331 | 333 | cap-mmc-highspeed; |
|---|
| 332 | 334 | cap-sd-highspeed; |
|---|
| 333 | | - supports-sd; |
|---|
| 335 | + no-sdio; |
|---|
| 336 | + no-mmc; |
|---|
| 334 | 337 | card-detect-delay = <300>; |
|---|
| 335 | 338 | status = "disabled"; |
|---|
| 336 | 339 | }; |
|---|