From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lechner Subject: Re: [PATCH 0/2] ARM: LEGO MINDSTORMS EV3 Bluetooth support Date: Tue, 26 Jun 2018 11:51:00 -0500 Message-ID: References: <20180531202549.11255-1-david@lechnology.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180531202549.11255-1-david@lechnology.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Sekhar Nori , Kevin Hilman , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org 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.