From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Date: Wed, 02 Sep 2015 12:40:36 +0000 Subject: Re: [PATCH 1/6] reset: Add renesas,rst DT bindings. Message-Id: <1441197636.3279.25.camel@pengutronix.de> List-Id: References: <1441120361-1232-2-git-send-email-geert+renesas@glider.be> In-Reply-To: <1441120361-1232-2-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Geert, Am Dienstag, den 01.09.2015, 17:12 +0200 schrieb Geert Uytterhoeven: > Add DT bindings for the Renesas R-Car Reset Controller > > Signed-off-by: Geert Uytterhoeven > --- > .../devicetree/bindings/reset/renesas,rst.txt | 28 ++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/renesas,rst.txt > > diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.txt b/Documentation/devicetree/bindings/reset/renesas,rst.txt > new file mode 100644 > index 0000000000000000..aabf8dc6bce86ffc > --- /dev/null > +++ b/Documentation/devicetree/bindings/reset/renesas,rst.txt > @@ -0,0 +1,28 @@ > +DT bindings for the Renesas R-Car Reset Controller > + > +The R-Car Reset Controller provides reset control, and implements the following > +functions: > + - Register-based reset control for the various CPU cores, Could any of these ever be used by other device tree nodes? If so, the reset-controller node should contain the #reset-cells property. regards Philipp