From nobody Sat Apr 18 01:20:24 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4D7BC433EF for ; Tue, 19 Jul 2022 21:51:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240689AbiGSVv4 (ORCPT ); Tue, 19 Jul 2022 17:51:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240680AbiGSVvn (ORCPT ); Tue, 19 Jul 2022 17:51:43 -0400 Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F4D5643CB; Tue, 19 Jul 2022 14:51:41 -0700 (PDT) Received: by mail-io1-f50.google.com with SMTP id r70so11807145iod.10; Tue, 19 Jul 2022 14:51:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=85HkroyRT6/KmmJdqn8bN9eBoKQ4n7OLsG/Ln9C62EQ=; b=kWDJiN3lDToay+j3VSGp792TzIzl5iLfOhyIowWkBj0TI/uuj5FmPyzloOxuDoPRUH /jLt2NXQxWWGLgrIBuxYOn6cIpb3a5Yhmz6TCY1tY5d6YVoiwouK6/v0ZAiB49ifGSjT BUQwWLGiHsAHVtCcZvueHjIiOVmhlbckUzTd7mlouYUi02aWtQLrWCkkOGteD2Ki0kfF Q/hdk/SZBHXhql1rTVL37WCPPJdCIBgLcTmlSgpMJmY++AYH3Fb7Y9z3UI/7DwI7PKkp AJlcdKG37RW9A4uXKi74Wjr7/PYhTcQaJAnm/cKW3T5FaoGhuFZdH3PHkegASc3d5B1B b8rQ== X-Gm-Message-State: AJIora9ojL0bLqMAMJzADocA8erFlCI8w0q0F21odtUaEwIWmV55J8oQ 5+a26QKnEQoUtk+xBV6EEgr/dWiwzA== X-Google-Smtp-Source: AGRyM1t2dFQzXrBsVPjnPKradNvoFPjaxAi4wE8hmllsMsGhgSvVg8wcKu0IgDqaWk3GBLDOiO9c3A== X-Received: by 2002:a05:6602:160a:b0:67c:28b:7627 with SMTP id x10-20020a056602160a00b0067c028b7627mr6695610iow.207.1658267500740; Tue, 19 Jul 2022 14:51:40 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.248]) by smtp.googlemail.com with ESMTPSA id q128-20020a6b8e86000000b00678ea668a39sm7786798iod.36.2022.07.19.14.51.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Jul 2022 14:51:40 -0700 (PDT) From: Rob Herring To: Fabio Estevam , Liam Girdwood , Mark Brown , Krzysztof Kozlowski Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ASoC: dt-bindings: sgtl5000: Add missing type to 'micbias-voltage-m-volts' Date: Tue, 19 Jul 2022 15:51:34 -0600 Message-Id: <20220719215134.1877363-1-robh@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" 'micbias-voltage-m-volts' is missing a type definition. '-m-volts' is not a standard unit (should be '-microvolt'). As the property is already in use, add a type reference. Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/sound/sgtl5000.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.yaml b/Docume= ntation/devicetree/bindings/sound/sgtl5000.yaml index e762c320b574..2bc7f00ce4a2 100644 --- a/Documentation/devicetree/bindings/sound/sgtl5000.yaml +++ b/Documentation/devicetree/bindings/sound/sgtl5000.yaml @@ -47,6 +47,7 @@ properties: description: The bias voltage to be used in mVolts. The voltage can ta= ke values from 1.25V to 3V by 250mV steps. If this node is not mentioned or the value is unknown, then the value is set to 1.25V. + $ref: "/schemas/types.yaml#/definitions/uint32" enum: [ 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000 ] =20 lrclk-strength: --=20 2.34.1