On Wed, 22 Jul 2020 12:46:04 +0530, Sai Krishna Potthuri wrote: > Added documentation and Versal reset indices to describe > about Versal reset driver bindings. > In Versal all reset indices includes Class, SubClass, Type, Index > information whereas class refers to clock, reset, power etc., > Underlying firmware in Versal have such classification and expects > the ID to be this way. > [13:0] - Index bits > [19:14] - Type bits > [25:20] - SubClass bits > [31:26] - Class bits. > > Signed-off-by: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xxxxxxxxxx> > --- > .../bindings/reset/xlnx,zynqmp-reset.txt | 11 +- > .../dt-bindings/reset/xlnx-versal-resets.h | 105 ++++++++++++++++++ > 2 files changed, 112 insertions(+), 4 deletions(-) > create mode 100644 include/dt-bindings/reset/xlnx-versal-resets.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>