public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Manorit Chawdhry'" <m-chawdhry@ti.com>
Cc: <u-boot@lists.denx.de>,
	"'Neha Malcom Francis'" <n-francis@ti.com>,
	"'Keerthy	J'" <j-keerthy@ti.com>,
	"'Udit Kumar'" <u-kumar1@ti.com>,
	"'Aniket Limaye'" <a-limaye@ti.com>,
	"'Tom Rini'" <trini@konsulko.com>,
	"'Vignesh Raghavendra'" <vigneshr@ti.com>,
	"'Andrew Davis'" <afd@ti.com>, "'Nishanth Menon'" <nm@ti.com>,
	"'Simon Glass'" <sjg@chromium.org>
Subject: RE: [PATCH v5 1/7] power: pmic: tps65941: Add DM_PMIC dependency
Date: Wed, 23 Oct 2024 08:20:14 +0900	[thread overview]
Message-ID: <0a5e01db24d8$f30ccd80$d9266880$@samsung.com> (raw)
In-Reply-To: <20241015-b4-upstream-j721s2-avs-v5-1-5c8087387dc5@ti.com>



> -----Original Message-----
> From: Manorit Chawdhry <m-chawdhry@ti.com>
> Sent: Tuesday, October 15, 2024 7:52 PM
> To: Jaehoon Chung <jh80.chung@samsung.com>
> Cc: u-boot@lists.denx.de; Neha Malcom Francis <n-francis@ti.com>; Keerthy J <j-keerthy@ti.com>; Udit
> Kumar <u-kumar1@ti.com>; Aniket Limaye <a-limaye@ti.com>; Tom Rini <trini@konsulko.com>; Vignesh
> Raghavendra <vigneshr@ti.com>; Andrew Davis <afd@ti.com>; Nishanth Menon <nm@ti.com>; Simon Glass
> <sjg@chromium.org>; Manorit Chawdhry <m-chawdhry@ti.com>
> Subject: [PATCH v5 1/7] power: pmic: tps65941: Add DM_PMIC dependency
>
> This Kconfig depends on DM_PMIC but hadn't be explicitly stated which
> could cause config related issues.
>
> Adds the dependency in Kconfig for tps65941.
>
> Fixes: 6b86dd0c1ead ("power: pmic: tps65941: Add support for tps65941 family of PMICs")
> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>


Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Best Regards,
Jaehoon Chung

> ---
>  drivers/power/pmic/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
> index 562c1a3b122a..bbcbcee4c355 100644
> --- a/drivers/power/pmic/Kconfig
> +++ b/drivers/power/pmic/Kconfig
> @@ -394,6 +394,7 @@ config SPL_PMIC_LP87565
>
>  config PMIC_TPS65941
>  	bool "Enable driver for Texas Instruments TPS65941 PMIC"
> +	depends on DM_PMIC
>  	help
>  	The TPS65941 is a PMIC containing a bunch of SMPS & LDOs.
>  	This driver binds the pmic children.
>
> --
> 2.46.0




  reply	other threads:[~2024-10-22 23:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15 10:52 [PATCH v5 0/7] Add AVS support for J721S2 Manorit Chawdhry
2024-10-15 10:52 ` [PATCH v5 1/7] power: pmic: tps65941: Add DM_PMIC dependency Manorit Chawdhry
2024-10-22 23:20   ` Jaehoon Chung [this message]
2024-10-15 10:52 ` [PATCH v5 2/7] drivers: misc: k3_avs: Check return code while programming AVS Manorit Chawdhry
2024-10-15 10:52 ` [PATCH v5 3/7] arm: dts: k3-*-r5: Add MPU clock in clocks property Manorit Chawdhry
2024-10-15 10:52 ` [PATCH v5 4/7] drivers: misc: k3_avs: Extract MPU clk and dev ID from DT Manorit Chawdhry
2024-10-15 10:52 ` [PATCH v5 5/7] arm: mach-k3: j721s2_init: Initialize AVS Class 0 Manorit Chawdhry
2024-10-15 10:52 ` [PATCH v5 6/7] arm: dts: j721s2: Add VTM node in R5 Manorit Chawdhry
2024-10-15 10:52 ` [PATCH v5 7/7] configs: j721s2_evm_r5_defconfig: Add AVS Configs Manorit Chawdhry
2024-10-15 14:38 ` [PATCH v5 0/7] Add AVS support for J721S2 Aniket Limaye
2024-10-22 16:27 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0a5e01db24d8$f30ccd80$d9266880$@samsung.com' \
    --to=jh80.chung@samsung.com \
    --cc=a-limaye@ti.com \
    --cc=afd@ti.com \
    --cc=j-keerthy@ti.com \
    --cc=m-chawdhry@ti.com \
    --cc=n-francis@ti.com \
    --cc=nm@ti.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=u-kumar1@ti.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox