[OpenBIOS] [PATCH 2/5] ppc: fix up power-mgt properties

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Wed Aug 19 21:20:01 CET 2015


On 18/08/15 19:17, Cormac O'Brien wrote:

> Modify some basic device tree properties to more accurately emulate a real Mac
> machine.
> 
> Signed-off-by: Cormac O'Brien <cormac at c-obrien.org>
> ---
>  drivers/cuda.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/cuda.c b/drivers/cuda.c
> index 9555dea..f117b0b 100644
> --- a/drivers/cuda.c
> +++ b/drivers/cuda.c
> @@ -380,7 +380,8 @@ powermgt_init(char *path)
>  
>  	ph = find_dev(buf);
>  	set_property(ph, "device_type", "power-mgt", 10);
> -	set_property(ph, "compatible", "power-mgt", 10);
> +	set_property(ph, "mgt-kind", "min-consumption-pwm-led", strlen("min-consumption-pwm-led") + 1);
> +	set_property(ph, "compatible", "cuda", strlen("cuda") + 1);
>  }
>  
>  cuda_t *cuda_init (const char *path, phys_addr_t base)

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>


ATB,

Mark.




More information about the OpenBIOS mailing list