diff --git a/patch/kernel/archive/sunxi-6.1/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch b/patch/kernel/archive/sunxi-6.1/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch index 9bffba872c..f2f4a576ac 100644 --- a/patch/kernel/archive/sunxi-6.1/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch +++ b/patch/kernel/archive/sunxi-6.1/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch @@ -24,7 +24,7 @@ index d62b8fc35..3641ac767 100644 + #address-cells = <1>; + #size-cells = <1>; + -+ cpu_speed_grade: cpu-speed-grade@00 { ++ cpu_speed_grade: cpu-speed-grade@0 { + reg = <0x00 0x02>; + }; + diff --git a/patch/kernel/archive/sunxi-6.6/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch b/patch/kernel/archive/sunxi-6.6/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch index 934723e066..e04954a2fc 100644 --- a/patch/kernel/archive/sunxi-6.6/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch +++ b/patch/kernel/archive/sunxi-6.6/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch @@ -24,7 +24,7 @@ index 45359b0d317a..7ad1982fb47f 100644 + #address-cells = <1>; + #size-cells = <1>; + -+ cpu_speed_grade: cpu-speed-grade@00 { ++ cpu_speed_grade: cpu-speed-grade@0 { + reg = <0x00 0x02>; + }; + diff --git a/patch/kernel/archive/sunxi-6.7/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch b/patch/kernel/archive/sunxi-6.7/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch index 3035175574..b04cec6c4a 100644 --- a/patch/kernel/archive/sunxi-6.7/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch +++ b/patch/kernel/archive/sunxi-6.7/patches.armbian/arm64-dts-allwinner-h616-Add-device-node-for-SID.patch @@ -1,41 +1,34 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From 8fa41c234932f2592c54f4cd018231175a761df5 Mon Sep 17 00:00:00 2001 From: Kali Prasad Date: Sun, 19 Sep 2021 08:02:27 +0000 -Subject: arm64: dts: allwinner: h616: Add device node for SID +Subject: [PATCH] arm64: dts: allwinner: h616: Add device node for SID The device tree binding for H616's SID controller. Signed-off-by: Kali Prasad --- - arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 15 ++++++++++ - 1 file changed, 15 insertions(+) + arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 8 ++++++++ + 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi -index e75dff317931..ac1d2ef6f5ce 100644 +index c2ef04afdda9..db83de3f0f23 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi -@@ -178,6 +178,21 @@ sid: efuse@3006000 { +@@ -185,6 +185,14 @@ sid: efuse@3006000 { + reg = <0x03006000 0x1000>; + #address-cells = <1>; #size-cells = <1>; - }; - -+ sid: efuse@3006000 { -+ compatible = "allwinner,sun50i-h616-sid"; -+ reg = <0x03006000 0x1000>; -+ #address-cells = <1>; -+ #size-cells = <1>; + -+ cpu_speed_grade: cpu-speed-grade@00 { ++ cpu_speed_grade: cpu-speed-grade@0 { + reg = <0x00 0x02>; + }; + + ths_calibration: thermal-sensor-calibration@14 { + reg = <0x14 0x8>; + }; -+ }; -+ + }; + watchdog: watchdog@30090a0 { - compatible = "allwinner,sun50i-h616-wdt", - "allwinner,sun6i-a31-wdt"; -- -Armbian +2.34.1