| .. | .. |
|---|
| 613 | 613 | status = "okay"; |
|---|
| 614 | 614 | }; |
|---|
| 615 | 615 | |
|---|
| 616 | | - sdhci@c8000200 { |
|---|
| 616 | + mmc@c8000200 { |
|---|
| 617 | 617 | status = "okay"; |
|---|
| 618 | 618 | cd-gpios = <&gpio TEGRA_GPIO(I, 5) GPIO_ACTIVE_LOW>; |
|---|
| 619 | 619 | wp-gpios = <&gpio TEGRA_GPIO(H, 1) GPIO_ACTIVE_HIGH>; |
|---|
| .. | .. |
|---|
| 621 | 621 | bus-width = <4>; |
|---|
| 622 | 622 | }; |
|---|
| 623 | 623 | |
|---|
| 624 | | - sdhci@c8000600 { |
|---|
| 624 | + mmc@c8000600 { |
|---|
| 625 | 625 | status = "okay"; |
|---|
| 626 | 626 | cd-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_LOW>; |
|---|
| 627 | 627 | wp-gpios = <&gpio TEGRA_GPIO(H, 3) GPIO_ACTIVE_HIGH>; |
|---|
| .. | .. |
|---|
| 640 | 640 | default-brightness-level = <6>; |
|---|
| 641 | 641 | }; |
|---|
| 642 | 642 | |
|---|
| 643 | | - clocks { |
|---|
| 644 | | - compatible = "simple-bus"; |
|---|
| 645 | | - #address-cells = <1>; |
|---|
| 646 | | - #size-cells = <0>; |
|---|
| 647 | | - |
|---|
| 648 | | - clk32k_in: clock@0 { |
|---|
| 649 | | - compatible = "fixed-clock"; |
|---|
| 650 | | - reg = <0>; |
|---|
| 651 | | - #clock-cells = <0>; |
|---|
| 652 | | - clock-frequency = <32768>; |
|---|
| 653 | | - }; |
|---|
| 643 | + clk32k_in: clock@0 { |
|---|
| 644 | + compatible = "fixed-clock"; |
|---|
| 645 | + clock-frequency = <32768>; |
|---|
| 646 | + #clock-cells = <0>; |
|---|
| 654 | 647 | }; |
|---|
| 655 | 648 | |
|---|
| 656 | 649 | gpio-keys { |
|---|
| .. | .. |
|---|
| 665 | 658 | }; |
|---|
| 666 | 659 | |
|---|
| 667 | 660 | panel: panel { |
|---|
| 668 | | - compatible = "auo,b101aw03", "simple-panel"; |
|---|
| 661 | + compatible = "auo,b101aw03"; |
|---|
| 669 | 662 | |
|---|
| 670 | 663 | power-supply = <&vdd_pnl_reg>; |
|---|
| 671 | 664 | enable-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_HIGH>; |
|---|
| .. | .. |
|---|
| 673 | 666 | backlight = <&backlight>; |
|---|
| 674 | 667 | }; |
|---|
| 675 | 668 | |
|---|
| 676 | | - regulators { |
|---|
| 677 | | - compatible = "simple-bus"; |
|---|
| 678 | | - #address-cells = <1>; |
|---|
| 679 | | - #size-cells = <0>; |
|---|
| 669 | + vdd_5v0_reg: regulator@0 { |
|---|
| 670 | + compatible = "regulator-fixed"; |
|---|
| 671 | + regulator-name = "vdd_5v0"; |
|---|
| 672 | + regulator-min-microvolt = <5000000>; |
|---|
| 673 | + regulator-max-microvolt = <5000000>; |
|---|
| 674 | + regulator-always-on; |
|---|
| 675 | + }; |
|---|
| 680 | 676 | |
|---|
| 681 | | - vdd_5v0_reg: regulator@0 { |
|---|
| 682 | | - compatible = "regulator-fixed"; |
|---|
| 683 | | - reg = <0>; |
|---|
| 684 | | - regulator-name = "vdd_5v0"; |
|---|
| 685 | | - regulator-min-microvolt = <5000000>; |
|---|
| 686 | | - regulator-max-microvolt = <5000000>; |
|---|
| 687 | | - regulator-always-on; |
|---|
| 688 | | - }; |
|---|
| 677 | + regulator@1 { |
|---|
| 678 | + compatible = "regulator-fixed"; |
|---|
| 679 | + regulator-name = "vdd_1v5"; |
|---|
| 680 | + regulator-min-microvolt = <1500000>; |
|---|
| 681 | + regulator-max-microvolt = <1500000>; |
|---|
| 682 | + gpio = <&pmic 0 GPIO_ACTIVE_HIGH>; |
|---|
| 683 | + }; |
|---|
| 689 | 684 | |
|---|
| 690 | | - regulator@1 { |
|---|
| 691 | | - compatible = "regulator-fixed"; |
|---|
| 692 | | - reg = <1>; |
|---|
| 693 | | - regulator-name = "vdd_1v5"; |
|---|
| 694 | | - regulator-min-microvolt = <1500000>; |
|---|
| 695 | | - regulator-max-microvolt = <1500000>; |
|---|
| 696 | | - gpio = <&pmic 0 GPIO_ACTIVE_HIGH>; |
|---|
| 697 | | - }; |
|---|
| 685 | + regulator@2 { |
|---|
| 686 | + compatible = "regulator-fixed"; |
|---|
| 687 | + regulator-name = "vdd_1v2"; |
|---|
| 688 | + regulator-min-microvolt = <1200000>; |
|---|
| 689 | + regulator-max-microvolt = <1200000>; |
|---|
| 690 | + gpio = <&pmic 1 GPIO_ACTIVE_HIGH>; |
|---|
| 691 | + enable-active-high; |
|---|
| 692 | + }; |
|---|
| 698 | 693 | |
|---|
| 699 | | - regulator@2 { |
|---|
| 700 | | - compatible = "regulator-fixed"; |
|---|
| 701 | | - reg = <2>; |
|---|
| 702 | | - regulator-name = "vdd_1v2"; |
|---|
| 703 | | - regulator-min-microvolt = <1200000>; |
|---|
| 704 | | - regulator-max-microvolt = <1200000>; |
|---|
| 705 | | - gpio = <&pmic 1 GPIO_ACTIVE_HIGH>; |
|---|
| 706 | | - enable-active-high; |
|---|
| 707 | | - }; |
|---|
| 694 | + pci_vdd_reg: regulator@3 { |
|---|
| 695 | + compatible = "regulator-fixed"; |
|---|
| 696 | + regulator-name = "vdd_1v05"; |
|---|
| 697 | + regulator-min-microvolt = <1050000>; |
|---|
| 698 | + regulator-max-microvolt = <1050000>; |
|---|
| 699 | + gpio = <&pmic 2 GPIO_ACTIVE_HIGH>; |
|---|
| 700 | + enable-active-high; |
|---|
| 701 | + }; |
|---|
| 708 | 702 | |
|---|
| 709 | | - pci_vdd_reg: regulator@3 { |
|---|
| 710 | | - compatible = "regulator-fixed"; |
|---|
| 711 | | - reg = <3>; |
|---|
| 712 | | - regulator-name = "vdd_1v05"; |
|---|
| 713 | | - regulator-min-microvolt = <1050000>; |
|---|
| 714 | | - regulator-max-microvolt = <1050000>; |
|---|
| 715 | | - gpio = <&pmic 2 GPIO_ACTIVE_HIGH>; |
|---|
| 716 | | - enable-active-high; |
|---|
| 717 | | - }; |
|---|
| 703 | + vdd_pnl_reg: regulator@4 { |
|---|
| 704 | + compatible = "regulator-fixed"; |
|---|
| 705 | + regulator-name = "vdd_pnl"; |
|---|
| 706 | + regulator-min-microvolt = <2800000>; |
|---|
| 707 | + regulator-max-microvolt = <2800000>; |
|---|
| 708 | + gpio = <&gpio TEGRA_GPIO(C, 6) GPIO_ACTIVE_HIGH>; |
|---|
| 709 | + enable-active-high; |
|---|
| 710 | + }; |
|---|
| 718 | 711 | |
|---|
| 719 | | - vdd_pnl_reg: regulator@4 { |
|---|
| 720 | | - compatible = "regulator-fixed"; |
|---|
| 721 | | - reg = <4>; |
|---|
| 722 | | - regulator-name = "vdd_pnl"; |
|---|
| 723 | | - regulator-min-microvolt = <2800000>; |
|---|
| 724 | | - regulator-max-microvolt = <2800000>; |
|---|
| 725 | | - gpio = <&gpio TEGRA_GPIO(C, 6) GPIO_ACTIVE_HIGH>; |
|---|
| 726 | | - enable-active-high; |
|---|
| 727 | | - }; |
|---|
| 712 | + vdd_bl_reg: regulator@5 { |
|---|
| 713 | + compatible = "regulator-fixed"; |
|---|
| 714 | + regulator-name = "vdd_bl"; |
|---|
| 715 | + regulator-min-microvolt = <2800000>; |
|---|
| 716 | + regulator-max-microvolt = <2800000>; |
|---|
| 717 | + gpio = <&gpio TEGRA_GPIO(W, 0) GPIO_ACTIVE_HIGH>; |
|---|
| 718 | + enable-active-high; |
|---|
| 719 | + }; |
|---|
| 728 | 720 | |
|---|
| 729 | | - vdd_bl_reg: regulator@5 { |
|---|
| 730 | | - compatible = "regulator-fixed"; |
|---|
| 731 | | - reg = <5>; |
|---|
| 732 | | - regulator-name = "vdd_bl"; |
|---|
| 733 | | - regulator-min-microvolt = <2800000>; |
|---|
| 734 | | - regulator-max-microvolt = <2800000>; |
|---|
| 735 | | - gpio = <&gpio TEGRA_GPIO(W, 0) GPIO_ACTIVE_HIGH>; |
|---|
| 736 | | - enable-active-high; |
|---|
| 737 | | - }; |
|---|
| 738 | | - |
|---|
| 739 | | - vdd_5v0_hdmi: regulator@6 { |
|---|
| 740 | | - compatible = "regulator-fixed"; |
|---|
| 741 | | - reg = <6>; |
|---|
| 742 | | - regulator-name = "VDDIO_HDMI"; |
|---|
| 743 | | - regulator-min-microvolt = <5000000>; |
|---|
| 744 | | - regulator-max-microvolt = <5000000>; |
|---|
| 745 | | - gpio = <&gpio TEGRA_GPIO(T, 2) GPIO_ACTIVE_HIGH>; |
|---|
| 746 | | - enable-active-high; |
|---|
| 747 | | - vin-supply = <&vdd_5v0_reg>; |
|---|
| 748 | | - }; |
|---|
| 721 | + vdd_5v0_hdmi: regulator@6 { |
|---|
| 722 | + compatible = "regulator-fixed"; |
|---|
| 723 | + regulator-name = "VDDIO_HDMI"; |
|---|
| 724 | + regulator-min-microvolt = <5000000>; |
|---|
| 725 | + regulator-max-microvolt = <5000000>; |
|---|
| 726 | + gpio = <&gpio TEGRA_GPIO(T, 2) GPIO_ACTIVE_HIGH>; |
|---|
| 727 | + enable-active-high; |
|---|
| 728 | + vin-supply = <&vdd_5v0_reg>; |
|---|
| 749 | 729 | }; |
|---|
| 750 | 730 | |
|---|
| 751 | 731 | sound { |
|---|
| .. | .. |
|---|
| 768 | 748 | |
|---|
| 769 | 749 | nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>; |
|---|
| 770 | 750 | nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) |
|---|
| 771 | | - GPIO_ACTIVE_HIGH>; |
|---|
| 751 | + GPIO_ACTIVE_LOW>; |
|---|
| 772 | 752 | nvidia,int-mic-en-gpios = <&gpio TEGRA_GPIO(X, 0) |
|---|
| 773 | 753 | GPIO_ACTIVE_HIGH>; |
|---|
| 774 | 754 | nvidia,ext-mic-en-gpios = <&gpio TEGRA_GPIO(X, 1) |
|---|