Re: [PATCH v2 06/24] armv7m: Delete unused "ARM, bitband-memory" devices

2020-06-08 Thread Peter Maydell
On Thu, 28 May 2020 at 12:04, Markus Armbruster wrote: > > These devices are optional, and enabled by property "enable-bitband". > armv7m_instance_init() creates them unconditionally, because the > property has not been set then. armv7m_realize() realizes them only > when the property is true.

Re: [PATCH v2 06/24] armv7m: Delete unused "ARM,bitband-memory" devices

2020-06-08 Thread Philippe Mathieu-Daudé
On 5/28/20 1:04 PM, Markus Armbruster wrote: > These devices are optional, and enabled by property "enable-bitband". > armv7m_instance_init() creates them unconditionally, because the > property has not been set then. armv7m_realize() realizes them only > when the property is true. Works,