add update-force property to force the write operation in case the read already happens to return the correct value.
Signed-off-by: Crystal Guo <[email protected]> --- Documentation/devicetree/bindings/reset/ti-syscon-reset.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt b/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt index 903d1979942f..d551161ae785 100644 --- a/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt +++ b/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt @@ -61,6 +61,7 @@ common reset controller usage by consumers. Optional properties: - assert-deassert-together: Allow device to do serialized assert and deassert operations in a single step by 'reset' method. +- update-force: Force the write operation in case the read already happens to return the correct value. Example: -------- -- 2.18.0

