提交 927c2fc2 编写于 作者: J Joel Stanley 提交者: Olof Johansson

ARM: dts: aspeed: Fix hwrng register address

The register address should be the full address of the rng, not the
offset from the start of the SCU.

Fixes: 5daa8212 ("ARM: dts: aspeed: Describe random number device")
Reviewed-by: NAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: NJoel Stanley <joel@jms.id.au>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 521ec1ca
......@@ -145,9 +145,9 @@
};
rng: hwrng@78 {
rng: hwrng@1e6e2078 {
compatible = "timeriomem_rng";
reg = <0x78 0x4>;
reg = <0x1e6e2078 0x4>;
period = <1>;
quality = <100>;
};
......
......@@ -189,9 +189,9 @@
};
};
rng: hwrng@78 {
rng: hwrng@1e6e2078 {
compatible = "timeriomem_rng";
reg = <0x78 0x4>;
reg = <0x1e6e2078 0x4>;
period = <1>;
quality = <100>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册