Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1643121 > unrolled thread
| Started by | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| First post | 2017-05-17 10:40 +0200 |
| Last post | 2017-05-23 10:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 08/12] arm64: dts: hikey960: add WL1837 Bluetooth device node Guodong Xu <guodong.xu@linaro.org> - 2017-05-17 10:40 +0200
Re: [PATCH 08/12] arm64: dts: hikey960: add WL1837 Bluetooth device node Rob Herring <robh@kernel.org> - 2017-05-23 02:50 +0200
Re: [PATCH 08/12] arm64: dts: hikey960: add WL1837 Bluetooth device node Guodong Xu <guodong.xu@linaro.org> - 2017-05-23 10:20 +0200
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Date | 2017-05-17 10:40 +0200 |
| Subject | [PATCH 08/12] arm64: dts: hikey960: add WL1837 Bluetooth device node |
| Message-ID | <tI2EW-J3-11@gated-at.bofh.it> |
This adds the serial slave device for the WL1837 Bluetooth interface.
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
---
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
index 513c496..69aa207 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
@@ -9,6 +9,7 @@
#include "hi3660.dtsi"
#include "hikey960-pinctrl.dtsi"
+#include <dt-bindings/gpio/gpio.h>
/ {
model = "HiKey960";
@@ -55,6 +56,16 @@
status = "okay";
};
+&uart4 {
+ status = "okay";
+ max-speed = <921600>;
+
+ bluetooth {
+ compatible = "ti,wl1837-st";
+ enable-gpios = <&gpio15 6 GPIO_ACTIVE_HIGH>;
+ };
+};
+
&uart6 {
status = "okay";
};
--
2.10.2
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-05-23 02:50 +0200 |
| Subject | Re: [PATCH 08/12] arm64: dts: hikey960: add WL1837 Bluetooth device node |
| Message-ID | <tK6bp-4ju-55@gated-at.bofh.it> |
| In reply to | #1643121 |
On Wed, May 17, 2017 at 04:37:41PM +0800, Guodong Xu wrote:
> This adds the serial slave device for the WL1837 Bluetooth interface.
>
> Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
> ---
> arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
> index 513c496..69aa207 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
> +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
> @@ -9,6 +9,7 @@
>
> #include "hi3660.dtsi"
> #include "hikey960-pinctrl.dtsi"
> +#include <dt-bindings/gpio/gpio.h>
>
> / {
> model = "HiKey960";
> @@ -55,6 +56,16 @@
> status = "okay";
> };
>
> +&uart4 {
> + status = "okay";
> + max-speed = <921600>;
This goes in the bluetooth node.
> +
> + bluetooth {
> + compatible = "ti,wl1837-st";
> + enable-gpios = <&gpio15 6 GPIO_ACTIVE_HIGH>;
> + };
> +};
> +
> &uart6 {
> status = "okay";
> };
> --
> 2.10.2
>
[toc] | [prev] | [next] | [standalone]
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Date | 2017-05-23 10:20 +0200 |
| Message-ID | <tKdcS-x7-21@gated-at.bofh.it> |
| In reply to | #1647538 |
On Tue, May 23, 2017 at 8:45 AM, Rob Herring <robh@kernel.org> wrote:
> On Wed, May 17, 2017 at 04:37:41PM +0800, Guodong Xu wrote:
>> This adds the serial slave device for the WL1837 Bluetooth interface.
>>
>> Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
>> ---
>> arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 11 +++++++++++
>> 1 file changed, 11 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
>> index 513c496..69aa207 100644
>> --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
>> +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts
>> @@ -9,6 +9,7 @@
>>
>> #include "hi3660.dtsi"
>> #include "hikey960-pinctrl.dtsi"
>> +#include <dt-bindings/gpio/gpio.h>
>>
>> / {
>> model = "HiKey960";
>> @@ -55,6 +56,16 @@
>> status = "okay";
>> };
>>
>> +&uart4 {
>> + status = "okay";
>> + max-speed = <921600>;
>
> This goes in the bluetooth node.
Yeah, thanks. I will fix.
-Guodong
>
>> +
>> + bluetooth {
>> + compatible = "ti,wl1837-st";
>> + enable-gpios = <&gpio15 6 GPIO_ACTIVE_HIGH>;
>> + };
>> +};
>> +
>> &uart6 {
>> status = "okay";
>> };
>> --
>> 2.10.2
>>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web