From patchwork Tue Oct 11 21:31:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 614406 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 34DA3C4167B for ; Tue, 11 Oct 2022 21:33:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229700AbiJKVdy (ORCPT ); Tue, 11 Oct 2022 17:33:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbiJKVdw (ORCPT ); Tue, 11 Oct 2022 17:33:52 -0400 Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FDCF925A7 for ; Tue, 11 Oct 2022 14:33:51 -0700 (PDT) Received: by mail-qt1-x835.google.com with SMTP id z8so4601934qtv.5 for ; Tue, 11 Oct 2022 14:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=rdIShqHVM59tR3kcoJlO0eXiQv5w25Y9IMmRDVGACiI=; b=JT2iDBtceVwJ6diZ1Wo6cW/96+cuh+nBOVWYtJBTGleEQjjE4Hfv7zbe7gb1NYzrRC ZxegfjITL9YVyv8NNNMYEB8UJiRoZPlHhG25xXLQLNd/eD1AoWktvNqfwUnlvJ0wQO2c 168OQbTK6qyVW6ufdXhQj5QBGCyADMa+lZTQ92ArB29YEipnm5Tz2xxvDNduHx/B/nM0 SZHHrTGrEeDWB+/+CpXnz/pH4Vwyv5rATbMCbwK1b6T0+90j3E10RXEahjVN/3OdSSOW rCijXF0ykymc2c9wYFdDVsjyHPbVgkVwhV3DXoEglXKbQHoJSfzrM2pkPOhpyCi9abFS jAFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rdIShqHVM59tR3kcoJlO0eXiQv5w25Y9IMmRDVGACiI=; b=ZerXKXMQJh1207vD0MGj82WfkySYCAWL27jY/JqbxFkpHz0TKCf25MTdZU4BTlnZEx /rar4nY28J9/mos02eyVO9AyiujerUuE8yEw46mJs5UQ2MB5w3SYbxpgm2eKngq+DUMd 1ieTrwfspEeCzTaKofCM9nG4PlzbuVAWzhjwYQ9/MR0nQOKBhgJ71OSLhQmSpUVkXz1H iPBn3F0xt/RzsA342hedTIzovWTHA5XTGc62fjSuTb5ddQU+kKguXau+IHf88u94oOtH Seg1cY3AQkayJA5dT5XVJGewIE3J8/rDFG3mOjoLQ5YvviCsyu5YySKz+WC+CqM7gN7O i+dw== X-Gm-Message-State: ACrzQf3Wc6KloAnQMH9P95pfd7F1P8M7sE5gPIWnfGs4w+w33RRt4j+g eoIsxIH3lxIhn2M4o/OwCi4/pg== X-Google-Smtp-Source: AMsMyM64RAiJahvPOd/7TWx+V5hZti7m9w2O6qvkBrbWYmjQxI2u/yoh37GmlmnUzHcmktbRVbrhfg== X-Received: by 2002:a05:622a:1050:b0:39a:a959:516f with SMTP id f16-20020a05622a105000b0039aa959516fmr9055269qte.271.1665524030588; Tue, 11 Oct 2022 14:33:50 -0700 (PDT) Received: from krzk-bin.home (cpe-72-225-192-120.nyc.res.rr.com. [72.225.192.120]) by smtp.gmail.com with ESMTPSA id j20-20020ac84414000000b0039cbb50951asm604224qtn.24.2022.10.11.14.33.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Oct 2022 14:33:50 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/4] arm64: dts: qcom: msm8998-oneplus-cheeseburger: fix backlight pin function Date: Tue, 11 Oct 2022 17:31:43 -0400 Message-Id: <20221011213145.122879-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221011213145.122879-1-krzysztof.kozlowski@linaro.org> References: <20221011213145.122879-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org There is no "normal" function, so use "gpio" for backlight button pin configuration. Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts b/arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts index ef2a88a64d32..122f6c25220e 100644 --- a/arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts +++ b/arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts @@ -35,7 +35,7 @@ &pmi8998_gpio { button_backlight_default: button-backlight-state { pinconf { pins = "gpio5"; - function = "normal"; + function = "gpio"; bias-pull-down; qcom,drive-strength = ; };