Re: [PATCH] dt-bindings: remoteproc: ti,wkup-m3: Convert to DT schema
"Rob Herring (Arm)" <[email protected]> Tue, 21 Jul 2026 08:55:54 -0500
| Newsgroups | org.kernel.vger.linux-remoteproc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 19 Jul 2026 23:36:41 +0530, Bhargav Joshi wrote: > Convert Texas Instruments Wakeup M3 Remote Processor from text to Dt > schema. Add optional resets and reset-names property which was missing > from legacy binding. make ti,hwmods deprecated as it no longer needed, > it is kept to support older board files without ti,sysc. > > Signed-off-by: Bhargav Joshi <[email protected]> > --- > .../bindings/remoteproc/ti,am3352-wkup-m3.yaml | 89 ++++++++++++++++++++++ > .../bindings/remoteproc/wkup_m3_rproc.txt | 52 ------------- > 2 files changed, 89 insertions(+), 52 deletions(-) > Reviewed-by: Rob Herring (Arm) <[email protected]>