Commit 7f21a850 authored by Alain Volmat's avatar Alain Volmat Committed by Patrice Chotard

dts: arm: stih407-family: remove duplicated rng nodes

the 2 rng nodes are duplicated within the stih407-family.dtsi
Signed-off-by: default avatarAlain Volmat <avolmat@me.com>
Reviewed-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 248a8ffd
......@@ -767,20 +767,6 @@ ethernet0: dwmac@9630000 {
<&clk_s_c0_flexgen CLK_ETH_PHY>;
};
rng10: rng@8a89000 {
compatible = "st,rng";
reg = <0x08a89000 0x1000>;
clocks = <&clk_sysin>;
status = "okay";
};
rng11: rng@8a8a000 {
compatible = "st,rng";
reg = <0x08a8a000 0x1000>;
clocks = <&clk_sysin>;
status = "okay";
};
mailbox0: mailbox@8f00000 {
compatible = "st,stih407-mailbox";
reg = <0x8f00000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment