summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra20-acer-a500-picasso.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 23:39:48 +0300
commit0bddaaf63946ee3a55df62e35aed9a7c86225b36 (patch)
treebd3f059e8a006c357d271b68c710d12d68022947 /arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
parent98b5c3eb0f196042f3bc1f6b1be63b2ed55d04c7 (diff)
downloadlinux-0bddaaf63946ee3a55df62e35aed9a7c86225b36.tar.xz
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/tegra20-acer-a500-picasso.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-acer-a500-picasso.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
index 5ac288fa9c5e..23d3f8daab23 100644
--- a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
+++ b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
@@ -393,6 +393,10 @@
bluetooth {
compatible = "brcm,bcm4329-bt";
+ interrupt-parent = <&gpio>;
+ interrupts = <TEGRA_GPIO(U, 6) IRQ_TYPE_EDGE_RISING>;
+ interrupt-names = "host-wakeup";
+
/* PLLP 216MHz / 16 / 4 */
max-speed = <3375000>;
@@ -403,7 +407,6 @@
vddio-supply = <&vdd_1v8_sys>;
device-wakeup-gpios = <&gpio TEGRA_GPIO(U, 1) GPIO_ACTIVE_HIGH>;
- host-wakeup-gpios = <&gpio TEGRA_GPIO(U, 6) GPIO_ACTIVE_HIGH>;
shutdown-gpios = <&gpio TEGRA_GPIO(U, 0) GPIO_ACTIVE_HIGH>;
};
};