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

arm64: dts: meson: Link nvmem and secure-monitor nodes

The former is going to use the latter to retrieve the efuses data.
Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent ec9037c0
......@@ -117,6 +117,7 @@ efuse: efuse {
#address-cells = <1>;
#size-cells = <1>;
read-only;
secure-monitor = <&sm>;
};
psci {
......
......@@ -22,6 +22,7 @@ efuse: efuse {
#address-cells = <1>;
#size-cells = <1>;
read-only;
secure-monitor = <&sm>;
};
psci {
......
......@@ -161,6 +161,7 @@ efuse: efuse {
#address-cells = <1>;
#size-cells = <1>;
read-only;
secure-monitor = <&sm>;
sn: sn@14 {
reg = <0x14 0x10>;
......
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