From patchwork Thu Jul 20 08:35:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 704674 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 99C01EB64DA for ; Thu, 20 Jul 2023 08:57:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230486AbjGTI52 (ORCPT ); Thu, 20 Jul 2023 04:57:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232096AbjGTIfe (ORCPT ); Thu, 20 Jul 2023 04:35:34 -0400 Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C12A2690 for ; Thu, 20 Jul 2023 01:35:11 -0700 (PDT) Received: by mail-lf1-x130.google.com with SMTP id 2adb3069b0e04-4fb761efa7aso830286e87.0 for ; Thu, 20 Jul 2023 01:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1689842109; x=1692434109; 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=4h0CcbUp+LfvYNPhD0SmWcMr+zwTgZPbTDhBQrWPEPA=; b=leQCoxqtE0B0JiPz3V6ahupqZ3fhkk8ExYDq8HzMR6oS3aG0E6f4Qaf11nuJrWyVcz krcxROAzMnjespmJVzCP5btQ08pAV4t3IK0leLHXN88cy/yFtN0epF7/mVoY8xxShfXB murraMKn9zS5zB94KZtuB8gPeDkhCqVpsgDdzChsRcXwxxZlQ4fbiXR/TyFzI8KchbWW 3C+3RT+XExPo2FXG44TL5FuProeW6PLZgOmHDSGECQpfk8KQ433MUkr2D1RWwhh5o59v /R/ncP67Pf4yX2G9BNnk6BEZULsLd+7rOHiCB3nyiAEvH7SQos4kPsZA+g65xaERfsGr HDCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689842109; x=1692434109; 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=4h0CcbUp+LfvYNPhD0SmWcMr+zwTgZPbTDhBQrWPEPA=; b=KQIoBwPI+JdJth4KcEExg/ndTDvd9NFA8G1r/C/SaZFp2an7xX2JYCN24tTdaUnFCi G1AGFqNp+28Q73+TXFU+/7+khBqAwlmO/nW4+ElJnSgYq+XhqfPQcMbtOjYNc30K3eOC H6+/hSRt96ZIoCm3JW1bUcWfsT2RMq6I4LN0jH1GEnBWvlE2VvUlUpDnC9x1TAIuHYV3 8jRhevQGq2zsxbJWaWFZiChr2TDM4I5aoNOkfca3E93T+XmBkU++EMjLWO6sfzsRVPSd vN90HMRogv5yTg3zr0Y9CcNmHud0pbJohrt9bO5pgDBXsL+LU47n/bRgxLTDouwNFD73 ocRg== X-Gm-Message-State: ABy/qLafVFDM8n+/JzgwP0tqtqfdtmF4bXNY6UdN2+PWtqBD6B9F00WY +2xREeXaQOfyELd10bz7l4yPBA== X-Google-Smtp-Source: APBJJlFPqLzGg6ZNlaIONASIGKlTTonTN71PQH57EX8rVGU5P0ClmQs9qBk5cXgf8ZajZTiCz8kLqg== X-Received: by 2002:a05:6512:3c81:b0:4fb:8de9:ac13 with SMTP id h1-20020a0565123c8100b004fb8de9ac13mr2170016lfv.23.1689842109560; Thu, 20 Jul 2023 01:35:09 -0700 (PDT) Received: from krzk-bin.. ([178.197.223.104]) by smtp.gmail.com with ESMTPSA id h3-20020a5d4fc3000000b00314329f7d8asm627060wrw.29.2023.07.20.01.35.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jul 2023 01:35:09 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 4/4] arm64: dts: qcom: sc8180x-pmics: align LPG node name with dtschema Date: Thu, 20 Jul 2023 10:35:00 +0200 Message-Id: <20230720083500.73554-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230720083500.73554-1-krzysztof.kozlowski@linaro.org> References: <20230720083500.73554-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Bindings expect the LPG node name to be "pwm": sc8180x-lenovo-flex-5g.dtb: pmic@5: 'lpg' does not match any of the regexes: Fixes: d3302290f59e ("arm64: dts: qcom: sc8180x: Add pmics") Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi b/arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi index bc17d22dbefc..ddc84282f142 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi @@ -315,7 +315,7 @@ pmic@5 { compatible = "qcom,pmc8180c", "qcom,spmi-pmic"; reg = <0x5 SPMI_USID>; - pmc8180c_lpg: lpg { + pmc8180c_lpg: pwm { compatible = "qcom,pmc8180c-lpg"; #address-cells = <1>;