Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752462AbaFXHTV (ORCPT ); Tue, 24 Jun 2014 03:19:21 -0400 Received: from mail-pb0-f53.google.com ([209.85.160.53]:41832 "EHLO mail-pb0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752014AbaFXHTS (ORCPT ); Tue, 24 Jun 2014 03:19:18 -0400 From: Daniel Jeong To: Jingoo Han , Bryan Wu , Lee Jones , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Grant Likely , Rob Herring , Randy Dunlap Cc: Daniel Jeong , , , , , Daniel Jeong Subject: [RFC v3 2/2] backlight: device tree: add new tps611xx backlight driver Date: Tue, 24 Jun 2014 16:18:50 +0900 Message-Id: <1403594330-15387-3-git-send-email-gshark.jeong@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1403594330-15387-1-git-send-email-gshark.jeong@gmail.com> References: <1403594330-15387-1-git-send-email-gshark.jeong@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This commit is about tps611xx device tree documentation. Signed-off-by: Daniel Jeong --- .../video/backlight/tps611xx-backlight.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt diff --git a/Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt b/Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt new file mode 100644 index 0000000..01f110d --- /dev/null +++ b/Documentation/devicetree/bindings/video/backlight/tps611xx-backlight.txt @@ -0,0 +1,16 @@ +TPS611xx family of backlight driver based on EasyScale. + +It supports tps61158, tps61161, tps61163 and tps61165. + +Required properties: +- compatible: "ti,tps61158_bl", "ti,tps61161_bl", "ti,tps61163_bl", "ti,tps61165_bl" +- rfa_en: enable request for acknowledge. ( 0 : disable , 1 : enable ) +- en_gpio_num: gpio number for en pin. + +Example: + + backlight { + compatible = "ti,tps61163_bl"; + rfa_en = <1>; + en_gpio_num = <45>; + }; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/