Re: [PATCH v2 3/4] hw_random: jz4780-rng: Add RNG node to jz4780.dtsi
From: Sergei Shtylyov <hidden>
Date: 2016-08-28 10:33:32
Also in:
linux-crypto, linux-mips
From: Sergei Shtylyov <hidden>
Date: 2016-08-28 10:33:32
Also in:
linux-crypto, linux-mips
Hello. On 8/27/2016 9:14 PM, PrasannaKumar Muralidharan wrote:
This patch adds RNG node to jz4780.dtsi. Signed-off-by: PrasannaKumar Muralidharan <redacted> --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index b868b42..f11d139 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi@@ -36,7 +36,7 @@ cgu: jz4780-cgu@10000000 { compatible = "ingenic,jz4780-cgu"; - reg = <0x10000000 0x100>; + reg = <0x10000000 0xD8>;
I think lower case is preferred here.
clocks = <&ext>, <&rtc>; clock-names = "ext", "rtc";@@ -44,6 +44,11 @@ #clock-cells = <1>; }; + rng: jz4780-rng@100000D8 {
All in lower case, please.
+ compatible = "ingenic,jz4780-rng"; + reg = <0x100000D8 0x8>;
Likewise.
[...]
MBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html