From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 18 Sep 2015 09:21:37 -0700 Subject: [PATCH v2 4/7] hwrng: st: Provide DT bindings for ST's Random Number Generator In-Reply-To: <1442497557-9271-5-git-send-email-lee.jones@linaro.org> References: <1442497557-9271-1-git-send-email-lee.jones@linaro.org> <1442497557-9271-5-git-send-email-lee.jones@linaro.org> Message-ID: <55FC3A11.6080209@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/17/2015 06:45 AM, Lee Jones wrote: > Signed-off-by: Lee Jones > --- > Documentation/devicetree/bindings/rng/st,rng.txt | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rng/st,rng.txt > > diff --git a/Documentation/devicetree/bindings/rng/st,rng.txt b/Documentation/devicetree/bindings/rng/st,rng.txt > new file mode 100644 > index 0000000..dbc64e6 > --- /dev/null > +++ b/Documentation/devicetree/bindings/rng/st,rng.txt > @@ -0,0 +1,15 @@ > +STMicroelectronics HW Random Number Generator > +---------------------------------------------- > + > +Required parameters: > +compatible : Should be "st,rng" > +reg : Base address and size of IP's register map. > +clocks : Phandle to device's clock (See: ../clocks/clock-bindings.txt) > + > +Example: > + > +rng at 0xfee80000 { Drop the 0x part please. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project