From d209cb2f4b4359ed1c5af2e1a2fb0eca15f46c25 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 24 Feb 2024 13:30:46 +0800 Subject: [PATCH] rockchip: enable hwRNG support to rk3566 Signed-off-by: Tianling Shen --- ...-04-arm64-dts-rockchip-rk356x-add-rng-node.patch} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename target/linux/rockchip/patches-6.1/{801-04-arm64-dts-rockchip-rk3568-add-rng-node.patch => 801-04-arm64-dts-rockchip-rk356x-add-rng-node.patch} (74%) diff --git a/target/linux/rockchip/patches-6.1/801-04-arm64-dts-rockchip-rk3568-add-rng-node.patch b/target/linux/rockchip/patches-6.1/801-04-arm64-dts-rockchip-rk356x-add-rng-node.patch similarity index 74% rename from target/linux/rockchip/patches-6.1/801-04-arm64-dts-rockchip-rk3568-add-rng-node.patch rename to target/linux/rockchip/patches-6.1/801-04-arm64-dts-rockchip-rk356x-add-rng-node.patch index c3f36ff2a9..08f53f5b43 100644 --- a/target/linux/rockchip/patches-6.1/801-04-arm64-dts-rockchip-rk3568-add-rng-node.patch +++ b/target/linux/rockchip/patches-6.1/801-04-arm64-dts-rockchip-rk356x-add-rng-node.patch @@ -9,9 +9,9 @@ Signed-off-by: Lin Jinhan arch/arm64/boot/dts/rockchip/rk3568.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) ---- a/arch/arm64/boot/dts/rockchip/rk3568.dtsi -+++ b/arch/arm64/boot/dts/rockchip/rk3568.dtsi -@@ -213,6 +213,16 @@ +--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi ++++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi +@@ -1006,6 +1006,16 @@ }; }; @@ -25,6 +25,6 @@ Signed-off-by: Lin Jinhan + status = "disabled"; + }; + - combphy0: phy@fe820000 { - compatible = "rockchip,rk3568-naneng-combphy"; - reg = <0x0 0xfe820000 0x0 0x100>; + sdmmc0: mmc@fe2b0000 { + compatible = "rockchip,rk3568-dw-mshc", "rockchip,rk3288-dw-mshc"; + reg = <0x0 0xfe2b0000 0x0 0x4000>;