mirror of https://gitee.com/openkylin/linux.git
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: Carlo Caione <ccaione@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
ec9037c040
commit
de82e74a9f
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue