[Skiboot] [PATCH 1/2] p8/i2c: Add OPAL properties in the i2c bus nodes

Neelesh Gupta neelegup at linux.vnet.ibm.com
Fri Feb 13 16:46:32 AEDT 2015


On 02/13/2015 11:07 AM, Neelesh Gupta wrote:
> We are getting the i2c device tree data from the hostboot and it
> has i2cm nodes compatible to multiple chips like p8 and centaur.
> The patch further adds the OPAL properties to the i2c bus nodes
> required by the kernel.

This is actually v2 and only change from v1 -> v2 is that I have added a new
patch "Document the device-tree entries of I2C." as part of this series.

Thanks,
Neelesh.

>
> Signed-off-by: Neelesh Gupta <neelegup at linux.vnet.ibm.com>
> ---
>   hw/p8-i2c.c |  263 +++++++++++++++++++++++++++++++++++------------------------
>   1 file changed, 157 insertions(+), 106 deletions(-)
>
> diff --git a/hw/p8-i2c.c b/hw/p8-i2c.c
> index 4068024..9fade5d 100644
> --- a/hw/p8-i2c.c
> +++ b/hw/p8-i2c.c
> @@ -1107,6 +1107,50 @@ void p8_i2c_interrupt(uint32_t chip_id)
>   	}
>   }
>   
>



More information about the Skiboot mailing list