diff options
-rw-r--r-- | arch/arm/boot/dts/exynos3250-monk.dts | 40 | ||||
-rw-r--r-- | arch/arm/boot/dts/exynos3250-rinato.dts | 40 |
2 files changed, 80 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts index d9a6dd525791..1d483c1c8b48 100644 --- a/arch/arm/boot/dts/exynos3250-monk.dts +++ b/arch/arm/boot/dts/exynos3250-monk.dts | |||
@@ -437,6 +437,46 @@ | |||
437 | status = "okay"; | 437 | status = "okay"; |
438 | }; | 438 | }; |
439 | 439 | ||
440 | &ppmu_dmc0 { | ||
441 | status = "okay"; | ||
442 | |||
443 | events { | ||
444 | ppmu_dmc0_3: ppmu-event3-dmc0 { | ||
445 | event-name = "ppmu-event3-dmc0"; | ||
446 | }; | ||
447 | }; | ||
448 | }; | ||
449 | |||
450 | &ppmu_dmc1 { | ||
451 | status = "okay"; | ||
452 | |||
453 | events { | ||
454 | ppmu_dmc1_3: ppmu-event3-dmc1 { | ||
455 | event-name = "ppmu-event3-dmc1"; | ||
456 | }; | ||
457 | }; | ||
458 | }; | ||
459 | |||
460 | &ppmu_leftbus { | ||
461 | status = "okay"; | ||
462 | |||
463 | events { | ||
464 | ppmu_leftbus_3: ppmu-event3-leftbus { | ||
465 | event-name = "ppmu-event3-leftbus"; | ||
466 | }; | ||
467 | }; | ||
468 | }; | ||
469 | |||
470 | &ppmu_rightbus { | ||
471 | status = "okay"; | ||
472 | |||
473 | events { | ||
474 | ppmu_rightbus_3: ppmu-event3-rightbus { | ||
475 | event-name = "ppmu-event3-rightbus"; | ||
476 | }; | ||
477 | }; | ||
478 | }; | ||
479 | |||
440 | &xusbxti { | 480 | &xusbxti { |
441 | clock-frequency = <24000000>; | 481 | clock-frequency = <24000000>; |
442 | }; | 482 | }; |
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index af7589efa567..0b9906880c0c 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts | |||
@@ -610,6 +610,46 @@ | |||
610 | status = "okay"; | 610 | status = "okay"; |
611 | }; | 611 | }; |
612 | 612 | ||
613 | &ppmu_dmc0 { | ||
614 | status = "okay"; | ||
615 | |||
616 | events { | ||
617 | ppmu_dmc0_3: ppmu-event3-dmc0 { | ||
618 | event-name = "ppmu-event3-dmc0"; | ||
619 | }; | ||
620 | }; | ||
621 | }; | ||
622 | |||
623 | &ppmu_dmc1 { | ||
624 | status = "okay"; | ||
625 | |||
626 | events { | ||
627 | ppmu_dmc1_3: ppmu-event3-dmc1 { | ||
628 | event-name = "ppmu-event3-dmc1"; | ||
629 | }; | ||
630 | }; | ||
631 | }; | ||
632 | |||
633 | &ppmu_leftbus { | ||
634 | status = "okay"; | ||
635 | |||
636 | events { | ||
637 | ppmu_leftbus_3: ppmu-event3-leftbus { | ||
638 | event-name = "ppmu-event3-leftbus"; | ||
639 | }; | ||
640 | }; | ||
641 | }; | ||
642 | |||
643 | &ppmu_rightbus { | ||
644 | status = "okay"; | ||
645 | |||
646 | events { | ||
647 | ppmu_rightbus_3: ppmu-event3-rightbus { | ||
648 | event-name = "ppmu-event3-rightbus"; | ||
649 | }; | ||
650 | }; | ||
651 | }; | ||
652 | |||
613 | &xusbxti { | 653 | &xusbxti { |
614 | clock-frequency = <24000000>; | 654 | clock-frequency = <24000000>; |
615 | }; | 655 | }; |