[PATCH 3/3] ARM: dts: imx7d-sdb: Add Bluetooth support
Shawn Guo
shawnguo at kernel.org
Sun Jun 4 19:02:34 PDT 2017
On Mon, May 29, 2017 at 04:01:00PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at nxp.com>
>
> imx7d-sdb has a BCM4339 BT chip connected to UART6.
>
> Add support for it.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
> ---
> arch/arm/boot/dts/imx7d-sdb.dts | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts
> index fc7e0b0..af90305 100644
> --- a/arch/arm/boot/dts/imx7d-sdb.dts
> +++ b/arch/arm/boot/dts/imx7d-sdb.dts
> @@ -370,6 +370,15 @@
> status = "okay";
> };
>
> +&uart6 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_uart6>;
> + assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
> + assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
> + fsl,uart-has-rtscts;
'uart-has-rtscts' please.
Shawn
> + status = "okay";
> +};
> +
> &usbotg1 {
> vbus-supply = <®_usb_otg1_vbus>;
> status = "okay";
> --
> 2.7.4
>
More information about the linux-arm-kernel
mailing list