aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-12-17 09:36:14 -0700
committerSimon Glass <sjg@chromium.org>2023-12-31 07:21:02 -0700
commit2c714d682d896a24fe00498f09e3d624a5ee24b2 (patch)
treea7b47d00384bc4377bbec4bc573f1fb38254c982
parent69c3705be9fe80a084408c5f8db7bceec4c720dd (diff)
downloadu-boot-2c714d682d896a24fe00498f09e3d624a5ee24b2.zip
u-boot-2c714d682d896a24fe00498f09e3d624a5ee24b2.tar.gz
u-boot-2c714d682d896a24fe00498f09e3d624a5ee24b2.tar.bz2
x86: coral: Align bootph SPI-flash subnodes with parent
The subnode has different tags from the parents, which is not correct. Fix the subnode. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/x86/dts/chromebook_coral.dts6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index 8bfb2c0..2412801 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -369,12 +369,14 @@
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;
};
};
};