From: Jerome Brunet Date: Thu, 8 Nov 2018 13:07:44 +0000 (+0100) Subject: arm64: dts: meson-axg: add secure monitor X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5611^2~9^2~25 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=96dc5702acbb203026f1629993037267f432a318;p=linux.git 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 Reviewed-by: Neil Armstrong Signed-off-by: Kevin Hilman --- 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";