Thanks Alex, By the way, my review tags for other fixes to the scmi DTS files [1], [2] and [3]: Acked-by: Etienne Carriere <etienne.carriere@xxxxxxxxxx> Tested-by: Etienne Carriere <etienne.carriere@xxxxxxxxxx> These are needed for a consistent kernel configuration of these boards. Br, etienne [1] https://lore.kernel.org/lkml/20220624092715.1397827-2-gabriel.fernandez@xxxxxxxxxxx/ [2] https://lore.kernel.org/lkml/20220624092715.1397827-3-gabriel.fernandez@xxxxxxxxxxx/ [3] https://lore.kernel.org/lkml/20220624092715.1397827-4-gabriel.fernandez@xxxxxxxxxxx/ On Fri, 1 Jul 2022 at 13:44, Alexandre TORGUE <alexandre.torgue@xxxxxxxxxxx> wrote: > > Hi Etienne > > On 6/24/22 11:00, Etienne Carriere wrote: > > Fixes stm32mp15*-scmi DTS files introduced in [1] to also access PWR > > regulators through SCMI service. This is needed since enabling secure > > only access to RCC clock and reset controllers also enables secure > > access only on PWR voltage regulators reg11, reg18 and usb33 hence > > these must also be accessed through SCMI Voltage Domain protocol. > > This change applies on commit [2] that already corrects issues from > > commit [1]. > > > > Cc: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx> > > Link: [1] https://lore.kernel.org/linux-arm-kernel/20220422150952.20587-7-alexandre.torgue@xxxxxxxxxxx > > Link: [2] https://lore.kernel.org/linux-arm-kernel/20220613071920.5463-1-alexandre.torgue@xxxxxxxxxxx > > Signed-off-by: Etienne Carriere <etienne.carriere@xxxxxxxxxx> > > --- > > Applied in stm32-fixes. > > Thanks > Alex