diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-05-24 12:27:01 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-05-24 12:27:01 +0100 |
commit | 741f1977f54d183137def1d638bce9fb0e2d3e4e (patch) | |
tree | 1a84c99ddbcc073fd4d0053eae449f20409389a2 /arm-dts-boneblack-wireless-add-WL1835-Bluetooth-device-node.patch | |
parent | debc7c545acd1171c5de82ddea7ab29933446a1a (diff) | |
download | kernel-741f1977f54d183137def1d638bce9fb0e2d3e4e.tar.gz kernel-741f1977f54d183137def1d638bce9fb0e2d3e4e.tar.xz kernel-741f1977f54d183137def1d638bce9fb0e2d3e4e.zip |
Various ARM updates
Diffstat (limited to 'arm-dts-boneblack-wireless-add-WL1835-Bluetooth-device-node.patch')
-rw-r--r-- | arm-dts-boneblack-wireless-add-WL1835-Bluetooth-device-node.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arm-dts-boneblack-wireless-add-WL1835-Bluetooth-device-node.patch b/arm-dts-boneblack-wireless-add-WL1835-Bluetooth-device-node.patch new file mode 100644 index 000000000..b4c945697 --- /dev/null +++ b/arm-dts-boneblack-wireless-add-WL1835-Bluetooth-device-node.patch @@ -0,0 +1,40 @@ +From patchwork Mon May 22 14:51:38 2017 +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Subject: arm: dts: boneblack-wireless: add WL1835 Bluetooth device node +From: Ricardo Salveti <ricardo.salveti@linaro.org> +X-Patchwork-Id: 9740719 +Message-Id: <1495464701-12046-1-git-send-email-ricardo.salveti@linaro.org> +To: linux-omap@vger.kernel.org +Cc: Mark Rutland <mark.rutland@arm.com>, + Ricardo Salveti <ricardo.salveti@linaro.org>, devicetree@vger.kernel.org, + Tony Lindgren <tony@atomide.com>, Russell King <linux@armlinux.org.uk>, + linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>, + =?UTF-8?q?Beno=C3=AEt=20Cousson?= <bcousson@baylibre.com>, + robertcnelson@gmail.com, linux-arm-kernel@lists.infradead.org +Date: Mon, 22 May 2017 11:51:38 -0300 + +This adds the serial slave device for the WL1835 Bluetooth interface. + +Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org> +--- + arch/arm/boot/dts/am335x-boneblack-wireless.dts | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts +index 105bd10..83f49f6 100644 +--- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts ++++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts +@@ -97,6 +97,11 @@ + pinctrl-names = "default"; + pinctrl-0 = <&uart3_pins &bt_pins>; + status = "okay"; ++ ++ bluetooth { ++ compatible = "ti,wl1835-st"; ++ enable-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; ++ }; + }; + + &gpio3 { |