summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra30-ouya.dts
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2021-09-27 02:37:04 +0300
committerThierry Reding <treding@nvidia.com>2021-10-04 22:39:48 +0200
commit0bddaaf63946ee3a55df62e35aed9a7c86225b36 (patch)
treebd3f059e8a006c357d271b68c710d12d68022947 /arch/arm/boot/dts/tegra30-ouya.dts
parent98b5c3eb0f196042f3bc1f6b1be63b2ed55d04c7 (diff)
downloadlinux-0bddaaf63946ee3a55df62e35aed9a7c86225b36.tar.bz2
ARM: tegra: Update Broadcom Bluetooth device-tree nodes
The host-wakeup GPIO is now marked as deprecated in the broadcom-bluetooth device-tree binding, it's replaced with the host-wakeup interrupt. Update Tegra device-trees to the recent version of the Bluetooth binding. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-ouya.dts')
-rw-r--r--arch/arm/boot/dts/tegra30-ouya.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30-ouya.dts b/arch/arm/boot/dts/tegra30-ouya.dts
index 90db5ff72537..4259871b76c9 100644
--- a/arch/arm/boot/dts/tegra30-ouya.dts
+++ b/arch/arm/boot/dts/tegra30-ouya.dts
@@ -93,6 +93,10 @@
bluetooth {
compatible = "brcm,bcm4330-bt";
+ interrupt-parent = <&gpio>;
+ interrupts = <TEGRA_GPIO(U, 6) IRQ_TYPE_EDGE_RISING>;
+ interrupt-names = "host-wakeup";
+
max-speed = <4000000>;
clocks = <&tegra_pmc TEGRA_PMC_CLK_BLINK>;
@@ -103,7 +107,6 @@
shutdown-gpios = <&gpio TEGRA_GPIO(U, 0) GPIO_ACTIVE_HIGH>;
device-wakeup-gpios = <&gpio TEGRA_GPIO(U, 1) GPIO_ACTIVE_HIGH>;
- host-wakeup-gpios = <&gpio TEGRA_GPIO(U, 6) GPIO_ACTIVE_HIGH>;
};
};