From nobody Sun Sep 14 01:57:26 2025 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 7C72CC61DA7 for ; Fri, 27 Jan 2023 13:01:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233414AbjA0NBO (ORCPT ); Fri, 27 Jan 2023 08:01:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233650AbjA0NBM (ORCPT ); Fri, 27 Jan 2023 08:01:12 -0500 Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BA94BB84 for ; Fri, 27 Jan 2023 05:01:11 -0800 (PST) Received: by mail-wm1-x32c.google.com with SMTP id j17so3419865wms.0 for ; Fri, 27 Jan 2023 05:01:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Uq31ls9+mMXI35R6HMYUksQvzfPZ5izmOtregfCV1mg=; b=EdZTZID/4DNiZfW6uBvU44CaHjbaz0TaQQu3XBGUa+mYl5YHDW18hTPyYCTQEJPLMW yAZ1m1RyD6gxEcyXqgcI8xujDDxeLic42Ha6cP+gYamDdDp8yI1K2xAXY1dneX0aPFHm EDQxUj0gmp7lBywYZhLT7n9WcJx8ILvtBGAVgn57yy6D17piKWwOx+VDlw0w0hJ1qg1h AAMItja0MIfqsLPJACJ3L9w0q1MHbHerQIcWZQHC21vXWa10kO8MKNkYhY96Cjt2Vrix O6bsGdCF5TyHZ8LNWixK8nf9EyA/ycrEp3jSTTHuS2KxWg3Zk/PIib7Y2aTeAG0GdJAH B/PA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=Uq31ls9+mMXI35R6HMYUksQvzfPZ5izmOtregfCV1mg=; b=IcA16/AmYDsW8Aa6J6x2KmMIJFVaBmLKbB4DZ9kB3Z1rh3ljy0ORlplwjDsLvWnVhq 8Vlwt8RWcLONv08BExZC4zcPnjQHXk1Bl167NO6gRV4RzFhR0cZZc+jZIdOBRwyC0vzQ 7qHHX2X3l0KcMmzxbfagdb4MmsyQQAIDKKdJIUHHm/LJ2nOltunUlOYOU7/h4ZWkA7uP LisWoOdnh5+hSRhx5cbqCpb1t2/TmtteKBftv9/kS4HIY01Plb4HEiuDof1jPVhMtR12 xn/svy/X5bN6zseZu272F/JpBY4DRFBaY4QjJK3z5Jf3WoZmSamih3msZ2UavoHF2cIh zYWA== X-Gm-Message-State: AFqh2koSlSOQ9cT63ZqNGReoGOMG4mQnMhN5lp5ITfdWXJvTK7KAsfAM yn0AKlR0guy0pX7A+LBzP1sILQ== X-Google-Smtp-Source: AMrXdXtPoIX2X0V4s50VTw+IDcEnV51lGkQKW/IYmMVahDfQKPNCHL41tUCXIxpbGnhSXnJgqggWKg== X-Received: by 2002:a05:600c:cc8:b0:3cf:497c:c59e with SMTP id fk8-20020a05600c0cc800b003cf497cc59emr37173573wmb.6.1674824469669; Fri, 27 Jan 2023 05:01:09 -0800 (PST) Received: from hackbox.lan ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id l4-20020a7bc444000000b003db03725e86sm4270999wmi.8.2023.01.27.05.01.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 05:01:09 -0800 (PST) From: Abel Vesa To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Neil Armstrong Cc: devicetree@vger.kernel.org, Linux Kernel Mailing List , linux-arm-msm@vger.kernel.org Subject: [PATCH] arm64: dts: qcom: Fix regulators node names Date: Fri, 27 Jan 2023 15:01:06 +0200 Message-Id: <20230127130106.1136226-1-abel.vesa@linaro.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" Bindings check fails as the schema expects the regulator node names to have the suffix -regulators, so use the name and the id of the pmic to compile the node name instead. Fixes: 71342fb91eae ("arm64: dts: qcom: Add base SM8550 MTP dts") Signed-off-by: Abel Vesa --- arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts b/arch/arm64/boot/dts/= qcom/sm8550-mtp.dts index 725d3bc3ee72..ec17226e11b8 100644 --- a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts @@ -39,7 +39,7 @@ vph_pwr: vph-pwr-regulator { }; =20 &apps_rsc { - regulators-0 { + pm8550-b-rpmh-regulators { compatible =3D "qcom,pm8550-rpmh-regulators"; qcom,pmic-id =3D "b"; =20 @@ -168,7 +168,7 @@ vreg_l17b_2p5: ldo17 { }; }; =20 - regulators-1 { + pm8550vs-c-rpmh-regulators { compatible =3D "qcom,pm8550vs-rpmh-regulators"; qcom,pmic-id =3D "c"; =20 @@ -182,7 +182,7 @@ vreg_l3c_0p91: ldo3 { }; }; =20 - regulators-2 { + pm8550vs-d-rpmh-regulators { compatible =3D "qcom,pm8550vs-rpmh-regulators"; qcom,pmic-id =3D "d"; =20 @@ -196,7 +196,7 @@ vreg_l1d_0p88: ldo1 { }; }; =20 - regulators-3 { + pm8550vs-e-rpmh-regulators { compatible =3D "qcom,pm8550vs-rpmh-regulators"; qcom,pmic-id =3D "e"; =20 @@ -242,7 +242,7 @@ vreg_l3e_1p2: ldo3 { }; }; =20 - regulators-4 { + pm8550vs-f-rpmh-regulators { compatible =3D "qcom,pm8550ve-rpmh-regulators"; qcom,pmic-id =3D "f"; =20 @@ -280,7 +280,7 @@ vreg_l3f_0p91: ldo3 { }; }; =20 - regulators-5 { + pm8550vs-g-rpmh-regulators { compatible =3D "qcom,pm8550vs-rpmh-regulators"; qcom,pmic-id =3D "g"; =20 --=20 2.34.1