From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A6BF7C3ABBC for ; Fri, 9 May 2025 07:47:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:CC:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7pJtxLJJ+miQ++NXFqYy8TUdT11UyzqqW+ZW0cRbZWw=; b=f3Sxt2aY8NcpEbqle4oAFnqnjo Xkp8QWyMgxAPoFVwlG48iUClU9Pw2nQuSesrfQGWTXHaGCmvKJgJjm3JXDDFDHW3vDmNgdQPfnhUz o80jMtAGG/W+QnCmIq6hxws571txGUURo++X6TE5s25c1ZfHuCpleIGqGqNgpNAoLsiI8JQzcDFNg jMQA2k/rA8Ea+5K6nKIqkFHKqWcCTT6M0DNg8tgKq9h+swxSD+9KvFDoKXXXG9aKfjSdrUPoPeBb4 9P53iAAk7M+/8Q6R+74ks4HhQGLLBhJlv8CMl0FT2xzi+brqG8QhpDr9MTAjENqnoD4VDBMOutzLo q6gWxX/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uDIS8-00000002nsE-0gQO; Fri, 09 May 2025 07:47:28 +0000 Received: from fllvem-ot03.ext.ti.com ([198.47.19.245]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uDIQ4-00000002n0z-0GCn for linux-arm-kernel@lists.infradead.org; Fri, 09 May 2025 07:45:21 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllvem-ot03.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 5497j1ha1337449 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 9 May 2025 02:45:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1746776701; bh=7pJtxLJJ+miQ++NXFqYy8TUdT11UyzqqW+ZW0cRbZWw=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=xZmqCO9Bk3Mc0tdHYa9F5AFIfSVolMsBr3yLguxR+oYpB0LxvOVVBiOL2sGIBiZA8 bvc4seLQazHXLpoqpNTpb4OI2fjrGX4/rj38g/FwtGTF+ym6o8dAJyw8hBBMPWeNFN mLftfT8VlhsF5TzVbVpp8kzG2yuEMhTA/M05DVU8= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 5497j1AU126579 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 9 May 2025 02:45:01 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 9 May 2025 02:45:00 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 9 May 2025 02:45:00 -0500 Received: from [172.24.19.187] (lt5cd2489kgj.dhcp.ti.com [172.24.19.187]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 5497itUM115553; Fri, 9 May 2025 02:44:56 -0500 Message-ID: Date: Fri, 9 May 2025 13:14:55 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 1/4] arm64: dts: ti: j722s-evm: Add DT nodes for power regulators To: Yemike Abhilash Chandra , , , , , , CC: , , , , , , References: <20250508155134.2026300-1-y-abhilashchandra@ti.com> <20250508155134.2026300-2-y-abhilashchandra@ti.com> Content-Language: en-US From: "Kumar, Udit" In-Reply-To: <20250508155134.2026300-2-y-abhilashchandra@ti.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250509_004520_197282_0A101AAF X-CRM114-Status: GOOD ( 14.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 5/8/2025 9:21 PM, Yemike Abhilash Chandra wrote: > Add device tree nodes for two regulators on the J722S-EVM. VSYS_3V3 is the > output of LM5141-Q1, and it serves as an input to TPS22990 which produces > VSYS_3V3_EXP [1]. VSYS_3V3_EXP serves as vin-supply to CSI RPI Connectors. > > Signed-off-by: Yemike Abhilash Chandra > > [1]: https://www.ti.com/lit/zip/sprr495 > --- > arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > index 34b9d190800e..0f18fe710929 100644 > --- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > +++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > @@ -141,6 +141,17 @@ vsys_5v0: regulator-vsys5v0 { > regulator-boot-on; > }; > > + vsys_3v3: regulator-vsys3v3 { > + /* output of LM5141-Q1 */ > + compatible = "regulator-fixed"; > + regulator-name = "vsys_3v3"; > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > + vin-supply = <&vmain_pd>; > + regulator-always-on; > + regulator-boot-on; > + }; > + > vdd_mmc1: regulator-mmc1 { > /* TPS22918DBVR */ > compatible = "regulator-fixed"; > @@ -153,6 +164,17 @@ vdd_mmc1: regulator-mmc1 { > bootph-all; > }; > > + vcc_3v3_exp: regulator-TPS22990 { Please align this name with commit message with change of vcc_3v3_exp to vsys_3v3_exp Reviewed-by: Udit Kumar > + /* output of TPS22990 */ > + compatible = "regulator-fixed"; > + regulator-name = "vcc_3v3_exp"; This name as well, please to vss_3v3_exp > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > + vin-supply = <&vsys_3v3>; > + regulator-always-on; > + regulator-boot-on; > + }; > + > vdd_sd_dv: regulator-TLV71033 { > compatible = "regulator-gpio"; > regulator-name = "tlv71033";