dt-bindings: reset: intel,rcu-gw: Fix intel,global-reset schema
authorRob Herring <robh@kernel.org>
Mon, 13 Jan 2020 21:45:15 +0000 (15:45 -0600)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 10 Feb 2020 10:11:55 +0000 (11:11 +0100)
commit68131a0b8fd0522c33fffb6c9d857dc88fbd43ee
tree11644661c1208856605a8cbabb6d96175eefd6b4
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
dt-bindings: reset: intel,rcu-gw: Fix intel,global-reset schema

The intel,rcu-gw binding example has an error:

Documentation/devicetree/bindings/reset/intel,rcu-gw.example.dt.yaml:
  reset-controller@e0000000: intel,global-reset: [[16, 30]] is too short

The error isn't really correct as the problem is in how the data is
encoded and the schema is not fixed up by the tooling correctly.
However, array properties should describe the elements in the array, so
lets do that which fixes the error in the process.

Fixes: b7ab0cb00d08 ("dt-bindings: reset: Add YAML schemas for the Intel Reset controller")
Cc: Dilip Kota <eswara.kota@linux.intel.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Documentation/devicetree/bindings/reset/intel,rcu-gw.yaml