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: 9771239 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 4668F6034B for ; Wed, 7 Jun 2017 10:33:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 222F2268AE for ; Wed, 7 Jun 2017 10:33:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1698B28471; Wed, 7 Jun 2017 10:33:27 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D3E02268AE for ; Wed, 7 Jun 2017 10:33:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=DJvuuUqjIrkZM/TjzZwpp/HIh0KbzoIp5uFyOf/tbOs=; b=SHL4JZvyCON96J/gsw63D68Fz/ dkAtuRhyROHXMAqhKQfq6O1FiosFA24WJ2RoSTsKZTZhsJgqd9XBxDieEVM1+HXpNiHCsUpODgkRJ nAk1QuH/xWaiiLiyniYjoWZDj/4x0yXCQlJkfYcBECwTndD6a1L5LiS6G/D+rwS7VtCiJgnbFm+Eh TdW6/yzq/W2XBcZEzNQf22JzdiAim2TLoTTxTPHCtSMJiUOT8iBRtqqwKzD+8PwZuKhhn7oV953Uy a+W9gy2ZOGSne0xuk4udULIB9WuAuVPvGHE+DMEekC+AzxOyQ4eQ9i+b4GVNfaOxM8hMi3ykPKwCb pRj5eqJw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dIYHE-000298-U3; Wed, 07 Jun 2017 10:33:24 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dIYHB-000247-HZ for linux-arm-kernel@lists.infradead.org; Wed, 07 Jun 2017 10:33:23 +0000 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170607_033321_733707_940AE80E X-CRM114-Status: UNSURE ( 8.11 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Daniel Thompson , Tony Lindgren , Jingoo Han , Dmitry Torokhov , Russell King , Rob Herring , Richard Purdie , Jacek Anaszewski , Pavel Machek , javier@dowhile0.org, Lee Jones MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.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>;