On Tue, 07 Jan 2025 18:51:29 +0800, niravkumar.l.rabara@xxxxxxxxx wrote: > From: Niravkumar L Rabara <niravkumar.l.rabara@xxxxxxxxx> > > Convert socfpga-system.txt to altr,socfpga-sys-mgr.yaml and move to > soc directory. > > Add platform names in description for clarity. ARM(32-bit) platforms > Cyclone5, Arria5 and Arria10 is using "altr,sys-mgr" compatible, > while ARM64 is using "altr,sys-mgr-s10" compatible. > Removed "cpu1-start-addr" for ARM64 as it is not required. > > Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@xxxxxxxxx> > --- > > Changes in v3: > - change to altr,sys-mgr.yaml file name as per review comment. > v2 patch: > https://lore.kernel.org/all/20231017192131.GA2531944-robh@xxxxxxxxxx/ > > Changes in v2: > - Added detail description of changes in commit message. > - Moved coverted yaml file to soc folder. > > .../bindings/arm/altera/socfpga-system.txt | 25 --------- > .../bindings/soc/altera/altr,sys-mgr.yaml | 51 +++++++++++++++++++ > 2 files changed, 51 insertions(+), 25 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-system.txt > create mode 100644 Documentation/devicetree/bindings/soc/altera/altr,sys-mgr.yaml > Applied, thanks!