Re: [PATCH v4 01/23] reset: Add renesas,rst DT bindings
From: Rob Herring <robh@kernel.org>
Date: 2016-10-30 20:41:29
Also in:
linux-arm-kernel, linux-renesas-soc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-10-30 20:41:29
Also in:
linux-arm-kernel, linux-renesas-soc, lkml
On Fri, Oct 21, 2016 at 03:17:15PM +0200, Geert Uytterhoeven wrote:
Add DT bindings for the Renesas R-Car Reset Controller (R-Car Gen1 RESET/WDT and R-Car Gen2/Gen3 and RZ/G RST). As the features provided by the hardware module differ a lot across the various SoC families and members, only SoC-specific compatible values are defined. For now we use the RST only for providing access to the state of the mode pins, which is needed by the clock driver. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Magnus Damm <redacted> Acked-by: Dirk Behme <redacted> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- v4: - Add Acked-by, - Fix comma and period in list, - Add RZ/G1M and RZ/G1E, v3: - Clarify current usage, - Use "renesas,<soctype>-rst" instead of "renesas,rst-<soctype>", - Drop "syscon" compatible value, - Add R-Car M3-W, - Add R-Car Gen1, v2: - Add Acked-by. --- .../devicetree/bindings/reset/renesas,rst.txt | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/renesas,rst.txt
Acked-by: Rob Herring <robh@kernel.org>