commit | 4998ccdb056bce5f71b06b4932b7245595b70986 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Mon Jan 16 16:36:50 2017 +0100 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Mar 16 15:03:26 2017 +0100 |
tree | 7ad594bde73d2254f58ee9540dc0a3a53d9aa644 | |
parent | 8143cf39f4dfb44b47a89243b1e2876f7f2da37c [diff] |
ARM: dts: r8a7745: Add reset control properties Add properties to describe the reset topology for on-SoC devices: - Add the "#reset-cells" property to the CPG/MSSR device node, - Add resets and reset-names properties to the various device nodes. This allows to reset SoC devices using the Reset Controller API. Note that all resets added match the corresponding module clocks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- v2: - No changes.