diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2021-09-27 01:37:04 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-10-04 22:39:48 +0200 |
commit | 0bddaaf63946ee3a55df62e35aed9a7c86225b36 (patch) | |
tree | bd3f059e8a006c357d271b68c710d12d68022947 /arch/arm/boot/dts/tegra30-ouya.dts | |
parent | ARM: tegra: acer-a500: Correct compatible of ak8975 magnetometer (diff) | |
download | linux-0bddaaf63946ee3a55df62e35aed9a7c86225b36.tar.xz linux-0bddaaf63946ee3a55df62e35aed9a7c86225b36.zip |
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.dts | 5 |
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>; }; }; |