]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: coral: Align bootph SPI-flash subnodes with parent
authorSimon Glass <sjg@chromium.org>
Sun, 17 Dec 2023 16:36:14 +0000 (09:36 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
The subnode has different tags from the parents, which is not correct.
Fix the subnode.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/chromebook_coral.dts

index 8bfb2c0d19dc7a09dfdbd53fdca8d3acb0d48c4f..2412801302eab439e061b72b38b236acd1ef6176 100644 (file)
                                rw-mrc-cache {
                                        label = "rw-mrc-cache";
                                        reg = <0x008e0000 0x00010000>;
-                                       bootph-all;
+                                       bootph-some-ram;
+                                       bootph-pre-ram;
                                };
                                rw-var-mrc-cache {
                                        label = "rw-mrc-cache";
                                        reg = <0x008f0000 0x0001000>;
-                                       bootph-all;
+                                       bootph-some-ram;
+                                       bootph-pre-ram;
                                };
                        };
                };