arm64: dts: rockchip: enable rng for rk3588-android and rk3588-linux

Enable rng node in files below:
1. rk3588-linux.dtsi
2. rk3588-android.dtsi

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I767cd0fac35af5b840cb7856477b70aa00f71ada
This commit is contained in:
Lin Jinhan
2021-11-18 14:18:10 +08:00
committed by Tao Huang
parent 7202944523
commit 485249fbdb
2 changed files with 7 additions and 0 deletions

View File

@@ -86,6 +86,10 @@
};
};
&rng {
status = "okay";
};
&vop {
support-multi-area;
};

View File

@@ -47,4 +47,7 @@
};
};
&rng {
status = "okay";
};