OSDN Git Service

arm64: dts: meson-axg: add secure monitor
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 8 Nov 2018 13:07:44 +0000 (14:07 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Nov 2018 20:29:55 +0000 (12:29 -0800)
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>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index eb46db0..e3a0bed 100644 (file)
                };
        };
 
+       sm: secure-monitor {
+               compatible = "amlogic,meson-gxbb-sm";
+       };
+
        psci {
                compatible = "arm,psci-1.0";
                method = "smc";