Commit b2774d02 authored by Michal Simek's avatar Michal Simek

arm64: zynqmp: Align nvmem node with dt schema

Use new soc-nvmem node name and swich to nvmem fixed layout.
Signed-off-by: default avatarMichal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/7796804c7c7dd8bb2c93bdfe028c22746a24fe54.1716802450.git.michal.simek@amd.com
parent fbce12d2
......@@ -207,13 +207,16 @@ zynqmp_power: power-management {
mbox-names = "tx", "rx";
};
nvmem-firmware {
soc-nvmem {
compatible = "xlnx,zynqmp-nvmem-fw";
#address-cells = <1>;
#size-cells = <1>;
soc_revision: soc-revision@0 {
reg = <0x0 0x4>;
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;
soc_revision: soc-revision@0 {
reg = <0x0 0x4>;
};
};
};
......
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