From patchwork Wed Sep 6 10:47:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 720497 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 D861EEB8FA5 for ; Wed, 6 Sep 2023 10:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235399AbjIFKsG (ORCPT ); Wed, 6 Sep 2023 06:48:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237102AbjIFKsE (ORCPT ); Wed, 6 Sep 2023 06:48:04 -0400 Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A375173D for ; Wed, 6 Sep 2023 03:47:52 -0700 (PDT) Received: by mail-ed1-x535.google.com with SMTP id 4fb4d7f45d1cf-52a39a1c4d5so5014542a12.3 for ; Wed, 06 Sep 2023 03:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1693997271; x=1694602071; 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=QgR/jPB/GUGc6I43GU0pzk5t42vb7u4l9vCLqw6lfZw=; b=p1OnmeuA6s8zkktOzo3RbhmbbPHauM45ZfLPNA7LKL+EydlPOW8i3Ruw5G+A85cGck xGD2acngUd7VCstG5Iz/a+niiB/DYa73ZKmkcfHVZkfjl8g7ip3YFcvDYtIgRe9zKism eZvY4HfPY+FCM5yrz34JQovcf0RsKbnHviGWUSy6t8dZbixth9c14HrUaxOdBhAksne1 caVxzyD25PguSOKff4Lbhsz9r31aBAS6U85fcIu4TerHSjLX+FigTTTufhWKEcqSzEuX 7ic85MkL10zYB0zZUiW+2Aai6Ju/imdFthwERhQ8IN4kpsMW2IgX4LgZeTadgea9eUrD O0vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693997271; x=1694602071; 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=QgR/jPB/GUGc6I43GU0pzk5t42vb7u4l9vCLqw6lfZw=; b=T7AIBnVnc1z8FEx+pJF38cxkZcGplJYIpBHGMOFK5ka4ejyzs+LupAXWJcqCPjgq8i zOrk3ibov3vD5HzAdWhQqvUK7UodK0blwSjz1U7EzTy19dZ4PZxPTVq/tngoM5qi2MiX whcS0feSV6x4qgK69KW7/KYUF7qQT+pTdEcl6XE2OIMs+7URL1wrzXJ/3xUxnE0PkFPO IZz/4NZ7NEk8qbxjw+B8fFeAizkmL6s8owJltCSC2rV3iZHzhuAmONZdJdImT2/CecT1 5jygirkbmbjCiFOQzF3n0LiJt70h39i8EGC+B2vf5fxm8+0BIIuPbMEBehNUscLvWyL9 Yonw== X-Gm-Message-State: AOJu0Yyg1toCbF14xnToqUdL/TldyPop/ARifsQ79YaHGRtQFdRiKib/ azSZogcDLp2bum1ol/Jgy7D/RQ== X-Google-Smtp-Source: AGHT+IFDWTldFH2gbJsnpXbHmeRWZG8NVl45/DMIdtHbXHmP9iJY9kYZCyFSIuVwp/HS/TFsThIsdA== X-Received: by 2002:a17:907:75cd:b0:9a1:df30:e150 with SMTP id jl13-20020a17090775cd00b009a1df30e150mr1776935ejc.68.1693997270544; Wed, 06 Sep 2023 03:47:50 -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.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Sep 2023 03:47:50 -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 4/6] arm64: dts: qcom: sm8450-qrd: add UFS host controller supply Date: Wed, 6 Sep 2023 12:47:42 +0200 Message-Id: <20230906104744.163479-4-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: devicetree@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/sm8450-qrd.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts index 37479327707f..c7d05945aa51 100644 --- a/arch/arm64/boot/dts/qcom/sm8450-qrd.dts +++ b/arch/arm64/boot/dts/qcom/sm8450-qrd.dts @@ -443,6 +443,7 @@ &ufs_mem_hc { vcc-max-microamp = <1100000>; vccq-supply = <&vreg_l9b_1p2>; vccq-max-microamp = <1200000>; + vdd-hba-supply = <&vreg_l9b_1p2>; }; &ufs_mem_phy {