Re: [PATCH 0/2] ARM: LEGO MINDSTORMS EV3 Bluetooth support

From: David Lechner
Date: Tue Jun 26 2018 - 12:51:08 EST


Hi Sekhar,

On 05/31/2018 03:25 PM, David Lechner wrote:
This series adds Bluetooth support to LEGO MINDSTORMS EV3.

The pwm-clock depends on the common clock framework, so this requires the
recent davinci common clock series to switch to the common clock framework
before it will actually work.

David Lechner (2):
ARM: dts: da850-lego-ev3: Add Bluetooth nodes
ARM: davinci_all_defconfig: Enable Bluetooth

arch/arm/boot/dts/da850-lego-ev3.dts | 82 ++++++++++++++++++++++++++
arch/arm/configs/davinci_all_defconfig | 9 +++
2 files changed, 91 insertions(+)


After "ARM: dts: da850: Add power-domains to PWM nodes", this is ready to
apply.