aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-09-13 11:40:17 -0400
committerArnd Bergmann <arnd@arndb.de>2016-09-13 11:40:17 -0400
commit83a9660af6cf96b44c87a0312be2d2cae7640544 (patch)
tree8975db08e88fe5fabed455ddd25b3f20d87a265a /arch/arm/boot
parent1f480960e0aa2a681ba03ab85db13a70788e202a (diff)
parent7e9d474954f4c8c27534633252500e0c477581bd (diff)
Merge tag 'tegra-for-4.9-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/dt
Pull "ARM: tegra: Device tree changes for v4.9-rc1" from Thierry Reding: Contains a couple of cleanups for Tegra114 device trees. * tag 'tegra-for-4.9-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: ARM: tegra: Correct polarity for Tegra114 PMIC interrupt ARM: tegra: Fix Tegra114 USB compatible values
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/tegra114-dalmore.dts2
-rw-r--r--arch/arm/boot/dts/tegra114-roth.dts2
-rw-r--r--arch/arm/boot/dts/tegra114-tn7.dts2
-rw-r--r--arch/arm/boot/dts/tegra114.dtsi8
4 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index 1dfc492cc004..1444fbd543e7 100644
--- a/arch/arm/boot/dts/tegra114-dalmore.dts
+++ b/arch/arm/boot/dts/tegra114-dalmore.dts
@@ -897,7 +897,7 @@
897 palmas: tps65913@58 { 897 palmas: tps65913@58 {
898 compatible = "ti,palmas"; 898 compatible = "ti,palmas";
899 reg = <0x58>; 899 reg = <0x58>;
900 interrupts = <0 86 IRQ_TYPE_LEVEL_LOW>; 900 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
901 901
902 #interrupt-cells = <2>; 902 #interrupt-cells = <2>;
903 interrupt-controller; 903 interrupt-controller;
diff --git a/arch/arm/boot/dts/tegra114-roth.dts b/arch/arm/boot/dts/tegra114-roth.dts
index 70cf40996c3f..966a7fc044af 100644
--- a/arch/arm/boot/dts/tegra114-roth.dts
+++ b/arch/arm/boot/dts/tegra114-roth.dts
@@ -802,7 +802,7 @@
802 palmas: pmic@58 { 802 palmas: pmic@58 {
803 compatible = "ti,palmas"; 803 compatible = "ti,palmas";
804 reg = <0x58>; 804 reg = <0x58>;
805 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_LOW>; 805 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
806 806
807 #interrupt-cells = <2>; 807 #interrupt-cells = <2>;
808 interrupt-controller; 808 interrupt-controller;
diff --git a/arch/arm/boot/dts/tegra114-tn7.dts b/arch/arm/boot/dts/tegra114-tn7.dts
index 17dd14545862..a161fa1dfb61 100644
--- a/arch/arm/boot/dts/tegra114-tn7.dts
+++ b/arch/arm/boot/dts/tegra114-tn7.dts
@@ -63,7 +63,7 @@
63 palmas: pmic@58 { 63 palmas: pmic@58 {
64 compatible = "ti,palmas"; 64 compatible = "ti,palmas";
65 reg = <0x58>; 65 reg = <0x58>;
66 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_LOW>; 66 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
67 67
68 #interrupt-cells = <2>; 68 #interrupt-cells = <2>;
69 interrupt-controller; 69 interrupt-controller;
diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
index cb9393a53422..8932ea3afd5f 100644
--- a/arch/arm/boot/dts/tegra114.dtsi
+++ b/arch/arm/boot/dts/tegra114.dtsi
@@ -672,7 +672,7 @@
672 }; 672 };
673 673
674 usb@7d000000 { 674 usb@7d000000 {
675 compatible = "nvidia,tegra30-ehci", "usb-ehci"; 675 compatible = "nvidia,tegra114-ehci", "nvidia,tegra30-ehci", "usb-ehci";
676 reg = <0x7d000000 0x4000>; 676 reg = <0x7d000000 0x4000>;
677 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; 677 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
678 phy_type = "utmi"; 678 phy_type = "utmi";
@@ -684,7 +684,7 @@
684 }; 684 };
685 685
686 phy1: usb-phy@7d000000 { 686 phy1: usb-phy@7d000000 {
687 compatible = "nvidia,tegra30-usb-phy"; 687 compatible = "nvidia,tegra114-usb-phy", "nvidia,tegra30-usb-phy";
688 reg = <0x7d000000 0x4000 0x7d000000 0x4000>; 688 reg = <0x7d000000 0x4000 0x7d000000 0x4000>;
689 phy_type = "utmi"; 689 phy_type = "utmi";
690 clocks = <&tegra_car TEGRA114_CLK_USBD>, 690 clocks = <&tegra_car TEGRA114_CLK_USBD>,
@@ -708,7 +708,7 @@
708 }; 708 };
709 709
710 usb@7d008000 { 710 usb@7d008000 {
711 compatible = "nvidia,tegra30-ehci", "usb-ehci"; 711 compatible = "nvidia,tegra114-ehci", "nvidia,tegra30-ehci", "usb-ehci";
712 reg = <0x7d008000 0x4000>; 712 reg = <0x7d008000 0x4000>;
713 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; 713 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
714 phy_type = "utmi"; 714 phy_type = "utmi";
@@ -720,7 +720,7 @@
720 }; 720 };
721 721
722 phy3: usb-phy@7d008000 { 722 phy3: usb-phy@7d008000 {
723 compatible = "nvidia,tegra30-usb-phy"; 723 compatible = "nvidia,tegra114-usb-phy", "nvidia,tegra30-usb-phy";
724 reg = <0x7d008000 0x4000 0x7d000000 0x4000>; 724 reg = <0x7d008000 0x4000 0x7d000000 0x4000>;
725 phy_type = "utmi"; 725 phy_type = "utmi";
726 clocks = <&tegra_car TEGRA114_CLK_USB3>, 726 clocks = <&tegra_car TEGRA114_CLK_USB3>,