From patchwork Tue Jun 13 20:10:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 13279162 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 EF8E5EB64D7 for ; Tue, 13 Jun 2023 20:10:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1014210E112; Tue, 13 Jun 2023 20:10:42 +0000 (UTC) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by gabe.freedesktop.org (Postfix) with ESMTPS id D98D010E112 for ; Tue, 13 Jun 2023 20:10:39 +0000 (UTC) Received: by mail-io1-f45.google.com with SMTP id ca18e2360f4ac-77a62a84855so237663239f.1 for ; Tue, 13 Jun 2023 13:10:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686687038; x=1689279038; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=OrFKDv64C3D/mFI/tKzX33+FI46+VP2OrxXGEXnBBaY=; b=LJnGBR4I2wGc2mOv6Wtoa4hsuG0i06HeDpMevsUDZIa+JbA+sjp4z+YIjvRtDx26fo FHdibJIrnZbpyH5lFtwogxJ2AE8j4nKWVYEdfJZgkIko9wF/XVkX63akRmhqzh56oezw cI5yCMZ7riejEpPc6quZFr6TO0VkhxaT8CvyH9z9ykCDhRKh8TXSpPI6s/5y8AqesjNH bjOEULQFIS97DwK1aM8Nxpyd+aZRYzcYdOLiyjBM9cItjvy65xhks2RHacDY6H+1aMvO aafRpOEPREPJe8yQNDCRLVEmOTT4nEi04I7/ow3/GoSikXJlQINFkW4HT/VF9ZiRN+1Y LwDA== X-Gm-Message-State: AC+VfDzwFNE0E8FRHAgAA70cCfyO7rFuyMR7e7vo7e1NVKY7Q4IUtCxZ ROUlITeGjHirPd/n+Fyl3Q== X-Google-Smtp-Source: ACHHUZ4p4QXVC7+UoDw8SyyPdFsQCfC744w0znfg77T5EBiSJu0WhmplR1C5kCPCXOPO4NIaOWK7yQ== X-Received: by 2002:a6b:e614:0:b0:777:b364:bab9 with SMTP id g20-20020a6be614000000b00777b364bab9mr12043059ioh.6.1686687038727; Tue, 13 Jun 2023 13:10:38 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id g1-20020a056638060100b0040b671bcf15sm3516700jar.30.2023.06.13.13.10.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Jun 2023 13:10:37 -0700 (PDT) Received: (nullmailer pid 2823717 invoked by uid 1000); Tue, 13 Jun 2023 20:10:36 -0000 From: Rob Herring To: Jianhua Lu , Lee Jones , Daniel Thompson , Jingoo Han , Pavel Machek , Krzysztof Kozlowski , Conor Dooley Subject: [PATCH] dt-bindings: backlight: kinetic, ktz8866: Add missing type for "current-num-sinks" Date: Tue, 13 Jun 2023 14:10:22 -0600 Message-Id: <20230613201022.2823392-1-robh@kernel.org> X-Mailer: git-send-email 2.39.2 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, linux-leds@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" "current-num-sinks" is missing a type, add it. Signed-off-by: Rob Herring Reviewed-by: Conor Dooley --- .../devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml b/Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml index e1191453c2f0..11b6fc36183d 100644 --- a/Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml +++ b/Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml @@ -33,6 +33,7 @@ properties: current-num-sinks: description: number of the LED current sinks' channels. + $ref: /schemas/types.yaml#/definitions/uint32 enum: [1, 2, 3, 4, 5, 6] kinetic,current-ramp-delay-ms: