.. | .. |
---|
198 | 198 | }; |
---|
199 | 199 | |
---|
200 | 200 | &cpu0 { |
---|
201 | | - cpu0-supply = <&vdd_arm>; |
---|
| 201 | + cpu-supply = <&vdd_arm>; |
---|
| 202 | +}; |
---|
| 203 | + |
---|
| 204 | +&cpu1 { |
---|
| 205 | + cpu-supply = <&vdd_arm>; |
---|
202 | 206 | }; |
---|
203 | 207 | |
---|
204 | 208 | &cpu0_opp_table { |
---|
.. | .. |
---|
231 | 235 | &emmc { |
---|
232 | 236 | bus-width = <8>; |
---|
233 | 237 | cap-mmc-highspeed; |
---|
234 | | - disable-wp; |
---|
235 | | - supports-emmc; |
---|
| 238 | + no-sdio; |
---|
| 239 | + no-sd; |
---|
236 | 240 | non-removable; |
---|
237 | 241 | pinctrl-names = "default"; |
---|
238 | 242 | pinctrl-0 = <&emmc_clk>, <&emmc_cmd>, <&emmc_rst>; |
---|
.. | .. |
---|
400 | 404 | &mmc0 { |
---|
401 | 405 | bus-width = <4>; |
---|
402 | 406 | disable-wp; |
---|
403 | | - supports-sd; |
---|
| 407 | + no-mmc; |
---|
| 408 | + no-sdio; |
---|
404 | 409 | pinctrl-names = "default"; |
---|
405 | 410 | pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>; |
---|
406 | 411 | vmmc-supply = <&vcc_sd>; |
---|
.. | .. |
---|
417 | 422 | sd-uhs-sdr104; |
---|
418 | 423 | |
---|
419 | 424 | bus-width = <4>; |
---|
420 | | - disable-wp; |
---|
421 | 425 | non-removable; |
---|
422 | | - supports-sdio; |
---|
| 426 | + no-mmc; |
---|
| 427 | + no-sd; |
---|
423 | 428 | pinctrl-names = "default"; |
---|
424 | 429 | pinctrl-0 = <&sd1_clk>, <&sd1_cmd>, <&sd1_bus4>; |
---|
425 | 430 | vmmc-supply = <&vccio_wl>; |
---|