On 7/2/21 12:40 PM, Peter Maydell wrote: > The Luminary PL061s in the Stellaris LM3S9695 don't all have the same > reset value for GPIOPUR. We can get away with not letting the board > configure the PUR reset value because we don't actually wire anything > up to the lines which should reset to pull-up. Add a comment noting > this omission. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Not worth actually fixing, but I wanted a note since I spotted this > while I was reading the datasheet anyway. > --- > hw/gpio/pl061.c | 9 +++++++++ > 1 file changed, 9 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>