diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2021-09-27 02:37:04 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-10-04 23:39:48 +0300 |
commit | 0bddaaf63946ee3a55df62e35aed9a7c86225b36 (patch) | |
tree | bd3f059e8a006c357d271b68c710d12d68022947 /arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | |
parent | 98b5c3eb0f196042f3bc1f6b1be63b2ed55d04c7 (diff) | |
download | linux-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.dts | 5 |
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>; }; }; |