.. | .. |
---|
65 | 65 | hdmi_sound: hdmi-sound { |
---|
66 | 66 | compatible = "simple-audio-card"; |
---|
67 | 67 | simple-audio-card,format = "i2s"; |
---|
68 | | - simple-audio-card,mclk-fs = <128>; |
---|
| 68 | + simple-audio-card,mclk-fs = <256>; |
---|
69 | 69 | simple-audio-card,name = "hdmi-sound"; |
---|
70 | 70 | status = "okay"; |
---|
71 | 71 | |
---|
.. | .. |
---|
77 | 77 | }; |
---|
78 | 78 | }; |
---|
79 | 79 | |
---|
| 80 | + reserved-memory { |
---|
| 81 | + #address-cells = <2>; |
---|
| 82 | + #size-cells = <2>; |
---|
| 83 | + ranges; |
---|
| 84 | + |
---|
| 85 | + rknpu_reserved: rknpu { |
---|
| 86 | + compatible = "shared-dma-pool"; |
---|
| 87 | + inactive; |
---|
| 88 | + reusable; |
---|
| 89 | + size = <0x0 0x20000000>; |
---|
| 90 | + alignment = <0x0 0x1000>; |
---|
| 91 | + status = "disabled"; |
---|
| 92 | + }; |
---|
| 93 | + }; |
---|
| 94 | + |
---|
80 | 95 | spdif-sound { |
---|
81 | 96 | status = "okay"; |
---|
82 | 97 | compatible = "simple-audio-card"; |
---|
83 | 98 | simple-audio-card,name = "ROCKCHIP,SPDIF"; |
---|
| 99 | + simple-audio-card,mclk-fs = <128>; |
---|
84 | 100 | simple-audio-card,cpu { |
---|
85 | 101 | sound-dai = <&spdif_8ch>; |
---|
86 | 102 | }; |
---|
.. | .. |
---|
285 | 301 | }; |
---|
286 | 302 | |
---|
287 | 303 | &rknpu { |
---|
| 304 | + memory-region = <&rknpu_reserved>; |
---|
288 | 305 | rknpu-supply = <&vdd_fixed>; |
---|
289 | 306 | status = "okay"; |
---|
290 | 307 | }; |
---|
291 | 308 | |
---|
292 | 309 | &rknpu_mmu { |
---|
293 | | - status = "okay"; |
---|
| 310 | + status = "disabled"; |
---|
294 | 311 | }; |
---|
295 | 312 | |
---|
296 | 313 | &rkvdec { |
---|
.. | .. |
---|
340 | 357 | |
---|
341 | 358 | &sdhci { |
---|
342 | 359 | bus-width = <8>; |
---|
343 | | - supports-emmc; |
---|
| 360 | + no-sdio; |
---|
| 361 | + no-sd; |
---|
344 | 362 | non-removable; |
---|
345 | 363 | status = "okay"; |
---|
346 | 364 | }; |
---|
347 | 365 | |
---|
348 | 366 | &sfc { |
---|
349 | 367 | status = "okay"; |
---|
| 368 | + |
---|
| 369 | + flash@0 { |
---|
| 370 | + compatible = "spi-nand"; |
---|
| 371 | + reg = <0>; |
---|
| 372 | + spi-max-frequency = <75000000>; |
---|
| 373 | + spi-rx-bus-width = <4>; |
---|
| 374 | + spi-tx-bus-width = <1>; |
---|
| 375 | + }; |
---|
350 | 376 | }; |
---|
351 | 377 | |
---|
352 | 378 | &spdif_8ch { |
---|