From patchwork Sun Mar 28 15:24:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ChiYuan Huang X-Patchwork-Id: 12169001 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C874BC433E2 for ; Sun, 28 Mar 2021 15:25:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F3A56193F for ; Sun, 28 Mar 2021 15:25:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231199AbhC1PYp (ORCPT ); Sun, 28 Mar 2021 11:24:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231146AbhC1PYb (ORCPT ); Sun, 28 Mar 2021 11:24:31 -0400 Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56564C061762; Sun, 28 Mar 2021 08:24:31 -0700 (PDT) Received: by mail-pj1-x1030.google.com with SMTP id s21so4830748pjq.1; Sun, 28 Mar 2021 08:24:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=y34ysGC4dqpDwL3C2uoc3pF479HH3myYLczmtioGSO4=; b=jxRWgAmd2WQuYjiyF6I9HCpNZI0Ewy2F0Jgozv2VTZkjEHvQe9nYBVo/sehkKOhTn6 hsIoNAbvF+gqS5KQ6Ux1Fi2kL4EbXBrVtr07oI+NbCxz5DY0msdpQYX3m4L0TPSqE4Oo sR418z6F09TJ4MmLXHBmROmErf5IXHntg7Nc0icTXFQwotqWDC+wcwnJ1vlWHH5xpT55 211E5xcx2oB950yoURUfix2slpTiXWQ0Fa0N1znOFo01TAoHvxJN8Hg3IVbAslpygcwr tehacb8AMzgWznxyfEBLuFAtkePL+3z8S9PFCeGiKNBjnMTCwcy4ipiHPLWa0ukZFxNG 2Ung== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=y34ysGC4dqpDwL3C2uoc3pF479HH3myYLczmtioGSO4=; b=nHRPB2U5b1TRasWEy8rnMNf7v5s+IMO0bdG3RsDm7EouzurklCptsEW4NJTu1Sm5IJ ysjI3CrrEefCluL+zEX0K7iE3LayaPkMkEJhw9F40MxiYXr0Vcl7MjQ4h5/ffFXr0bV6 f2STZenfBh+KZkwmFCGd7Ce5+VaYUqW7Z3YuPz1JR1ABicq344RyxwI3FmGLyQQzyyVQ hKOFi3in2/QcrbiHmmzsvyTiyg5KtMBeX4wSUQ1M8ELvCJsYPNEtSAIQiQVG6gwJksn/ HQHmg+hS83ye70BdqomnJEPL9HtfnGmKNu/UMMr8thI1ZLM7tbLtEK9GpQLWXXY3i+a7 s6Gg== X-Gm-Message-State: AOAM5304T/xV3pKee8wq1T+RhzKrmfgINV88ca9MB7kwUPJbyC1Whev+ wjUbz2jS6XJHc73DIxrOOlsmgpxIoglwaQ== X-Google-Smtp-Source: ABdhPJxS8H9KkPiHiGPR15lsWzhoPZkg2R5CZ3ztUwkbpS6lfP/TgurDiDb2SEZCLryhpQtJa/RzQg== X-Received: by 2002:a17:903:1c3:b029:e6:a15:751f with SMTP id e3-20020a17090301c3b02900e60a15751fmr25219473plh.44.1616945070723; Sun, 28 Mar 2021 08:24:30 -0700 (PDT) Received: from localhost.localdomain (1-171-1-114.dynamic-ip.hinet.net. [1.171.1.114]) by smtp.gmail.com with ESMTPSA id j188sm14651174pfd.64.2021.03.28.08.24.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Mar 2021 08:24:30 -0700 (PDT) From: cy_huang To: lee.jones@linaro.org, lgirdwood@gmail.com, broonie@kernel.org, daniel.thompson@linaro.org, jingoohan1@gmail.com, b.zolnierkie@samsung.com Cc: dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, ChiYuan Huang Subject: [PATCH v6 2/4] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight Date: Sun, 28 Mar 2021 23:24:17 +0800 Message-Id: <1616945059-8718-2-git-send-email-u0084500@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1616945059-8718-1-git-send-email-u0084500@gmail.com> References: <1616945059-8718-1-git-send-email-u0084500@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org From: ChiYuan Huang Adds DT binding document for Richtek RT4831 backlight. Signed-off-by: ChiYuan Huang Reviewed-by: Daniel Thompson --- .../leds/backlight/richtek,rt4831-backlight.yaml | 65 ++++++++++++++++++++++ include/dt-bindings/leds/rt4831-backlight.h | 23 ++++++++ 2 files changed, 88 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/backlight/richtek,rt4831-backlight.yaml create mode 100644 include/dt-bindings/leds/rt4831-backlight.h diff --git a/Documentation/devicetree/bindings/leds/backlight/richtek,rt4831-backlight.yaml b/Documentation/devicetree/bindings/leds/backlight/richtek,rt4831-backlight.yaml new file mode 100644 index 00000000..4da6a66 --- /dev/null +++ b/Documentation/devicetree/bindings/leds/backlight/richtek,rt4831-backlight.yaml @@ -0,0 +1,65 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/leds/backlight/richtek,rt4831-backlight.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Richtek RT4831 Backlight + +maintainers: + - ChiYuan Huang + +description: | + RT4831 is a mutifunctional device that can provide power to the LCD display + and LCD backlight. + + For the LCD backlight, it can provide four channel WLED driving capability. + Each channel driving current is up to 30mA + + Datasheet is available at + https://www.richtek.com/assets/product_file/RT4831A/DS4831A-05.pdf + +properties: + compatible: + const: richtek,rt4831-backlight + + default-brightness: + description: | + The default brightness that applied to the system on start-up. + $ref: /schemas/types.yaml#/definitions/uint32 + minimum: 0 + maximum: 2048 + + max-brightness: + description: | + The max brightness for the H/W limit + $ref: /schemas/types.yaml#/definitions/uint32 + minimum: 0 + maximum: 2048 + + richtek,pwm-enable: + description: | + Specify the backlight dimming following by PWM duty or by SW control. + type: boolean + + richtek,bled-ovp-sel: + description: | + Backlight OVP level selection, currently support 17V/21V/25V/29V. + $ref: /schemas/types.yaml#/definitions/uint8 + default: 1 + minimum: 0 + maximum: 3 + + richtek,channel-use: + description: | + Backlight LED channel to be used. + BIT 0/1/2/3 is used to indicate led channel 1/2/3/4 enable or disable. + $ref: /schemas/types.yaml#/definitions/uint8 + minimum: 1 + maximum: 15 + +required: + - compatible + - richtek,channel-use + +additionalProperties: false diff --git a/include/dt-bindings/leds/rt4831-backlight.h b/include/dt-bindings/leds/rt4831-backlight.h new file mode 100644 index 00000000..125c635 --- /dev/null +++ b/include/dt-bindings/leds/rt4831-backlight.h @@ -0,0 +1,23 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ +/* + * This header provides constants for rt4831 backlight bindings. + * + * Copyright (C) 2020, Richtek Technology Corp. + * Author: ChiYuan Huang + */ + +#ifndef _DT_BINDINGS_RT4831_BACKLIGHT_H +#define _DT_BINDINGS_RT4831_BACKLIGHT_H + +#define RT4831_BLOVPLVL_17V 0 +#define RT4831_BLOVPLVL_21V 1 +#define RT4831_BLOVPLVL_25V 2 +#define RT4831_BLOVPLVL_29V 3 + +#define RT4831_BLED_CH1EN (1 << 0) +#define RT4831_BLED_CH2EN (1 << 1) +#define RT4831_BLED_CH3EN (1 << 2) +#define RT4831_BLED_CH4EN (1 << 3) +#define RT4831_BLED_ALLCHEN ((1 << 4) - 1) + +#endif /* _DT_BINDINGS_RT4831_BACKLIGHT_H */