From patchwork Wed Sep 6 10:47:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 720406 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 98CCDEB8FB9 for ; Wed, 6 Sep 2023 10:48:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239219AbjIFKsK (ORCPT ); Wed, 6 Sep 2023 06:48:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239216AbjIFKsI (ORCPT ); Wed, 6 Sep 2023 06:48:08 -0400 Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 445B71984 for ; Wed, 6 Sep 2023 03:47:54 -0700 (PDT) Received: by mail-ej1-x62c.google.com with SMTP id a640c23a62f3a-9a5e1812378so546266166b.2 for ; Wed, 06 Sep 2023 03:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1693997273; x=1694602073; darn=vger.kernel.org; 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=OL3pvg5NFCe01FzoWOjFMkiMy1Be8ZpjP3+0uAwNMxw=; b=b457nYdfDbMG/S3k+UP1GhdvbT3qGU7AgS1a6H3UYjc+rgQEhIG1gkhPNpvB7BOHOp nB9ZuzQLIF6TurO6mPycIYYqQy6ik9FjbaQxlryEj6wQoKUCHkQarzKO7H3NfNAC104u ni1l6f592QwAMtXoue24fhzPVYpbmyH9FSEG8DuANZnW5fIP58gnjSKEhJ9Jn30YUheY vDGMuyElgKsnl+RY1AoAbHD5avSVIge1ye3c7KGMSQdU3M5rS6sw+UdO8Q/M5jOJn6Vb iyzFr4KrU9ozQcEOr58KTRa24J1YJozgK9+EhjAElcsvnFb+/nNrjRxuyYfswnPAzsMf GEeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693997273; x=1694602073; 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=OL3pvg5NFCe01FzoWOjFMkiMy1Be8ZpjP3+0uAwNMxw=; b=HIPJpgaHvjj80+TIsL5zqjkuSWUS4S3xMFwLiP8JUOJqlhs28DLjB7iRK8JQyYEAyz oFJFS9mc3qlfaiocrvlGYva/5kLZqtlNSq1ocn3GSzNLxX588Vr5YoGpnhGTlZzz+jqo nTFTnhKiVywL3nGmg1jRaGmBWxXednGrdKGH5yF5cbO2RMOf9kiCCdLQaUpKSg3Ndauj tIoujkgDX1sVccbmgBnFyjOlKt9rFxqj1bnx9Rd7fDIv26O/YFUDZhOypMQi51mPu9VY JapvlThYqWUSz19AjFQLt6v0pOvxUXe88zJFu6i0BWlQy/dee6jXK0kBNcDe894BGmbS GGMA== X-Gm-Message-State: AOJu0YyucpXGgjbLlnW9v/XCWkC95l5+aNEeDAe2Trun3L/H/g0id5K6 iBDk3Ke+L6oVLAafZmxt+yelUQ== X-Google-Smtp-Source: AGHT+IHr27lA/bi/eDUkgwMIKEw+D5z9lFk163cFVDHKZX1QPSghQ6+HGxHCDWtG0Gd/lIjqwZkpPA== X-Received: by 2002:a17:907:a046:b0:9a2:256a:65cd with SMTP id gz6-20020a170907a04600b009a2256a65cdmr1795408ejc.4.1693997272740; Wed, 06 Sep 2023 03:47:52 -0700 (PDT) Received: from krzk-bin.. (77-252-46-238.static.ip.netia.com.pl. [77.252.46.238]) by smtp.gmail.com with ESMTPSA id e7-20020a170906248700b0099cc15f09a0sm8791163ejb.55.2023.09.06.03.47.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Sep 2023 03:47:52 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 6/6] arm64: dts: qcom: sm8350-mtp: add UFS host controller supply Date: Wed, 6 Sep 2023 12:47:44 +0200 Message-Id: <20230906104744.163479-6-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230906104744.163479-1-krzysztof.kozlowski@linaro.org> References: <20230906104744.163479-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org According to schematics the L9B regulator supplies VCCQ (already in DTS) and the UFS controller pads (VDD_PX10, missing vdd-hba). Add the missing supply for full hardware description, even though it should not have functional impact. Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/qcom/sm8350-mtp.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/qcom/sm8350-mtp.dts b/arch/arm64/boot/dts/qcom/sm8350-mtp.dts index c5a6c8745606..8bee57f3b25a 100644 --- a/arch/arm64/boot/dts/qcom/sm8350-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sm8350-mtp.dts @@ -325,6 +325,7 @@ &ufs_mem_hc { vcc-max-microamp = <800000>; vccq-supply = <&vreg_l9b_1p2>; vccq-max-microamp = <900000>; + vdd-hba-supply = <&vreg_l9b_1p2>; }; &ufs_mem_phy {