From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69BDAC432C3 for ; Thu, 14 Nov 2019 13:45:41 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3BBD8206F4 for ; Thu, 14 Nov 2019 13:45:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ceijQcM3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3BBD8206F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=a9XGVN7ufXQfHpBHknMhzaiFTdlaLs9B4gE6S0QG45A=; b=ceijQcM3zDBbEO +5i4olFt0uuQhYhpuBlHzgbQZ1i3PL7NUyFUCtZULaM2tMArtV+x5L/VHmBdaUOOc0JWog3xUZ+xt HHt7mt7loFKGnIop+pwSm9MymqrLrj16wxzpNT3rxJq3S2N/RIp0Cljowz48otxrWZTTbTd6b7mha PaY2XleqtQbWYDf8gpactJ9CE7b4PuJcXTqdekq3hI8oa3ton9aJawnqjZYqV419t+fIMBknVia3I b2+pnHcDrnTbryLqvbwXZ9Jb9QZX8kN8peJb9olip3OmHfa1MyGckMtSk29FVczGq1IQP4VsHArO8 cbYVNFBV4r/KgJ3zu2MA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iVFRL-0001xF-Mk; Thu, 14 Nov 2019 13:45:39 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iVFRG-0001va-TY; Thu, 14 Nov 2019 13:45:37 +0000 Received: from wf0530.dip.tu-dresden.de ([141.76.182.18] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iVFRA-0002bz-Dj; Thu, 14 Nov 2019 14:45:28 +0100 From: Heiko Stuebner To: Abhishek Pandit-Subedi Subject: Re: [PATCH] ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron Date: Thu, 14 Nov 2019 14:45:22 +0100 Message-ID: <3639233.d3cbfcQTlM@phil> In-Reply-To: <20191112004700.185304-1-abhishekpandit@chromium.org> References: <20191112004700.185304-1-abhishekpandit@chromium.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191114_054535_256767_55CDF814 X-CRM114-Status: GOOD ( 30.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, dianders@chromium.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Am Dienstag, 12. November 2019, 01:47:00 CET schrieb Abhishek Pandit-Subedi: > This enables the Broadcom uart bluetooth driver on uart0 and gives it > ownership of its gpios. In order to use this, you must enable the > following kconfig options: > - CONFIG_BT_HCIUART_BCM > - CONFIG_SERIAL_DEV > > This is applicable to rk3288-veyron series boards that use the bcm43540 > wifi+bt chips. > > As part of this change, also refactor the pinctrl across the various > boards. All the boards using broadcom bluetooth shouldn't touch the > bt_dev_wake pin. > > Signed-off-by: Abhishek Pandit-Subedi looks good to me @dianders: does this look ok to you too? Just to confirm, I guess mickey and brain do not have the suspend_l pin settings? [They only seem to get the default pinctrl state but not the sleep state in @pinctrl] Thanks Heiko > --- > > This patch enables using the Broadcom HCI UART driver with the > BCM43540 Wi-Fi + Bluetooth chip. This chip is used on a RK3288 based > board (Veyron) and these changes have been tested on the Minnie variant > of the board (i.e. rk3288-veyron-minnie.dts). > > The changes are applicable to the minnie, mickey, speedy and brain > variants (all of which use the Broadcom chips). The bt-activity node was > removed for all Veyron boards and shouldn't affect the boards using > Marvell chips since they aren't using this out-of-band wakeup gpio. > > A previous portion of this series adding the compatible string to the > hci_bcm driver has already been merged into bluetooth-next: > https://lore.kernel.org/r/4680AA6A-599F-4D5E-9A96-0655569BAE94@holtmann.org > > There is also an ongoing series to fix up the baudrate settings and > configure the PCM parameters on bluetooth-next: > https://lore.kernel.org/linux-bluetooth/20191112001949.136377-1-abhishekpandit@chromium.org/ > > > arch/arm/boot/dts/rk3288-veyron-brain.dts | 9 +++ > .../dts/rk3288-veyron-broadcom-bluetooth.dtsi | 26 ++++++++ > .../boot/dts/rk3288-veyron-chromebook.dtsi | 21 ------- > arch/arm/boot/dts/rk3288-veyron-fievel.dts | 2 - > arch/arm/boot/dts/rk3288-veyron-jaq.dts | 22 +++++++ > arch/arm/boot/dts/rk3288-veyron-jerry.dts | 22 +++++++ > arch/arm/boot/dts/rk3288-veyron-mickey.dts | 9 +++ > arch/arm/boot/dts/rk3288-veyron-minnie.dts | 21 +++++++ > arch/arm/boot/dts/rk3288-veyron-pinky.dts | 22 +++++++ > arch/arm/boot/dts/rk3288-veyron-speedy.dts | 21 +++++++ > arch/arm/boot/dts/rk3288-veyron.dtsi | 59 +++---------------- > 11 files changed, 159 insertions(+), 75 deletions(-) > create mode 100644 arch/arm/boot/dts/rk3288-veyron-broadcom-bluetooth.dtsi > > diff --git a/arch/arm/boot/dts/rk3288-veyron-brain.dts b/arch/arm/boot/dts/rk3288-veyron-brain.dts > index 406146cbff29..aa33d09184ad 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-brain.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-brain.dts > @@ -7,6 +7,7 @@ > > /dts-v1/; > #include "rk3288-veyron.dtsi" > +#include "rk3288-veyron-broadcom-bluetooth.dtsi" > > / { > model = "Google Brain"; > @@ -40,6 +41,14 @@ > }; > > &pinctrl { > + pinctrl-names = "default"; > + pinctrl-0 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + >; > + > hdmi { > vcc50_hdmi_en: vcc50-hdmi-en { > rockchip,pins = <7 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>; > diff --git a/arch/arm/boot/dts/rk3288-veyron-broadcom-bluetooth.dtsi b/arch/arm/boot/dts/rk3288-veyron-broadcom-bluetooth.dtsi > new file mode 100644 > index 000000000000..ffa14049c3b5 > --- /dev/null > +++ b/arch/arm/boot/dts/rk3288-veyron-broadcom-bluetooth.dtsi > @@ -0,0 +1,26 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Google Veyron (and derivatives) fragment for the Broadcom 43450 bluetooth > + * chip. > + * > + * Copyright 2019 Google, Inc > + */ > + > +&uart0 { > + bluetooth { > + pinctrl-names = "default"; > + pinctrl-0 = <&bt_host_wake_l>, <&bt_enable_l>, > + <&bt_dev_wake>; > + > + compatible = "brcm,bcm43540-bt"; > + host-wakeup-gpios = <&gpio4 RK_PD7 GPIO_ACTIVE_HIGH>; > + shutdown-gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>; > + device-wakeup-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; > + max-speed = <3000000>; > + > + brcm,bt-sco-routing = [01]; > + brcm,pcm-interface-rate = [02]; > + brcm,pcm-sync-mode = [01]; > + brcm,pcm-clock-mode = [01]; > + }; > +}; > diff --git a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi > index ffb60f880b39..05112c25176d 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi > +++ b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi > @@ -136,27 +136,6 @@ > }; > > &pinctrl { > - pinctrl-0 = < > - /* Common for sleep and wake, but no owners */ > - &ddr0_retention > - &ddrio_pwroff > - &global_pwroff > - > - /* Wake only */ > - &suspend_l_wake > - &bt_dev_wake_awake > - >; > - pinctrl-1 = < > - /* Common for sleep and wake, but no owners */ > - &ddr0_retention > - &ddrio_pwroff > - &global_pwroff > - > - /* Sleep only */ > - &suspend_l_sleep > - &bt_dev_wake_sleep > - >; > - > buttons { > ap_lid_int_l: ap-lid-int-l { > rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>; > diff --git a/arch/arm/boot/dts/rk3288-veyron-fievel.dts b/arch/arm/boot/dts/rk3288-veyron-fievel.dts > index 9a0f55085839..7e7ef8e06b8d 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-fievel.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-fievel.dts > @@ -18,8 +18,6 @@ > "google,veyron-fievel-rev0", "google,veyron-fievel", > "google,veyron", "rockchip,rk3288"; > > - /delete-node/ bt-activity; > - > vccsys: vccsys { > compatible = "regulator-fixed"; > regulator-name = "vccsys"; > diff --git a/arch/arm/boot/dts/rk3288-veyron-jaq.dts b/arch/arm/boot/dts/rk3288-veyron-jaq.dts > index a4966e505a2f..171ba6185b6d 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-jaq.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-jaq.dts > @@ -273,6 +273,28 @@ > }; > > &pinctrl { > + pinctrl-names = "default", "sleep"; > + pinctrl-0 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Wake only */ > + &suspend_l_wake > + &bt_dev_wake_awake > + >; > + pinctrl-1 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Sleep only */ > + &suspend_l_sleep > + &bt_dev_wake_sleep > + >; > + > buck-5v { > drv_5v: drv-5v { > rockchip,pins = <7 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; > diff --git a/arch/arm/boot/dts/rk3288-veyron-jerry.dts b/arch/arm/boot/dts/rk3288-veyron-jerry.dts > index a6ee44f0fe13..66f00d28801a 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-jerry.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-jerry.dts > @@ -418,6 +418,28 @@ > }; > > &pinctrl { > + pinctrl-names = "default", "sleep"; > + pinctrl-0 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Wake only */ > + &suspend_l_wake > + &bt_dev_wake_awake > + >; > + pinctrl-1 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Sleep only */ > + &suspend_l_sleep > + &bt_dev_wake_sleep > + >; > + > buck-5v { > drv_5v: drv-5v { > rockchip,pins = <7 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; > diff --git a/arch/arm/boot/dts/rk3288-veyron-mickey.dts b/arch/arm/boot/dts/rk3288-veyron-mickey.dts > index 06a6a9554c48..ffd1121d19be 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-mickey.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-mickey.dts > @@ -7,6 +7,7 @@ > > /dts-v1/; > #include "rk3288-veyron.dtsi" > +#include "rk3288-veyron-broadcom-bluetooth.dtsi" > > / { > model = "Google Mickey"; > @@ -411,6 +412,14 @@ > }; > > &pinctrl { > + pinctrl-names = "default"; > + pinctrl-0 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + >; > + > hdmi { > power_hdmi_on: power-hdmi-on { > rockchip,pins = <7 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>; > diff --git a/arch/arm/boot/dts/rk3288-veyron-minnie.dts b/arch/arm/boot/dts/rk3288-veyron-minnie.dts > index c833716dbe48..39f76e02875f 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-minnie.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-minnie.dts > @@ -7,6 +7,7 @@ > > /dts-v1/; > #include "rk3288-veyron-chromebook.dtsi" > +#include "rk3288-veyron-broadcom-bluetooth.dtsi" > > / { > model = "Google Minnie"; > @@ -344,6 +345,26 @@ > }; > > &pinctrl { > + pinctrl-names = "default", "sleep"; > + pinctrl-0 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Wake only */ > + &suspend_l_wake > + >; > + pinctrl-1 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Sleep only */ > + &suspend_l_sleep > + >; > + > buck-5v { > drv_5v: drv-5v { > rockchip,pins = <7 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; > diff --git a/arch/arm/boot/dts/rk3288-veyron-pinky.dts b/arch/arm/boot/dts/rk3288-veyron-pinky.dts > index f420499f300a..71e6629cc208 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-pinky.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-pinky.dts > @@ -64,6 +64,28 @@ > }; > > &pinctrl { > + pinctrl-names = "default", "sleep"; > + pinctrl-0 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Wake only */ > + &suspend_l_wake > + &bt_dev_wake_awake > + >; > + pinctrl-1 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Sleep only */ > + &suspend_l_sleep > + &bt_dev_wake_sleep > + >; > + > /delete-node/ lcd; > > backlight { > diff --git a/arch/arm/boot/dts/rk3288-veyron-speedy.dts b/arch/arm/boot/dts/rk3288-veyron-speedy.dts > index 2f2989bc3f9c..e354c61a45e7 100644 > --- a/arch/arm/boot/dts/rk3288-veyron-speedy.dts > +++ b/arch/arm/boot/dts/rk3288-veyron-speedy.dts > @@ -7,6 +7,7 @@ > > /dts-v1/; > #include "rk3288-veyron-chromebook.dtsi" > +#include "rk3288-veyron-broadcom-bluetooth.dtsi" > #include "cros-ec-sbs.dtsi" > > / { > @@ -279,6 +280,26 @@ > }; > > &pinctrl { > + pinctrl-names = "default", "sleep"; > + pinctrl-0 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Wake only */ > + &suspend_l_wake > + >; > + pinctrl-1 = < > + /* Common for sleep and wake, but no owners */ > + &ddr0_retention > + &ddrio_pwroff > + &global_pwroff > + > + /* Sleep only */ > + &suspend_l_sleep > + >; > + > buck-5v { > drv_5v: drv-5v { > rockchip,pins = <7 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>; > diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi > index 7525e3dd1fc1..54a6838d73f5 100644 > --- a/arch/arm/boot/dts/rk3288-veyron.dtsi > +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi > @@ -23,30 +23,6 @@ > reg = <0x0 0x0 0x0 0x80000000>; > }; > > - bt_activity: bt-activity { > - compatible = "gpio-keys"; > - pinctrl-names = "default"; > - pinctrl-0 = <&bt_host_wake>; > - > - /* > - * HACK: until we have an LPM driver, we'll use an > - * ugly GPIO key to allow Bluetooth to wake from S3. > - * This is expected to only be used by BT modules that > - * use UART for comms. For BT modules that talk over > - * SDIO we should use a wakeup mechanism related to SDIO. > - * > - * Use KEY_RESERVED here since that will work as a wakeup but > - * doesn't get reported to higher levels (so doesn't confuse > - * Chrome). > - */ > - bt-wake { > - label = "BT Wakeup"; > - gpios = <&gpio4 RK_PD7 GPIO_ACTIVE_HIGH>; > - linux,code = ; > - wakeup-source; > - }; > - > - }; > > power_button: power-button { > compatible = "gpio-keys"; > @@ -82,22 +58,17 @@ > clocks = <&rk808 RK808_CLKOUT1>; > clock-names = "ext_clock"; > pinctrl-names = "default"; > - pinctrl-0 = <&bt_enable_l>, <&wifi_enable_h>; > + pinctrl-0 = <&wifi_enable_h>; > > /* > - * Depending on the actual card populated GPIO4 D4 and D5 > + * Depending on the actual card populated GPIO4 D4 > * correspond to one of these signals on the module: > * > * D4: > * - SDIO_RESET_L_WL_REG_ON > * - PDN (power down when low) > - * > - * D5: > - * - BT_I2S_WS_BT_RFDISABLE_L > - * - No connect > */ > - reset-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_LOW>, > - <&gpio4 RK_PD5 GPIO_ACTIVE_LOW>; > + reset-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_LOW>; > }; > > vcc_5v: vcc-5v { > @@ -481,26 +452,6 @@ > }; > > &pinctrl { > - pinctrl-names = "default", "sleep"; > - pinctrl-0 = < > - /* Common for sleep and wake, but no owners */ > - &ddr0_retention > - &ddrio_pwroff > - &global_pwroff > - > - /* Wake only */ > - &bt_dev_wake_awake > - >; > - pinctrl-1 = < > - /* Common for sleep and wake, but no owners */ > - &ddr0_retention > - &ddrio_pwroff > - &global_pwroff > - > - /* Sleep only */ > - &bt_dev_wake_sleep > - >; > - > pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma { > bias-disable; > drive-strength = <8>; > @@ -622,6 +573,10 @@ > bt_dev_wake_awake: bt-dev-wake-awake { > rockchip,pins = <4 RK_PD2 RK_FUNC_GPIO &pcfg_output_high>; > }; > + > + bt_dev_wake: bt-dev-wake { > + rockchip,pins = <4 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>; > + }; > }; > > tpm { > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel