summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2019-06-01 08:07:18 +0100
committerShawn Guo <shawnguo@kernel.org>2019-06-12 16:04:01 +0800
commit441f72821496d9e8cab397aa75fd65f223678654 (patch)
tree10c2663a236916260c4069c0120336327b89afbb /arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
parentb1368b58ac64400482e1f095d7c9236f4c941fd8 (diff)
ARM: dts: imx6sx-udoo-neo: add bluetooth config to uart3
This updates the WL1831 bluetooth to use the serial serdev driver interface. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-udoo-neo-full.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-udoo-neo-full.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
index 12e802f6208a..96f4d89848a3 100644
--- a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
+++ b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
@@ -35,3 +35,7 @@
&i2c4 { /* Onboard Motion sensors */
status = "okay";
};
+
+&uart3 { /* Bluetooth */
+ status = "okay";
+};