On Tue, 26 Nov 2019 16:35:17 +0800, Dilip Kota wrote: > Add YAML schemas for the reset controller on Intel > Gateway SoC. > > Signed-off-by: Dilip Kota <eswara.kota@xxxxxxxxxxxxxxx> > --- > Changes on v4: > Address Rob review comments > Drop oneOf and items for 'compatible' > Add maxItems for 'reg' and 'intel,global-reset' > > Changes on v3: > Fix DTC warnings > Add support to legacy xrx200 SoC > Change file name to intel,rcu-gw.yaml > > .../devicetree/bindings/reset/intel,rcu-gw.yaml | 63 ++++++++++++++++++++++ > 1 file changed, 63 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/intel,rcu-gw.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>