mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
arm: dts: e850-96: Remove TRNG node from appended dts
Commit 136b7b6d2e
("Subtree merge tag 'v6.11-dts' of dts repo [1] into
dts/upstream") updates the upstream dts for E850-96 board, bringing
upstream TRNG node. There is no need to keep TRNG node in appended dts
anymore, so remove it.
Tested on E850-96 board by running 'rng' command in U-Boot shell.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
e5565c24bb
commit
57e77dc80e
1 changed files with 0 additions and 11 deletions
|
@ -3,17 +3,6 @@
|
||||||
* Copyright (c) 2023 Linaro Ltd.
|
* Copyright (c) 2023 Linaro Ltd.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
&soc {
|
|
||||||
/* TODO: Remove this node once it appears in upstream dts */
|
|
||||||
trng: rng@12081400 {
|
|
||||||
compatible = "samsung,exynos850-trng";
|
|
||||||
reg = <0x12081400 0x100>;
|
|
||||||
clocks = <&cmu_core CLK_GOUT_SSS_ACLK>,
|
|
||||||
<&cmu_core CLK_GOUT_SSS_PCLK>;
|
|
||||||
clock-names = "secss", "pclk";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&pmu_system_controller {
|
&pmu_system_controller {
|
||||||
bootph-all;
|
bootph-all;
|
||||||
samsung,uart-debug-1;
|
samsung,uart-debug-1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue