diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-08-30 06:01:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-30 11:13:12 -0400 |
commit | a5702e1cb3c47221419617089d59f9741cf981e4 (patch) | |
tree | fe590a374d4225bd31149215ca71801130e1314c | |
parent | c16293560a1c188a05cba1dcc46548d33b641c06 (diff) |
ASoC: rsnd: Drop unit-addresses without reg properties
Nodes without reg properties must not have unit addresses:
Warning (unit_address_vs_reg): Node .../rcar_sound,dvc/dvc@0 has a unit name, but no reg property
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index 7246bb268bf9..a1536fdc60e6 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt | |||
@@ -199,10 +199,10 @@ Ex) | |||
199 | sound { | 199 | sound { |
200 | compatible = "simple-scu-audio-card"; | 200 | compatible = "simple-scu-audio-card"; |
201 | ... | 201 | ... |
202 | simple-audio-card,cpu@0 { | 202 | simple-audio-card,cpu-0 { |
203 | sound-dai = <&rcar_sound 0>; | 203 | sound-dai = <&rcar_sound 0>; |
204 | }; | 204 | }; |
205 | simple-audio-card,cpu@1 { | 205 | simple-audio-card,cpu-1 { |
206 | sound-dai = <&rcar_sound 1>; | 206 | sound-dai = <&rcar_sound 1>; |
207 | }; | 207 | }; |
208 | simple-audio-card,codec { | 208 | simple-audio-card,codec { |
@@ -441,79 +441,79 @@ rcar_sound: sound@ec500000 { | |||
441 | "clk_a", "clk_b", "clk_c", "clk_i"; | 441 | "clk_a", "clk_b", "clk_c", "clk_i"; |
442 | 442 | ||
443 | rcar_sound,dvc { | 443 | rcar_sound,dvc { |
444 | dvc0: dvc@0 { | 444 | dvc0: dvc-0 { |
445 | dmas = <&audma0 0xbc>; | 445 | dmas = <&audma0 0xbc>; |
446 | dma-names = "tx"; | 446 | dma-names = "tx"; |
447 | }; | 447 | }; |
448 | dvc1: dvc@1 { | 448 | dvc1: dvc-1 { |
449 | dmas = <&audma0 0xbe>; | 449 | dmas = <&audma0 0xbe>; |
450 | dma-names = "tx"; | 450 | dma-names = "tx"; |
451 | }; | 451 | }; |
452 | }; | 452 | }; |
453 | 453 | ||
454 | rcar_sound,mix { | 454 | rcar_sound,mix { |
455 | mix0: mix@0 { }; | 455 | mix0: mix-0 { }; |
456 | mix1: mix@1 { }; | 456 | mix1: mix-1 { }; |
457 | }; | 457 | }; |
458 | 458 | ||
459 | rcar_sound,ctu { | 459 | rcar_sound,ctu { |
460 | ctu00: ctu@0 { }; | 460 | ctu00: ctu-0 { }; |
461 | ctu01: ctu@1 { }; | 461 | ctu01: ctu-1 { }; |
462 | ctu02: ctu@2 { }; | 462 | ctu02: ctu-2 { }; |
463 | ctu03: ctu@3 { }; | 463 | ctu03: ctu-3 { }; |
464 | ctu10: ctu@4 { }; | 464 | ctu10: ctu-4 { }; |
465 | ctu11: ctu@5 { }; | 465 | ctu11: ctu-5 { }; |
466 | ctu12: ctu@6 { }; | 466 | ctu12: ctu-6 { }; |
467 | ctu13: ctu@7 { }; | 467 | ctu13: ctu-7 { }; |
468 | }; | 468 | }; |
469 | 469 | ||
470 | rcar_sound,src { | 470 | rcar_sound,src { |
471 | src0: src@0 { | 471 | src0: src-0 { |
472 | interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>; | 472 | interrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>; |
473 | dmas = <&audma0 0x85>, <&audma1 0x9a>; | 473 | dmas = <&audma0 0x85>, <&audma1 0x9a>; |
474 | dma-names = "rx", "tx"; | 474 | dma-names = "rx", "tx"; |
475 | }; | 475 | }; |
476 | src1: src@1 { | 476 | src1: src-1 { |
477 | interrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>; | 477 | interrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>; |
478 | dmas = <&audma0 0x87>, <&audma1 0x9c>; | 478 | dmas = <&audma0 0x87>, <&audma1 0x9c>; |
479 | dma-names = "rx", "tx"; | 479 | dma-names = "rx", "tx"; |
480 | }; | 480 | }; |
481 | src2: src@2 { | 481 | src2: src-2 { |
482 | interrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>; | 482 | interrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>; |
483 | dmas = <&audma0 0x89>, <&audma1 0x9e>; | 483 | dmas = <&audma0 0x89>, <&audma1 0x9e>; |
484 | dma-names = "rx", "tx"; | 484 | dma-names = "rx", "tx"; |
485 | }; | 485 | }; |
486 | src3: src@3 { | 486 | src3: src-3 { |
487 | interrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>; | 487 | interrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>; |
488 | dmas = <&audma0 0x8b>, <&audma1 0xa0>; | 488 | dmas = <&audma0 0x8b>, <&audma1 0xa0>; |
489 | dma-names = "rx", "tx"; | 489 | dma-names = "rx", "tx"; |
490 | }; | 490 | }; |
491 | src4: src@4 { | 491 | src4: src-4 { |
492 | interrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>; | 492 | interrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>; |
493 | dmas = <&audma0 0x8d>, <&audma1 0xb0>; | 493 | dmas = <&audma0 0x8d>, <&audma1 0xb0>; |
494 | dma-names = "rx", "tx"; | 494 | dma-names = "rx", "tx"; |
495 | }; | 495 | }; |
496 | src5: src@5 { | 496 | src5: src-5 { |
497 | interrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>; | 497 | interrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>; |
498 | dmas = <&audma0 0x8f>, <&audma1 0xb2>; | 498 | dmas = <&audma0 0x8f>, <&audma1 0xb2>; |
499 | dma-names = "rx", "tx"; | 499 | dma-names = "rx", "tx"; |
500 | }; | 500 | }; |
501 | src6: src@6 { | 501 | src6: src-6 { |
502 | interrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>; | 502 | interrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>; |
503 | dmas = <&audma0 0x91>, <&audma1 0xb4>; | 503 | dmas = <&audma0 0x91>, <&audma1 0xb4>; |
504 | dma-names = "rx", "tx"; | 504 | dma-names = "rx", "tx"; |
505 | }; | 505 | }; |
506 | src7: src@7 { | 506 | src7: src-7 { |
507 | interrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>; | 507 | interrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>; |
508 | dmas = <&audma0 0x93>, <&audma1 0xb6>; | 508 | dmas = <&audma0 0x93>, <&audma1 0xb6>; |
509 | dma-names = "rx", "tx"; | 509 | dma-names = "rx", "tx"; |
510 | }; | 510 | }; |
511 | src8: src@8 { | 511 | src8: src-8 { |
512 | interrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>; | 512 | interrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>; |
513 | dmas = <&audma0 0x95>, <&audma1 0xb8>; | 513 | dmas = <&audma0 0x95>, <&audma1 0xb8>; |
514 | dma-names = "rx", "tx"; | 514 | dma-names = "rx", "tx"; |
515 | }; | 515 | }; |
516 | src9: src@9 { | 516 | src9: src-9 { |
517 | interrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>; | 517 | interrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>; |
518 | dmas = <&audma0 0x97>, <&audma1 0xba>; | 518 | dmas = <&audma0 0x97>, <&audma1 0xba>; |
519 | dma-names = "rx", "tx"; | 519 | dma-names = "rx", "tx"; |
@@ -521,52 +521,52 @@ rcar_sound: sound@ec500000 { | |||
521 | }; | 521 | }; |
522 | 522 | ||
523 | rcar_sound,ssi { | 523 | rcar_sound,ssi { |
524 | ssi0: ssi@0 { | 524 | ssi0: ssi-0 { |
525 | interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>; | 525 | interrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>; |
526 | dmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>; | 526 | dmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>; |
527 | dma-names = "rx", "tx", "rxu", "txu"; | 527 | dma-names = "rx", "tx", "rxu", "txu"; |
528 | }; | 528 | }; |
529 | ssi1: ssi@1 { | 529 | ssi1: ssi-1 { |
530 | interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>; | 530 | interrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>; |
531 | dmas = <&audma0 0x03>, <&audma1 0x04>, <&audma0 0x49>, <&audma1 0x4a>; | 531 | dmas = <&audma0 0x03>, <&audma1 0x04>, <&audma0 0x49>, <&audma1 0x4a>; |
532 | dma-names = "rx", "tx", "rxu", "txu"; | 532 | dma-names = "rx", "tx", "rxu", "txu"; |
533 | }; | 533 | }; |
534 | ssi2: ssi@2 { | 534 | ssi2: ssi-2 { |
535 | interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>; | 535 | interrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>; |
536 | dmas = <&audma0 0x05>, <&audma1 0x06>, <&audma0 0x63>, <&audma1 0x64>; | 536 | dmas = <&audma0 0x05>, <&audma1 0x06>, <&audma0 0x63>, <&audma1 0x64>; |
537 | dma-names = "rx", "tx", "rxu", "txu"; | 537 | dma-names = "rx", "tx", "rxu", "txu"; |
538 | }; | 538 | }; |
539 | ssi3: ssi@3 { | 539 | ssi3: ssi-3 { |
540 | interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>; | 540 | interrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>; |
541 | dmas = <&audma0 0x07>, <&audma1 0x08>, <&audma0 0x6f>, <&audma1 0x70>; | 541 | dmas = <&audma0 0x07>, <&audma1 0x08>, <&audma0 0x6f>, <&audma1 0x70>; |
542 | dma-names = "rx", "tx", "rxu", "txu"; | 542 | dma-names = "rx", "tx", "rxu", "txu"; |
543 | }; | 543 | }; |
544 | ssi4: ssi@4 { | 544 | ssi4: ssi-4 { |
545 | interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>; | 545 | interrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>; |
546 | dmas = <&audma0 0x09>, <&audma1 0x0a>, <&audma0 0x71>, <&audma1 0x72>; | 546 | dmas = <&audma0 0x09>, <&audma1 0x0a>, <&audma0 0x71>, <&audma1 0x72>; |
547 | dma-names = "rx", "tx", "rxu", "txu"; | 547 | dma-names = "rx", "tx", "rxu", "txu"; |
548 | }; | 548 | }; |
549 | ssi5: ssi@5 { | 549 | ssi5: ssi-5 { |
550 | interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>; | 550 | interrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>; |
551 | dmas = <&audma0 0x0b>, <&audma1 0x0c>, <&audma0 0x73>, <&audma1 0x74>; | 551 | dmas = <&audma0 0x0b>, <&audma1 0x0c>, <&audma0 0x73>, <&audma1 0x74>; |
552 | dma-names = "rx", "tx", "rxu", "txu"; | 552 | dma-names = "rx", "tx", "rxu", "txu"; |
553 | }; | 553 | }; |
554 | ssi6: ssi@6 { | 554 | ssi6: ssi-6 { |
555 | interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>; | 555 | interrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>; |
556 | dmas = <&audma0 0x0d>, <&audma1 0x0e>, <&audma0 0x75>, <&audma1 0x76>; | 556 | dmas = <&audma0 0x0d>, <&audma1 0x0e>, <&audma0 0x75>, <&audma1 0x76>; |
557 | dma-names = "rx", "tx", "rxu", "txu"; | 557 | dma-names = "rx", "tx", "rxu", "txu"; |
558 | }; | 558 | }; |
559 | ssi7: ssi@7 { | 559 | ssi7: ssi-7 { |
560 | interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>; | 560 | interrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>; |
561 | dmas = <&audma0 0x0f>, <&audma1 0x10>, <&audma0 0x79>, <&audma1 0x7a>; | 561 | dmas = <&audma0 0x0f>, <&audma1 0x10>, <&audma0 0x79>, <&audma1 0x7a>; |
562 | dma-names = "rx", "tx", "rxu", "txu"; | 562 | dma-names = "rx", "tx", "rxu", "txu"; |
563 | }; | 563 | }; |
564 | ssi8: ssi@8 { | 564 | ssi8: ssi-8 { |
565 | interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>; | 565 | interrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>; |
566 | dmas = <&audma0 0x11>, <&audma1 0x12>, <&audma0 0x7b>, <&audma1 0x7c>; | 566 | dmas = <&audma0 0x11>, <&audma1 0x12>, <&audma0 0x7b>, <&audma1 0x7c>; |
567 | dma-names = "rx", "tx", "rxu", "txu"; | 567 | dma-names = "rx", "tx", "rxu", "txu"; |
568 | }; | 568 | }; |
569 | ssi9: ssi@9 { | 569 | ssi9: ssi-9 { |
570 | interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>; | 570 | interrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>; |
571 | dmas = <&audma0 0x13>, <&audma1 0x14>, <&audma0 0x7d>, <&audma1 0x7e>; | 571 | dmas = <&audma0 0x13>, <&audma1 0x14>, <&audma0 0x7d>, <&audma1 0x7e>; |
572 | dma-names = "rx", "tx", "rxu", "txu"; | 572 | dma-names = "rx", "tx", "rxu", "txu"; |