public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] bootcount: pmic: Correct misleading comment
@ 2022-09-19  8:11 Philip Oberfichtner
  2022-10-07 12:36 ` Jaehoon Chung
  2022-10-11 21:36 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Philip Oberfichtner @ 2022-09-19  8:11 UTC (permalink / raw)
  To: u-boot
  Cc: Tom Rini, Simon Glass, Heinrich Schuchardt, Niel Fourie,
	Philip Oberfichtner, Heiko Schocher, Jaehoon Chung,
	Michael Opdenacker

Fix a copy-paste error I did when inserting the comment.

Signed-off-by: Philip Oberfichtner <pro@denx.de>

---

 drivers/bootcount/Kconfig         | 2 +-
 drivers/bootcount/pmic_pfuze100.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig
index e918f74694..8d6424c9da 100644
--- a/drivers/bootcount/Kconfig
+++ b/drivers/bootcount/Kconfig
@@ -132,7 +132,7 @@ config DM_BOOTCOUNT_PMIC_PFUZE100
 	depends on DM_PMIC_PFUZE100
 	help
 	  Enable support for the bootcounter using PMIC PFUZE100 registers.
-	  This works only, if the PMIC is not connected.
+	  This works only, if the PMIC is not connected to a battery.
 
 config DM_BOOTCOUNT_SPI_FLASH
 	bool "Support SPI flash devices as a backing store for bootcount"
diff --git a/drivers/bootcount/pmic_pfuze100.c b/drivers/bootcount/pmic_pfuze100.c
index ad3bc03829..df046f1b0a 100644
--- a/drivers/bootcount/pmic_pfuze100.c
+++ b/drivers/bootcount/pmic_pfuze100.c
@@ -5,7 +5,7 @@
  * Philip Oberfichtner <pro@denx.de>
  *
  * A bootcount driver using the registers MEMA - MEMD on the PFUZE100.
- * This works only, if the PMIC is not connected.
+ * This works only, if the PMIC is not connected to a battery.
  */
 
 #include <common.h>
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] bootcount: pmic: Correct misleading comment
  2022-09-19  8:11 [PATCH] bootcount: pmic: Correct misleading comment Philip Oberfichtner
@ 2022-10-07 12:36 ` Jaehoon Chung
  2022-10-11 21:36 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Jaehoon Chung @ 2022-10-07 12:36 UTC (permalink / raw)
  To: Philip Oberfichtner, u-boot
  Cc: Tom Rini, Simon Glass, Heinrich Schuchardt, Niel Fourie,
	Heiko Schocher, Jaehoon Chung, Michael Opdenacker



On 9/19/22 17:11, Philip Oberfichtner wrote:
> Fix a copy-paste error I did when inserting the comment.
> 
> Signed-off-by: Philip Oberfichtner <pro@denx.de>

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

Best Regards,
Jaehoon Chung

> 
> ---
> 
>  drivers/bootcount/Kconfig         | 2 +-
>  drivers/bootcount/pmic_pfuze100.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig
> index e918f74694..8d6424c9da 100644
> --- a/drivers/bootcount/Kconfig
> +++ b/drivers/bootcount/Kconfig
> @@ -132,7 +132,7 @@ config DM_BOOTCOUNT_PMIC_PFUZE100
>  	depends on DM_PMIC_PFUZE100
>  	help
>  	  Enable support for the bootcounter using PMIC PFUZE100 registers.
> -	  This works only, if the PMIC is not connected.
> +	  This works only, if the PMIC is not connected to a battery.
>  
>  config DM_BOOTCOUNT_SPI_FLASH
>  	bool "Support SPI flash devices as a backing store for bootcount"
> diff --git a/drivers/bootcount/pmic_pfuze100.c b/drivers/bootcount/pmic_pfuze100.c
> index ad3bc03829..df046f1b0a 100644
> --- a/drivers/bootcount/pmic_pfuze100.c
> +++ b/drivers/bootcount/pmic_pfuze100.c
> @@ -5,7 +5,7 @@
>   * Philip Oberfichtner <pro@denx.de>
>   *
>   * A bootcount driver using the registers MEMA - MEMD on the PFUZE100.
> - * This works only, if the PMIC is not connected.
> + * This works only, if the PMIC is not connected to a battery.
>   */
>  
>  #include <common.h>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] bootcount: pmic: Correct misleading comment
  2022-09-19  8:11 [PATCH] bootcount: pmic: Correct misleading comment Philip Oberfichtner
  2022-10-07 12:36 ` Jaehoon Chung
@ 2022-10-11 21:36 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-10-11 21:36 UTC (permalink / raw)
  To: Philip Oberfichtner
  Cc: u-boot, Simon Glass, Heinrich Schuchardt, Niel Fourie,
	Heiko Schocher, Jaehoon Chung, Michael Opdenacker

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

On Mon, Sep 19, 2022 at 10:11:00AM +0200, Philip Oberfichtner wrote:

> Fix a copy-paste error I did when inserting the comment.
> 
> Signed-off-by: Philip Oberfichtner <pro@denx.de>
> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-11 21:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19  8:11 [PATCH] bootcount: pmic: Correct misleading comment Philip Oberfichtner
2022-10-07 12:36 ` Jaehoon Chung
2022-10-11 21:36 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox