mirror of https://github.com/armbian/build.git
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
From 728157ef8e377f74289dc7397c2de4b3b6416ccc Mon Sep 17 00:00:00 2001
|
|
From: Viacheslav Bocharov <adeep@lexina.in>
|
|
Date: Thu, 22 Feb 2024 12:02:20 +0300
|
|
Subject: [PATCH 5/5] arm64: dts: meson: add dts links to secure-monitor for
|
|
JetHub devices
|
|
|
|
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
|
|
---
|
|
.../arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi | 4 ++++
|
|
.../boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts | 4 ++++
|
|
2 files changed, 8 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi
|
|
index db605f3a22b4..f3e679030788 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi
|
|
@@ -348,3 +348,7 @@ &cpu2 {
|
|
&cpu3 {
|
|
#cooling-cells = <2>;
|
|
};
|
|
+
|
|
+&sec_AO {
|
|
+ secure-monitor = <&sm>;
|
|
+};
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
|
|
index a18d6d241a5a..d75ba28d5e62 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
|
|
@@ -245,3 +245,7 @@ pcf8563: rtc@51 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
+
|
|
+&sec_AO {
|
|
+ secure-monitor = <&sm>;
|
|
+};
|
|
--
|
|
2.43.2
|
|
|