Commit f1a095b9 authored by Carlo Caione's avatar Carlo Caione Committed by Kevin Hilman

ARM64: dts: amlogic: gxbb: Enable secure monitor

Add the secure monitor node in the Amlogic Meson GXBB DTSI file to
enable it.
Signed-off-by: default avatarCarlo Caione <carlo@endlessm.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent d263393e
...@@ -102,6 +102,12 @@ psci { ...@@ -102,6 +102,12 @@ psci {
method = "smc"; method = "smc";
}; };
firmware {
sm: secure-monitor {
compatible = "amlogic,meson-gxbb-sm";
};
};
timer { timer {
compatible = "arm,armv8-timer"; compatible = "arm,armv8-timer";
interrupts = <GIC_PPI 13 interrupts = <GIC_PPI 13
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment