Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753113AbbBZDUG (ORCPT ); Wed, 25 Feb 2015 22:20:06 -0500 Received: from va-smtp01.263.net ([54.88.144.211]:60128 "EHLO va-smtp01.263.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752401AbbBZDUC (ORCPT ); Wed, 25 Feb 2015 22:20:02 -0500 X-RL-SENDER: hl@rock-chips.com X-SENDER-IP: 127.0.0.1 X-LOGIN-NAME: hl@rock-chips.com X-UNIQUE-TAG: <2dea30e7585492fcd79a84379aef05b0> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 1 From: huang lin To: djkurtz@chromium.org Cc: linux-rockchip@lists.infradead.org, huang lin , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] Documentation: devicetree: add backlight-boot-off property in pwm-backlight Date: Thu, 26 Feb 2015 11:12:45 +0800 Message-Id: <1424920366-7626-2-git-send-email-hl@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424920366-7626-1-git-send-email-hl@rock-chips.com> References: <1424920366-7626-1-git-send-email-hl@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 31 Add the backlight-boot-ff property, so we can keeping the backlight disabled at boot until it is enabled implicitly by a panel driver, or explicitly by userspace. Signed-off-by: huang lin --- Documentation/devicetree/bindings/video/backlight/pwm-backlight.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/video/backlight/pwm-backlight.txt b/Documentation/devicetree/bindings/video/backlight/pwm-backlight.txt index 764db86..28b0b4d 100644 --- a/Documentation/devicetree/bindings/video/backlight/pwm-backlight.txt +++ b/Documentation/devicetree/bindings/video/backlight/pwm-backlight.txt @@ -17,6 +17,7 @@ Optional properties: "pwms" property (see PWM binding[0]) - enable-gpios: contains a single GPIO specifier for the GPIO which enables and disables the backlight (see GPIO binding[1]) + - backlight-boot-off: turn off backlight when pwm backlight probe [0]: Documentation/devicetree/bindings/pwm/pwm.txt [1]: Documentation/devicetree/bindings/gpio/gpio.txt -- 1.9.1 -- 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/