From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 5 Jun 2017 10:02:34 +0800 Subject: [PATCH 3/3] ARM: dts: imx7d-sdb: Add Bluetooth support In-Reply-To: <1496084460-20910-3-git-send-email-festevam@gmail.com> References: <1496084460-20910-1-git-send-email-festevam@gmail.com> <1496084460-20910-3-git-send-email-festevam@gmail.com> Message-ID: <20170605020233.GH4094@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 29, 2017 at 04:01:00PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > imx7d-sdb has a BCM4339 BT chip connected to UART6. > > Add support for it. > > Signed-off-by: Fabio Estevam > --- > 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 >