From patchwork Tue Jul 25 20:37:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 706287 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 B5CC4EB64DD for ; Tue, 25 Jul 2023 20:38:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231618AbjGYUiN (ORCPT ); Tue, 25 Jul 2023 16:38:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231435AbjGYUhr (ORCPT ); Tue, 25 Jul 2023 16:37:47 -0400 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A225030C6 for ; Tue, 25 Jul 2023 13:37:24 -0700 (PDT) Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-5221ee899a0so4902357a12.1 for ; Tue, 25 Jul 2023 13:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1690317442; x=1690922242; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=i8EFcfDJur6Q/cyUGY8oZE5QsCZxjq5T48R8GlfFPEw=; b=R29tX040z+qe2Vlrxhn1pwbhDNdOW5WzGO/cPAmsxXlQ2FIJM7pjqlseW1dpyltcEW 12J+Y0fyBDfrjfAVs2exBN46xd5H0r3RHJUp3yPGj3261ECMAwQcZ5ti2fyADw4zEtln FgRh8WLaSAFdyAUAxZz5wF6Wafrgg8dof6xfHJCs7BkElz52x0FhSEva8NwluWj6wgc4 z0oCXCammOjUc31D0Gx4x5JsLRo/V9XoHVFjK2Afc69d64giQM1sBBHKjdN2zq2y1/QP Y2U4G9rofhgktXpOpVlJ9zArQ/0C6W6lueB6r2f8i0ZDdnupVebVmdRtZCNAetKieDtt MB1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690317442; x=1690922242; 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=i8EFcfDJur6Q/cyUGY8oZE5QsCZxjq5T48R8GlfFPEw=; b=eJ8XBxG2Q4Y5keQ62E9PTFFTz2jxkABKicV60RBiE6ZYQc8b3ds3fRKV+GCZsWUY97 TpCwz1bH14gWR6FjCPqj7QIAYiaI+Qkq1kZIBMcy95Ygl7uV3EImJlZBmjkN48wL401f ebawrfjmBZIJ9hC0RKB7Ic+sz04D6gTPZKPqvAFqlRtJSWms87xPOfiIioL4DU0NOhCS WloZNKbVv3fDTdu6sXFryER2KU941Z2SXR8lQJkqfNaFngW4xCROPo2rryk8kBq/z/u3 IRF+PInk7+zcBFLHMgl1jtIGQRI5QSXhMV7/TAu+Gf7UCYCRfoyaB4h/vc4JR2OfjVtA dzJA== X-Gm-Message-State: ABy/qLYCSjzOQ276YNgMs5HedNvj/GzwbOZxvqc+0JTu6uaAdJgwQ+G1 zqdsc3AKKY8EPd5sgjGfIGXNzg== X-Google-Smtp-Source: APBJJlHouXij+Cjl+4lvV6lM3MzJYZz6FGESDA4/HPSPunUv+BrddOvplajXI9EyPZVAn2Qfkog5Fw== X-Received: by 2002:a50:ee97:0:b0:522:2d1b:5a38 with SMTP id f23-20020a50ee97000000b005222d1b5a38mr19784edr.10.1690317442552; Tue, 25 Jul 2023 13:37:22 -0700 (PDT) Received: from krzk-bin.. ([178.197.223.104]) by smtp.gmail.com with ESMTPSA id y11-20020a056402134b00b0051de018af1esm773834edw.59.2023.07.25.13.37.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jul 2023 13:37:22 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Stephen Boyd , Neil Armstrong , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator Date: Tue, 25 Jul 2023 22:37:18 +0200 Message-Id: <20230725203718.513724-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fixed regulator put under "regulators" node will not be populated, unless simple-bus or something similar is used. Drop the "regulators" wrapper node to fix this. Fixes: 2c5e596524e7 ("ARM: dts: Add MDM9615 dtsi") Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi index b40c52ddf9b4..bfcb4fcf6546 100644 --- a/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi @@ -46,14 +46,12 @@ cxo_board { }; }; - regulators { - vsdcc_fixed: vsdcc-regulator { - compatible = "regulator-fixed"; - regulator-name = "SDCC Power"; - regulator-min-microvolt = <2700000>; - regulator-max-microvolt = <2700000>; - regulator-always-on; - }; + vsdcc_fixed: vsdcc-regulator { + compatible = "regulator-fixed"; + regulator-name = "SDCC Power"; + regulator-min-microvolt = <2700000>; + regulator-max-microvolt = <2700000>; + regulator-always-on; }; soc: soc {