linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: maxime.ripard@bootlin.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 08/19] arm64: dts: allwinner: a64: Orange Pi Win: Add serdev BT node
Date: Tue, 31 Jul 2018 14:22:43 +0200	[thread overview]
Message-ID: <20180731122243.zw2wgpvv2j4zv5hf@flea> (raw)
In-Reply-To: <20180730123137.923-9-andre.przywara@arm.com>

On Mon, Jul 30, 2018 at 01:31:26PM +0100, Andre Przywara wrote:
> The Orange Pi Win has the RTL8723BS WiFi/Bluetooth chip soldered on the
> board, with the Bluetooth part connected to UART1.
> 
> At the moment there is no mainline driver for the BT part yet, although
> there is one in development. However as this does not include a DT binding,
> we just go with an empty stub for now to denote that the BT chip is on
> that UART. This can later be filled with the right properties.
> 
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> ---
>  arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
> index e9a5640076ad..87c32635085b 100644
> --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
> +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-orangepi-win.dts
> @@ -253,6 +253,9 @@
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
>  	status = "okay";
> +
> +	rtl8723bs-bt {
> +	};

The unit name should be the class of the device, so bluetooth would a
better name. However, I'm not even sure this is relevant, and that we
should merge this patch. It doesn't provide any info that isn't
already there.

Maxime

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2018-07-31 12:22 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-30 12:31 [PATCH v3 00/19] arm64: dts: allwinner: A64 boards DT updates Andre Przywara
2018-07-30 12:31 ` [PATCH v3 01/19] arm64: dts: allwinner: a64: Add L2 cache nodes Andre Przywara
2018-07-30 12:31 ` [PATCH v3 02/19] arm64: dts: allwinner: a64: Add Pine64-LTS device tree file Andre Przywara
2018-07-30 12:31 ` [PATCH v3 03/19] arm64: dts: allwinner: a64: Orange Pi Win: Fix SD card node Andre Przywara
2018-07-30 12:31 ` [PATCH v3 04/19] arm64: dts: allwinner: a64: Orange Pi Win: Enable USB hub regulator Andre Przywara
2018-07-30 12:31 ` [PATCH v3 05/19] arm64: dts: allwinner: a64: Orange Pi Win: Enable USB OTG socket Andre Przywara
2018-08-07  5:04   ` Chen-Yu Tsai
2018-08-07  5:45     ` Chen-Yu Tsai
2018-07-30 12:31 ` [PATCH v3 06/19] arm64: dts: allwinner: a64: Orange Pi Win: Add Ethernet node Andre Przywara
2018-07-30 12:31 ` [PATCH v3 07/19] arm64: dts: allwinner: a64: Orange Pi Win: Add UARTs Andre Przywara
2018-08-07  5:08   ` Chen-Yu Tsai
2018-08-07  5:09     ` Chen-Yu Tsai
2018-07-30 12:31 ` [PATCH v3 08/19] arm64: dts: allwinner: a64: Orange Pi Win: Add serdev BT node Andre Przywara
2018-07-31 12:22   ` Maxime Ripard [this message]
2018-07-30 12:31 ` [PATCH v3 09/19] arm64: dts: allwinner: a64: Orange Pi Win: Add LED node Andre Przywara
2018-07-30 12:31 ` [PATCH v3 10/19] arm64: dts: allwinner: a64: Orange Pi Win: Add SDIO node Andre Przywara
2018-07-30 12:31 ` [PATCH v3 11/19] arm64: dts: allwinner: a64: Orange Pi Win: Add SPI flash node Andre Przywara
2018-07-30 12:31 ` [PATCH v3 12/19] arm64: dts: allwinner: a64: Orange Pi Win: Adjust CSI power rails Andre Przywara
2018-07-30 12:31 ` [PATCH v3 13/19] arm64: dts: allwinner: a64: Olinuxino: fix DRAM voltage Andre Przywara
2018-07-30 12:31 ` [PATCH v3 14/19] arm64: dts: allwinner: a64: Olinuxino: add Ethernet nodes Andre Przywara
2018-07-30 12:31 ` [PATCH v3 15/19] arm64: dts: allwinner: a64: Olinuxino: enable USB Andre Przywara
2018-07-30 12:31 ` [PATCH v3 16/19] arm64: dts: allwinner: a64: NanoPi-A64: Fix DCDC1 voltage Andre Przywara
2018-07-30 12:31 ` [PATCH v3 17/19] arm64: dts: allwinner: a64: NanoPi-A64: Add Ethernet Andre Przywara
2018-07-30 12:31 ` [PATCH v3 18/19] arm64: dts: allwinner: a64: NanoPi-A64: Add Wifi chip Andre Przywara
2018-08-07  5:53   ` Chen-Yu Tsai
2018-07-30 12:31 ` [PATCH v3 19/19] arm64: dts: allwinner: a64: NanoPi-A64: Add blue status LED Andre Przywara
2018-07-31 12:30 ` [PATCH v3 00/19] arm64: dts: allwinner: A64 boards DT updates Maxime Ripard
2018-08-07  5:55   ` Chen-Yu Tsai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180731122243.zw2wgpvv2j4zv5hf@flea \
    --to=maxime.ripard@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).