Re: [PATCH 08/11] hw/arm/virt: Make PL061 GPIO lines pulled low, not high

2021-07-06 Thread Richard Henderson
On 7/2/21 3:40 AM, Peter Maydell wrote: For the virt board we have two PL061 devices -- one for NonSecure which is inputs only, and one for Secure which is outputs only. For the former, we don't care whether its outputs are pulled low or high when the line is configured as an input, because we do

[PATCH 08/11] hw/arm/virt: Make PL061 GPIO lines pulled low, not high

2021-07-02 Thread Peter Maydell
For the virt board we have two PL061 devices -- one for NonSecure which is inputs only, and one for Secure which is outputs only. For the former, we don't care whether its outputs are pulled low or high when the line is configured as an input, because we don't connect them. For the latter, we do ca