From: Philippe Mathieu-Daudé Date: Thu, 17 Jun 2021 11:53:24 +0000 (+0200) Subject: hw/i2c/ppc4xx_i2c: Add reference to datasheet X-Git-Tag: v6.1.0-rc0~30^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c699bf610bf814de478e81e0f1f375b386170ff5;p=thirdparty%2Fqemu.git hw/i2c/ppc4xx_i2c: Add reference to datasheet It took me a while to find this model datasheet, since it is an OCR scan. Add a reference to save other developers time. Reviewed-by: Richard Henderson Acked-by: Corey Minyard Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Corey Minyard --- 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