All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: aspeed: add strap define `25HZ` of AST2500
@ 2020-08-11 20:35 Igor Kononenko
  2020-08-12  6:42 ` Cédric Le Goater
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Kononenko @ 2020-08-11 20:35 UTC (permalink / raw)
  Cc: Peter Maydell, Igor Kononenko, Andrew Jeffery,
	open list:All patches CC here, open list:ASPEED BMCs,
	Cédric Le Goater, Joel Stanley

Provide a definition for the "25Hz reference clock input mode" strap

Signed-off-by: Igor Kononenko <i.kononenko@yadro.com>
---
 include/hw/misc/aspeed_scu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hw/misc/aspeed_scu.h b/include/hw/misc/aspeed_scu.h
index a6739bb846..9cd530afa2 100644
--- a/include/hw/misc/aspeed_scu.h
+++ b/include/hw/misc/aspeed_scu.h
@@ -286,6 +286,7 @@ uint32_t aspeed_scu_get_apb_freq(AspeedSCUState *s);
 #define SCU_AST2500_HW_STRAP_ESPI_FLASH_ENABLE     (0x1 << 26)
 #define SCU_AST2500_HW_STRAP_ESPI_ENABLE           (0x1 << 25)
 #define SCU_AST2500_HW_STRAP_DDR4_ENABLE           (0x1 << 24)
+#define SCU_AST2500_HW_STRAP_25HZ_CLOCK_MODE       (0x1 << 23)
 
 #define SCU_AST2500_HW_STRAP_ACPI_ENABLE           (0x1 << 19)
 #define SCU_AST2500_HW_STRAP_USBCKI_FREQ           (0x1 << 18)
-- 
2.17.1



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

* Re: [PATCH] arm: aspeed: add strap define `25HZ` of AST2500
  2020-08-11 20:35 [PATCH] arm: aspeed: add strap define `25HZ` of AST2500 Igor Kononenko
@ 2020-08-12  6:42 ` Cédric Le Goater
  0 siblings, 0 replies; 2+ messages in thread
From: Cédric Le Goater @ 2020-08-12  6:42 UTC (permalink / raw)
  To: Igor Kononenko
  Cc: Andrew Jeffery, Peter Maydell, open list:ASPEED BMCs,
	Joel Stanley, open list:All patches CC here

On 8/11/20 10:35 PM, Igor Kononenko wrote:
> Provide a definition for the "25Hz reference clock input mode" strap
> 
> Signed-off-by: Igor Kononenko <i.kononenko@yadro.com>

Reviewed-by: Cédric Le Goater <clg@kaod.org>

> ---
>  include/hw/misc/aspeed_scu.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/hw/misc/aspeed_scu.h b/include/hw/misc/aspeed_scu.h
> index a6739bb846..9cd530afa2 100644
> --- a/include/hw/misc/aspeed_scu.h
> +++ b/include/hw/misc/aspeed_scu.h
> @@ -286,6 +286,7 @@ uint32_t aspeed_scu_get_apb_freq(AspeedSCUState *s);
>  #define SCU_AST2500_HW_STRAP_ESPI_FLASH_ENABLE     (0x1 << 26)
>  #define SCU_AST2500_HW_STRAP_ESPI_ENABLE           (0x1 << 25)
>  #define SCU_AST2500_HW_STRAP_DDR4_ENABLE           (0x1 << 24)
> +#define SCU_AST2500_HW_STRAP_25HZ_CLOCK_MODE       (0x1 << 23)
>  
>  #define SCU_AST2500_HW_STRAP_ACPI_ENABLE           (0x1 << 19)
>  #define SCU_AST2500_HW_STRAP_USBCKI_FREQ           (0x1 << 18)
> 



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

end of thread, other threads:[~2020-08-12  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11 20:35 [PATCH] arm: aspeed: add strap define `25HZ` of AST2500 Igor Kononenko
2020-08-12  6:42 ` Cédric Le Goater

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.