From patchwork Thu Dec 3 16:06:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: cy_huang X-Patchwork-Id: 337089 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 1CC09C4361A for ; Thu, 3 Dec 2020 16:08:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A5463207A9 for ; Thu, 3 Dec 2020 16:08:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731069AbgLCQHc (ORCPT ); Thu, 3 Dec 2020 11:07:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728018AbgLCQHc (ORCPT ); Thu, 3 Dec 2020 11:07:32 -0500 Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50D94C061A53; Thu, 3 Dec 2020 08:06:46 -0800 (PST) Received: by mail-pf1-x443.google.com with SMTP id w6so1591384pfu.1; Thu, 03 Dec 2020 08:06:46 -0800 (PST) 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=UE642If1a4zIekYpvyIiLVRXQYPzDscy3Y6yH2gA0sM=; b=Xb/zTMHX46/XwB2D15m9admr6/tYWE12DDqSpsLR5rsTXO4TPwfO8eKLILOSk3WZCn kcZrN0tTwzrAtaubkQjASS44N8Z0/ilnqWfqyFNkSv8gRsY5e7desZgGaV5/SpQPKgRM JWNkw7FGoDTWMbGhH25eaPFNBGiJ+qw2BVociBnwAQfnp8e4QJ1uLHDMrGMJcwHCpXHo 8lrjZ7Gk9cqgme8+VJ41F+QrKD9RUa0Iqtpxfg2swzfaSIeiYP8+cJbrTzUTDDjPCDvk l6JjM6RwxBTzWdwmCjVq6QuweEG4BeLB31saggiLbCVTn0eGMhke2nQO4LzxYUVb9aYV 8JAw== 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=UE642If1a4zIekYpvyIiLVRXQYPzDscy3Y6yH2gA0sM=; b=TG0hd6ezdMtsgrfhGACDsG1kWFQdUmsVl3/NIufhXA/QMd/A06QkqlRs4XQB5QHlRn dsW382XzqHYcwFuG4KJQYGiNyybNxCVWYmEp/SMvPrtRwzsLYQRpWUMjbwaM/ZW7WV3P AIkn30psNAqQYiRV3of3l72ceYkouJPjTz0HV1DoCxU7vz/mi5pelj01gkxb1MCeckmW SpuGxZJn0iyXmvkqTKqsUiqDri9g2bdgiApMWF8wL2TOxwVAtRwbzdTrrd73Nk9akps4 eaPgFd7N8NXtxUNkHLqDTLE2/qnKwERV87eoHtgQH7ZeH/t3dvH9xYnIapLxgUWYMk9U FLnQ== X-Gm-Message-State: AOAM531W+J8cd032Q8kQq/ZxgfC+AEUvER5+9PRAJbbsCJGDLPiN9TDe VHiEtqUDCZthUKGpuGCAH7M= X-Google-Smtp-Source: ABdhPJx8p8cgzJQjOlw/dPHx3m2Cz9bpkOnXcuNcSGUV+R4UyZeYxC0bI+sZBnMixnIhoKg6l1Rocg== X-Received: by 2002:a62:7b84:0:b029:19c:7146:4bbb with SMTP id w126-20020a627b840000b029019c71464bbbmr3921680pfc.52.1607011605786; Thu, 03 Dec 2020 08:06:45 -0800 (PST) Received: from localhost.localdomain (1-171-1-217.dynamic-ip.hinet.net. [1.171.1.217]) by smtp.gmail.com with ESMTPSA id h6sm92503pgc.15.2020.12.03.08.06.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Dec 2020 08:06:45 -0800 (PST) From: cy_huang To: lee.jones@linaro.org, robh+dt@kernel.org Cc: cy_huang@richtek.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 2/4] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight Date: Fri, 4 Dec 2020 00:06:33 +0800 Message-Id: <1607011595-13603-2-git-send-email-u0084500@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1607011595-13603-1-git-send-email-u0084500@gmail.com> References: <1607011595-13603-1-git-send-email-u0084500@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: ChiYuan Huang Adds DT binding document for Richtek RT4831 backlight. Signed-off-by: ChiYuan Huang --- .../leds/backlight/richtek,rt4831-backlight.yaml | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/backlight/richtek,rt4831-backlight.yaml 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..df1439a --- /dev/null +++ b/Documentation/devicetree/bindings/leds/backlight/richtek,rt4831-backlight.yaml @@ -0,0 +1,86 @@ +# SPDX-License-Identifier: GPL-2.0 +%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 + +examples: + - | + #include + i2c { + #address-cells = <1>; + #size-cells = <0>; + + rt4831@11 { + compatible = "richtek,rt4831"; + reg = <0x11>; + + backlight { + compatible = "richtek,rt4831-backlight"; + default-brightness = <1024>; + max-brightness = <2048>; + richtek,bled-ovp-sel = /bits/ 8 ; + richtek,channel-use = /bits/ 8 ; + }; + }; + }; From patchwork Thu Dec 3 16:06:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: cy_huang X-Patchwork-Id: 337088 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=ham 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 B1456C4167B for ; Thu, 3 Dec 2020 16:08:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6080F207A9 for ; Thu, 3 Dec 2020 16:08:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728018AbgLCQHk (ORCPT ); Thu, 3 Dec 2020 11:07:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730709AbgLCQHi (ORCPT ); Thu, 3 Dec 2020 11:07:38 -0500 Received: from mail-pj1-x1042.google.com (mail-pj1-x1042.google.com [IPv6:2607:f8b0:4864:20::1042]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85371C061A55; Thu, 3 Dec 2020 08:06:51 -0800 (PST) Received: by mail-pj1-x1042.google.com with SMTP id e5so1347837pjt.0; Thu, 03 Dec 2020 08:06:51 -0800 (PST) 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=bNsIzWavgXRSs6v26PiBrp0qwluByJmuApRMLbqgomw=; b=QcpbihviHQbQFNZweIJMQhAdX/L6ebjyuL5oYQigX0pWwnNfY4NZz2ibGR/mKz+3Xv UDBCK8tY2o7GW6SNZDkfbKW8iL12DBuUTyzU1lliqN3CIO7zBwJp6LPHs7UU/wvHGLn+ x6Qk2uNadhwB8ipm1drrZijneiI2PtVvL84WrXtmmQFghVPwbnebf4M0RK64m+C3MkCJ VaXrWNdlGMhnIPavMKKlQBLqQ4hzLxwHHpCstTZIUXGSRK2dHAHhYwLc2ipxX3RiTcaL ugU8DFuye5FlZEJrjvCp0Ek4I/3TvKsUjgGrCcSx3Xrs2lKq95MMmG1cK5aUo+TkmeM6 vb8w== 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=bNsIzWavgXRSs6v26PiBrp0qwluByJmuApRMLbqgomw=; b=fdv0H7icb9r2B66HW1gupCesk22lZsf5Ws0N2LkRVnlHWRoQ8XNR+0NEWXwrfliO/6 d4EHwTxFIUG3B5U+lN5mZyJUK7J/cBDXO9XuW/ja9rBiHFhRQPq3Lri9Bkte38T3NNHk +wMttcLUqYBIzFL3ndZsnSyPv/k1H2MnskQJjSZ8RuZKTxWozbAuCqqJIZWrIDl22fMc Mlj8PcMB8X1vpGkqpcg2dsuUcUuoyh12d5xrX5O4Dm79INiGNAAyq5RAdppbm3XYKYCa csAWkUmF78/Ke+12EYvNO71SOx/d+UYdy9DkRxPKB/W6va8k83mXYvnSXp3OgHtOhMef ZMoQ== X-Gm-Message-State: AOAM530iMLvrt3CrHw09xDnU+MpV+6XNOrjp6QMDgtwx6KHyVeN1JkvB 8svIaWuWQW2WGPiIku/+ZYjIWzMWI0Novw== X-Google-Smtp-Source: ABdhPJxMw2MKzEFEDu5sc4TvOl8SpD0o04uDwu13/80SkU8soYOLunwP+jjWRs49uszKSp58bOIPkw== X-Received: by 2002:a17:90a:5d0d:: with SMTP id s13mr3697503pji.230.1607011610990; Thu, 03 Dec 2020 08:06:50 -0800 (PST) Received: from localhost.localdomain (1-171-1-217.dynamic-ip.hinet.net. [1.171.1.217]) by smtp.gmail.com with ESMTPSA id h6sm92503pgc.15.2020.12.03.08.06.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Dec 2020 08:06:50 -0800 (PST) From: cy_huang To: lee.jones@linaro.org, robh+dt@kernel.org Cc: cy_huang@richtek.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 4/4] mfd: rt4831: Adds DT binding document for Richtek RT4831 MFD core Date: Fri, 4 Dec 2020 00:06:35 +0800 Message-Id: <1607011595-13603-4-git-send-email-u0084500@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1607011595-13603-1-git-send-email-u0084500@gmail.com> References: <1607011595-13603-1-git-send-email-u0084500@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: ChiYuan Huang Adds DT binding document for Richtek RT4831 MFD core. This patch depends on "backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight". "regulator: rt4831: Adds DT binding document for Richtek RT4831 DSV regulator". Signed-off-by: ChiYuan Huang --- Changes since v2 - Add "patch depends on" in commit description. - Adds regulator-allow-bypass flag in DSVLCM. --- .../devicetree/bindings/mfd/richtek,rt4831.yaml | 90 ++++++++++++++++++++++ include/dt-bindings/leds/rt4831-backlight.h | 23 ++++++ 2 files changed, 113 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/richtek,rt4831.yaml create mode 100644 include/dt-bindings/leds/rt4831-backlight.h diff --git a/Documentation/devicetree/bindings/mfd/richtek,rt4831.yaml b/Documentation/devicetree/bindings/mfd/richtek,rt4831.yaml new file mode 100644 index 00000000..c6ca953 --- /dev/null +++ b/Documentation/devicetree/bindings/mfd/richtek,rt4831.yaml @@ -0,0 +1,90 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/mfd/richtek,rt4831.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Richtek RT4831 DSV and Backlight Integrated IC + +maintainers: + - ChiYuan Huang + +description: | + RT4831 is a multifunctional device that can provide power to the LCD display + and LCD backlight. + + For Display Bias Voltage DSVP and DSVN, the output range is about 4V to 6.5V. + It's sufficient to meet the current LCD power requirement. + + 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 + + reg: + description: I2C device address. + maxItems: 1 + + enable-gpios: + description: | + GPIO to enable/disable the chip. It is optional. + Some usage directly tied this pin to follow VIO 1.8V power on sequence. + maxItems: 1 + + regulators: + $ref: ../regulator/richtek,rt4831-regulator.yaml + + backlight: + $ref: ../leds/backlight/richtek,rt4831-backlight.yaml + +required: + - compatible + - reg + +additionalProperties: false + +examples: + - | + #include + i2c { + #address-cells = <1>; + #size-cells = <0>; + + rt4831@11 { + compatible = "richtek,rt4831"; + reg = <0x11>; + + regulators { + DSVLCM { + regulator-min-microvolt = <4000000>; + regulator-max-microvolt = <7150000>; + regulator-allow-bypass; + }; + DSVP { + regulator-name = "rt4831-dsvp"; + regulator-min-microvolt = <4000000>; + regulator-max-microvolt = <6500000>; + regulator-boot-on; + }; + DSVN { + regulator-name = "rt4831-dsvn"; + regulator-min-microvolt = <4000000>; + regulator-max-microvolt = <6500000>; + regulator-boot-on; + }; + }; + + backlight { + compatible = "richtek,rt4831-backlight"; + default-brightness = <1024>; + max-brightness = <2048>; + richtek,bled-ovp-sel = /bits/ 8 ; + richtek,channel-use = /bits/ 8 ; + }; + }; + }; diff --git a/include/dt-bindings/leds/rt4831-backlight.h b/include/dt-bindings/leds/rt4831-backlight.h new file mode 100644 index 00000000..7084906 --- /dev/null +++ b/include/dt-bindings/leds/rt4831-backlight.h @@ -0,0 +1,23 @@ +/* + * This header provides constants for rt4831 backlight bindings. + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +#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 */