Skip to content

Commit

Permalink
harmonizing patches from kernel to uboot
Browse files Browse the repository at this point in the history
  • Loading branch information
TahomaSoft committed Nov 10, 2023
1 parent d0d2db0 commit 91dac13
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From 7d56fae4afef7a73e4973c491e324c7fde60203c Mon Sep 17 00:00:00 2001
From: Lin Jinhan <troy.lin@rock-chips.com>
Date: Mon, 30 Nov 2020 19:26:29 +0800
Subject: [PATCH] arm64: dts: rockchip: rk3568: add rng node

Change-Id: I2654c935554ef278c5805bbc4b5c712a65834925
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
---
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)

--- a/arch/arm/dts/rk3568.dtsi
+++ b/arch/arm/dts/rk3568.dtsi
@@ -213,6 +213,16 @@
};
};

+ rng: rng@fe388000 {
+ compatible = "rockchip,cryptov2-rng";
+ reg = <0x0 0xfe388000 0x0 0x2000>;
+ clocks = <&cru CLK_TRNG_NS>, <&cru HCLK_TRNG_NS>;
+ clock-names = "clk_trng", "hclk_trng";
+ resets = <&cru SRST_TRNG_NS>;
+ reset-names = "reset";
+ status = "disabled";
+ };
+
combphy0: phy@fe820000 {
compatible = "rockchip,rk3568-naneng-combphy";
reg = <0x0 0xfe820000 0x0 0x100>;
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
+
+/dts-v1/;
+
+#include "rk3568-linkstar.dtsi"
+#include "rk3568-h68k-u-boot.dtsi"
+
+/ {
+ model = "LinkStar H68K";
Expand Down

0 comments on commit 91dac13

Please sign in to comment.