All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ram: rockchip: fix typo in KConfig option label
@ 2022-09-15 10:17 Quentin Schulz
  2022-09-24  8:06 ` Kever Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Quentin Schulz @ 2022-09-15 10:17 UTC (permalink / raw)
  Cc: sjg, philipp.tomsich, kever.yang, heiko, jagan, u-boot,
	Quentin Schulz, Quentin Schulz

From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

RAM_PX30_DDR4 is for DDR4 support and not DDR3 so let's fix the typo.

Fixes: 2db36c64bd5a ("ram: rockchip: px30: add a config-based ddr selection")
Cc: Quentin Schulz <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 drivers/ram/rockchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig
index c459bbf5e2..c29d5e8b38 100644
--- a/drivers/ram/rockchip/Kconfig
+++ b/drivers/ram/rockchip/Kconfig
@@ -23,7 +23,7 @@ config RAM_ROCKCHIP_DEBUG
 	  initialization, configurations and etc.
 
 config RAM_PX30_DDR4
-	bool "DDR3 support for Rockchip PX30"
+	bool "DDR4 support for Rockchip PX30"
 	depends on RAM_ROCKCHIP && ROCKCHIP_PX30
 	help
 	  This enables DDR4 sdram support instead of the default DDR3 support
-- 
2.37.3


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

* Re: [PATCH] ram: rockchip: fix typo in KConfig option label
  2022-09-15 10:17 [PATCH] ram: rockchip: fix typo in KConfig option label Quentin Schulz
@ 2022-09-24  8:06 ` Kever Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Kever Yang @ 2022-09-24  8:06 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: sjg, philipp.tomsich, heiko, jagan, u-boot, Quentin Schulz


On 2022/9/15 18:17, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
>
> RAM_PX30_DDR4 is for DDR4 support and not DDR3 so let's fix the typo.
>
> Fixes: 2db36c64bd5a ("ram: rockchip: px30: add a config-based ddr selection")
> Cc: Quentin Schulz <foss+uboot@0leil.net>
> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   drivers/ram/rockchip/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ram/rockchip/Kconfig b/drivers/ram/rockchip/Kconfig
> index c459bbf5e2..c29d5e8b38 100644
> --- a/drivers/ram/rockchip/Kconfig
> +++ b/drivers/ram/rockchip/Kconfig
> @@ -23,7 +23,7 @@ config RAM_ROCKCHIP_DEBUG
>   	  initialization, configurations and etc.
>   
>   config RAM_PX30_DDR4
> -	bool "DDR3 support for Rockchip PX30"
> +	bool "DDR4 support for Rockchip PX30"
>   	depends on RAM_ROCKCHIP && ROCKCHIP_PX30
>   	help
>   	  This enables DDR4 sdram support instead of the default DDR3 support

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

end of thread, other threads:[~2022-09-24  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 10:17 [PATCH] ram: rockchip: fix typo in KConfig option label Quentin Schulz
2022-09-24  8:06 ` Kever Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.