[Skiboot] [PATCH] HDAT: Fix typo in nest-frequency property
Vasant Hegde
hegdevasant at linux.vnet.ibm.com
Thu Sep 15 20:31:36 AEST 2016
On 09/15/2016 03:15 PM, Vasant Hegde wrote:
> nest-frquency -> nest-frequency
>
For some reason stg didn't CC Gavin. :-(
-Vasant
> Fixes: 5cda6f6d (platforms/firenze: Fix I2C clock source frequency)
> CC: Gavin Shan <gwshan at linux.vnet.ibm.com>
> Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
> ---
> hdata/spira.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hdata/spira.c b/hdata/spira.c
> index e4e6b2d..56df769 100644
> --- a/hdata/spira.c
> +++ b/hdata/spira.c
> @@ -804,7 +804,7 @@ static void add_iplparams_sys_params(const void *iplp, struct dt_node *node)
> u64 freq = be32_to_cpu(p->nest_freq_mhz);
>
> freq *= 1000000;
> - dt_add_property_cells(dt_root, "nest-frquency",
> + dt_add_property_cells(dt_root, "nest-frequency",
> hi32(freq), lo32(freq));
> }
> }
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
>
More information about the Skiboot
mailing list