[PATCH v3 05/13] hw/i2c/ppc4xx_i2c: Add reference to datasheet

Philippe Mathieu-Daudé posted 13 patches 4 years, 7 months ago
There is a newer version of this series
[PATCH v3 05/13] hw/i2c/ppc4xx_i2c: Add reference to datasheet
Posted by Philippe Mathieu-Daudé 4 years, 7 months ago
It took me a while to find this model datasheet, since it is
an OCR scan. Add a reference to save other developers time.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/i2c/ppc4xx_i2c.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/i2c/ppc4xx_i2c.c b/hw/i2c/ppc4xx_i2c.c
index c0a8e045670..f4c5bc12d36 100644
--- a/hw/i2c/ppc4xx_i2c.c
+++ b/hw/i2c/ppc4xx_i2c.c
@@ -1,6 +1,8 @@
 /*
  * PPC4xx I2C controller emulation
  *
+ * Documentation: PPC405GP User's Manual, Chapter 22. IIC Bus Interface
+ *
  * Copyright (c) 2007 Jocelyn Mayer
  * Copyright (c) 2012 François Revol
  * Copyright (c) 2016-2018 BALATON Zoltan
-- 
2.31.1

Re: [PATCH v3 05/13] hw/i2c/ppc4xx_i2c: Add reference to datasheet
Posted by Richard Henderson 4 years, 7 months ago
On 6/16/21 9:14 AM, Philippe Mathieu-Daudé wrote:
> It took me a while to find this model datasheet, since it is
> an OCR scan. Add a reference to save other developers time.
> 
> Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
> ---
>   hw/i2c/ppc4xx_i2c.c | 2 ++
>   1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~