From patchwork Tue Nov 1 16:17:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Weiss X-Patchwork-Id: 13027183 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 86E82C4332F for ; Tue, 1 Nov 2022 16:28:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1FD8710E3FA; Tue, 1 Nov 2022 16:28:31 +0000 (UTC) X-Greylist: delayed 613 seconds by postgrey-1.36 at gabe; Tue, 01 Nov 2022 16:28:26 UTC Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9EDB810E3FA for ; Tue, 1 Nov 2022 16:28:26 +0000 (UTC) Received: from g550jk.arnhem.chello.nl (unknown [62.108.10.64]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id 5E8BBCE72D; Tue, 1 Nov 2022 16:18:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1667319491; bh=quK/+9kDiN/y6L0eZSsRo2OhsXZjiexgkusk0h5NjdY=; h=From:To:Cc:Subject:Date; b=BYEDmgrSzWZyeYJH/ny6PAHqgLmSGAFhiqff8kA+Lv8Hvm1YVitsS5RUAIBQIVFL8 Et91NCUX6cNxu5rv2M+u5Sy5reHznkBBKyuwbODF+Kdw+nBvY9jnCt9sQ2ts8gf/C0 QyaytptQ/zl9nlfMBj9Y/xwDoBJSAmOMYbgmoJHc= From: Luca Weiss To: linux-arm-msm@vger.kernel.org Subject: [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible Date: Tue, 1 Nov 2022 17:17:59 +0100 Message-Id: <20221101161801.1058969-1-luca@z3ntu.xyz> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Daniel Thompson , Kiran Gunda , Krzysztof Kozlowski , Jingoo Han , Bjorn Andersson , Lee Jones , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Luca Weiss , Rob Herring , ~postmarketos/upstreaming@lists.sr.ht, Pavel Machek , phone-devel@vger.kernel.org, linux-leds@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Document the compatible for the wled block found in PMI8950. Signed-off-by: Luca Weiss Reviewed-by: Daniel Thompson Acked-by: Rob Herring --- Changes since v2: * New patch Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml index 4c15693f7a01..5ac8605a53b1 100644 --- a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml +++ b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml @@ -19,6 +19,7 @@ properties: compatible: enum: - qcom,pm8941-wled + - qcom,pmi8950-wled - qcom,pmi8994-wled - qcom,pmi8998-wled - qcom,pm660l-wled