diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-02-12 18:40:47 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-02-14 16:56:15 +0100 |
commit | 5ee9763aaab92757846a7b3d3f6e26812e3a42f3 (patch) | |
tree | fb1ae8d82076630749af22408c182fde9cde5955 /target/linux | |
parent | b9a24f31a9c7b78e636c7d5d4ac5ba34f38b72df (diff) | |
download | upstream-5ee9763aaab92757846a7b3d3f6e26812e3a42f3.tar.gz upstream-5ee9763aaab92757846a7b3d3f6e26812e3a42f3.tar.bz2 upstream-5ee9763aaab92757846a7b3d3f6e26812e3a42f3.zip |
ipq40xx: ea6350v3: 4.19: enable pseudo rng support
Robert Marko made a big effort to enable the rng on all
ipq40xx for 4.19, so let's continue the quest.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4018-ea6350v3.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4018-ea6350v3.dts b/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4018-ea6350v3.dts index a6f1e1c5b2..2f9a890485 100644 --- a/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4018-ea6350v3.dts +++ b/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4018-ea6350v3.dts @@ -17,6 +17,10 @@ }; soc { + rng@22000 { + status = "okay"; + }; + mdio@90000 { status = "okay"; }; |