]> www.infradead.org Git - users/willy/linux.git/commitdiff
arm64: zynqmp: Align nvmem node with dt schema
authorMichal Simek <michal.simek@amd.com>
Mon, 27 May 2024 09:34:07 +0000 (11:34 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 17 Jun 2024 06:36:21 +0000 (08:36 +0200)
Use new soc-nvmem node name and swich to nvmem fixed layout.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/7796804c7c7dd8bb2c93bdfe028c22746a24fe54.1716802450.git.michal.simek@amd.com
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 95796d6b5515baae8895203e293f3ae6729861ad..cb74d1ffb82519536ddefa903afe5bd2e2632790 100644 (file)
                                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>;
+                                       };
                                };
                        };