diff options
author | 2018-11-08 14:07:44 +0100 | |
---|---|---|
committer | 2018-11-29 12:29:55 -0800 | |
commit | 96dc5702acbb203026f1629993037267f432a318 (patch) | |
tree | 07d27769bf9953442114449beb73ebd27fe74580 | |
parent | arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uart (diff) | |
download | wireguard-linux-96dc5702acbb203026f1629993037267f432a318.tar.xz wireguard-linux-96dc5702acbb203026f1629993037267f432a318.zip |
arm64: dts: meson-axg: add secure monitor
Add the secure monitor device to the axg platform.
With this, we can read the SoC serial number.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index eb46db001ce0..e3a0bedfebd4 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -110,6 +110,10 @@ }; }; + sm: secure-monitor { + compatible = "amlogic,meson-gxbb-sm"; + }; + psci { compatible = "arm,psci-1.0"; method = "smc"; |