On Fri, 8 May 2020 02:38:45 +0300, Serge Semin wrote: > Since normally syscon-reboot block is supposed to be a part of a system > controller, lets mark the regmap property as deprecated and recommend the > syscon-reboot node to be a sub-node of SYSCON. > > Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> > Cc: Alexey Malahov <Alexey.Malahov@xxxxxxxxxxxxxxxxxxxx> > Cc: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> > Cc: Paul Burton <paulburton@xxxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: Allison Randal <allison@xxxxxxxxxxx> > Cc: Richard Fontana <rfontana@xxxxxxxxxx> > Cc: Kate Stewart <kstewart@xxxxxxxxxxxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxxx > > --- > > Changelog v2: > - This is a new patch created as a result of the discussion: > https://lore.kernel.org/linux-pm/20200306130402.1F4F0803079F@xxxxxxxxxxxxxxxxxxxxxxxxx/ > --- > .../bindings/power/reset/syscon-reboot.yaml | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>