From patchwork Wed Jun 7 10:32:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo i Serra X-Patchwork-Id: 9771241 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DD8A86034B for ; Wed, 7 Jun 2017 10:33:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BA0F7268AE for ; Wed, 7 Jun 2017 10:33:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AEBC828471; Wed, 7 Jun 2017 10:33:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 62BCD268AE for ; Wed, 7 Jun 2017 10:33:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751066AbdFGKdA (ORCPT ); Wed, 7 Jun 2017 06:33:00 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:39186 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbdFGKc6 (ORCPT ); Wed, 7 Jun 2017 06:32:58 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 3033326B855 From: Enric Balletbo i Serra To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-input@vger.kernel.org Cc: Dmitry Torokhov , Lee Jones , Daniel Thompson , Jingoo Han , Richard Purdie , Jacek Anaszewski , Pavel Machek , Rob Herring , Mark Rutland , Russell King , Tony Lindgren , javier@dowhile0.org Subject: [PATCH 2/4] ARM: dts: tps65217: Add backlight and pmic device Date: Wed, 7 Jun 2017 12:32:40 +0200 Message-Id: <20170607103242.16008-2-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170607103242.16008-1-enric.balletbo@collabora.com> References: <20170607103242.16008-1-enric.balletbo@collabora.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Support the backlight driver but disable by default and also add the compatible string for regulators. Signed-off-by: Enric Balletbo i Serra --- arch/arm/boot/dts/tps65217.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/tps65217.dtsi b/arch/arm/boot/dts/tps65217.dtsi index 02de56b..233581f 100644 --- a/arch/arm/boot/dts/tps65217.dtsi +++ b/arch/arm/boot/dts/tps65217.dtsi @@ -16,6 +16,11 @@ interrupt-controller; #interrupt-cells = <1>; + backlight { + compatible = "ti,tps65217-bl"; + status = "disabled"; + }; + charger { compatible = "ti,tps65217-charger"; status = "disabled"; @@ -27,6 +32,7 @@ }; regulators { + compatible = "ti,tps65217-pmic"; #address-cells = <1>; #size-cells = <0>;